ObjGUI  Diff

Differences From Artifact [2dc76f23f3]:

To Artifact [99a786d626]:


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

all : test.exe

%.o : %.m
	gcc -g -DOG_W32 -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
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