X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08fa76dc252b72bd7e40503782e058fbc6adc8e0..2ccc6650ca6287152ad0ef48cca674a4dee6ff9b:/samples/stc/makefile.unx diff --git a/samples/stc/makefile.unx b/samples/stc/makefile.unx index 7f9e0857b1..13e325a6ce 100644 --- a/samples/stc/makefile.unx +++ b/samples/stc/makefile.unx @@ -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! # ========================================================================= @@ -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) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs stc,core,base` stctest_stctest.o: ./stctest.cpp $(CXX) -c -o $@ $(STCTEST_CXXFLAGS) $(CPPDEPS) $<