ENH: add wmake rules for gcc-4.5

ATTENTION: cpp now needs '-traditional-cpp' for single-line output
This commit is contained in:
Mark Olesen
2010-04-21 16:23:16 +02:00
parent c7267ed9ad
commit 87f151c47b
35 changed files with 142 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# need single-line output from cpp
CPP = cpp -traditional-cpp
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
include $(GENERAL_RULES)/standard
include $(RULES)/X
include $(RULES)/c
include $(RULES)/c++