Patch from FM with more bakefile tweaks and etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-04-05 18:26:59 +00:00
parent d51beb8834
commit 18cea8715a
27 changed files with 161 additions and 207 deletions

View File

@@ -100,7 +100,7 @@ test_for_selected_wxbuild:
@$(WX_CONFIG) $(WX_CONFIG_FLAGS)
stctest: $(STCTEST_OBJECTS)
$(CXX) -o $@ $(STCTEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs stc,core,base`
$(CXX) -o $@ $(STCTEST_OBJECTS) $(LDFLAGS) -lwxscintilla `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs stc,core,base`
stctest_stctest.o: ./stctest.cpp
$(CXX) -c -o $@ $(STCTEST_CXXFLAGS) $(CPPDEPS) $<