Rename OG_W32 to OG_WIN32.

This commit is contained in:
Jonathan Schleifer 2012-01-05 15:50:28 +01:00
parent 3c7d8d51ac
commit 50c5df7fa2
4 changed files with 10 additions and 13 deletions

View file

@ -3,7 +3,7 @@ PREFIX ?= /usr/local
all : test.exe
%.o : %.m
gcc -g -DOG_W32 -I../headers -c -o $@ $^ `objfw-config --cppflags --objcflags`
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`