]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/makefile.unx
Playing with wxgrid, adding optionnally native columns labels
[wxWidgets.git] / samples / joytest / makefile.unx
index 2de3e95626c9c598e6653080a4611ee8a9f0118c..197c4b1a32bb4d3df0c69a4d566ae745b378be74 100644 (file)
@@ -98,7 +98,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 joytest: $(JOYTEST_OBJECTS)
-       $(CXX) -o $@ $(JOYTEST_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,html,xml,core,base`
+       $(CXX) -o $@ $(JOYTEST_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs adv,html,xml,core,base`
 
 joytest_joytest.o: ./joytest.cpp
        $(CXX) -c -o $@ $(JOYTEST_CXXFLAGS) $(CPPDEPS) $<