]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/makefile.unx
Removed wxLongStringProperty derived property creator macros (just subclass and imple...
[wxWidgets.git] / samples / stc / makefile.unx
index 13e325a6ce39e149ca54e2f590f30f3f1233a182..3dc96554cbb87272d0626380b342bc83be5f65e2 100644 (file)
@@ -48,7 +48,7 @@ WX_VERSION := $(shell $(WX_CONFIG) --selected-config | sed -e 's/.*-\([0-9]*\)\.
 
 ### Variables: ###
 
-CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD
+CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP
 WX_VERSION_MAJOR = $(shell echo $(WX_VERSION) | cut -c1,1)
 WX_VERSION_MINOR = $(shell echo $(WX_VERSION) | cut -c2,2)
 WX_CONFIG_FLAGS = $(WX_CONFIG_DEBUG_FLAG) $(WX_CONFIG_UNICODE_FLAG) \
@@ -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)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs stc,core,base` $(LDFLAGS)
 
 stctest_stctest.o: ./stctest.cpp
        $(CXX) -c -o $@ $(STCTEST_CXXFLAGS) $(CPPDEPS) $<