Added "-P" to the linuxGcc wmake general rules file in order
to compile on GCC-4.4.4
This commit is contained in:
parent
64732b9bb4
commit
0d5dc4d1ef
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CPP = cpp $(GFLAGS)
|
||||
CPP = cpp $(GFLAGS) -P
|
||||
LD = ld -melf_i386
|
||||
|
||||
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
|
||||
|
|
Reference in a new issue