ObjGUI  Diff

Differences From Artifact [99a786d626]:

To Artifact [62637a705e]:


1
2
3
4
5
6
7
8
9
10
11
12
PREFIX ?= /usr/local

all : test.exe

%.o : %.m
	gcc -g -DOG_WIN32 -I../headers -c -o $@ $^ `objfw-config --cppflags --objcflags`

test.exe : OGApplication.o OGWidget.o OGWindow.o OGBox.o OGVBox.o OGHBox.o OGButton.o OGComboBox.o OGComboBoxItem.o test.o
	gcc -mwindows -o test.exe *.o `objfw-config --libs`

clean :
	rm -f *.exe *.o


|
|
<
<

<
<
<
|
|
1
2
3
4


5



6
7
PREFIX ?= /usr/local

test:
	@objfw-compile -DOG_WIN32 -Wall -g -o test -I../headers *.m






clean:
	rm -f *.exe *.o *~