regenerated all 2.8 makefiles with bakefile-0.2.3

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-06-02 10:59:26 +00:00
parent 8f89791fb9
commit 223f9891fd
789 changed files with 5135 additions and 4607 deletions

View File

@@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags`
### Variables: ###
CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP
CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD
ZIP_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
ZIP_OBJECTS = \
zip_zip.o
@@ -59,7 +59,7 @@ clean:
rm -f zip
zip: $(ZIP_OBJECTS)
$(CXX) -o $@ $(ZIP_OBJECTS) `$(WX_CONFIG) --libs html,core,base` $(LDFLAGS)
$(CXX) -o $@ $(ZIP_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,core,base`
zip_zip.o: ./zip.cpp
$(CXX) -c -o $@ $(ZIP_CXXFLAGS) $(CPPDEPS) $<