Added "-P" to the linuxGcc wmake general rules file in order

to compile on GCC-4.4.4
This commit is contained in:
Philippose Rajan 2010-10-17 11:16:23 +02:00
parent 64732b9bb4
commit 0d5dc4d1ef

View file

@ -1,4 +1,4 @@
CPP = cpp $(GFLAGS)
CPP = cpp $(GFLAGS) -P
LD = ld -melf_i386
PROJECT_LIBS = -l$(WM_PROJECT) -ldl