]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/ownerdrw/makefile.unx
show the message about test2 being unsupported on the console
[wxWidgets.git] / samples / ownerdrw / makefile.unx
index 9ae3bbe5784bcedc4442a9ae69acacde83d44233..63c96d3e148fd9b478bf215fbfd9a683a66e26e1 100644 (file)
@@ -98,7 +98,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 ownerdrw: $(OWNERDRW_OBJECTS)
-       $(CXX) -o $@ $(OWNERDRW_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
+       $(CXX) -o $@ $(OWNERDRW_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 ownerdrw_ownerdrw.o: ./ownerdrw.cpp
        $(CXX) -c -o $@ $(OWNERDRW_CXXFLAGS) $(CPPDEPS) $<