]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/oleauto/makefile.unx
Add implicit conversion, remove conversion to bool
[wxWidgets.git] / samples / oleauto / makefile.unx
index 2035999b6f9d818f50f0838cd617ca2394066f3f..18122b34b5423abff2b0939c6796680238388367 100644 (file)
@@ -98,7 +98,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 oleauto: $(OLEAUTO_OBJECTS)
-       $(CXX) -o $@ $(OLEAUTO_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
+       $(CXX) -o $@ $(OLEAUTO_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 oleauto_oleauto.o: ./oleauto.cpp
        $(CXX) -c -o $@ $(OLEAUTO_CXXFLAGS) $(CPPDEPS) $<