Rebake with 0.2.3.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# =========================================================================
|
||||
# This makefile was generated by
|
||||
# Bakefile 0.2.2 (http://bakefile.sourceforge.net)
|
||||
# Bakefile 0.2.3 (http://www.bakefile.org)
|
||||
# Do not modify, all changes will be overwritten!
|
||||
# =========================================================================
|
||||
|
||||
@@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags`
|
||||
|
||||
### Variables: ###
|
||||
|
||||
CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD
|
||||
CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP
|
||||
HTMLCTRL_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
|
||||
HTMLCTRL_OBJECTS = \
|
||||
htmlctrl_htmlctrl.o
|
||||
@@ -59,7 +59,7 @@ clean:
|
||||
rm -f htmlctrl
|
||||
|
||||
htmlctrl: $(HTMLCTRL_OBJECTS)
|
||||
$(CXX) -o $@ $(HTMLCTRL_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base`
|
||||
$(CXX) -o $@ $(HTMLCTRL_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS)
|
||||
|
||||
htmlctrl_htmlctrl.o: ./htmlctrl.cpp
|
||||
$(CXX) -c -o $@ $(HTMLCTRL_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
Reference in New Issue
Block a user