From 0d5dc4d1efce0e7fd2a127b89c14a08308138881 Mon Sep 17 00:00:00 2001 From: Philippose Rajan Date: Sun, 17 Oct 2010 11:16:23 +0200 Subject: [PATCH] Added "-P" to the linuxGcc wmake general rules file in order to compile on GCC-4.4.4 --- wmake/rules/linuxGcc/general | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmake/rules/linuxGcc/general b/wmake/rules/linuxGcc/general index f245d7475..6616d2a10 100644 --- a/wmake/rules/linuxGcc/general +++ b/wmake/rules/linuxGcc/general @@ -1,4 +1,4 @@ -CPP = cpp $(GFLAGS) +CPP = cpp $(GFLAGS) -P LD = ld -melf_i386 PROJECT_LIBS = -l$(WM_PROJECT) -ldl