X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09ddabf738ef243dc0f4965f69115eeb03a6dce2..d5e71e81ecc15691d10b992867e08375c69c7b63:/samples/image/makefile.unx diff --git a/samples/image/makefile.unx b/samples/image/makefile.unx index ce970af9d3..15e1a00c67 100644 --- a/samples/image/makefile.unx +++ b/samples/image/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.5 (http://www.bakefile.org) +# Bakefile 0.2.6 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -99,7 +99,7 @@ test_for_selected_wxbuild: @$(WX_CONFIG) $(WX_CONFIG_FLAGS) image: $(IMAGE_OBJECTS) - $(CXX) -o $@ $(IMAGE_OBJECTS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS) + $(CXX) -o $@ $(IMAGE_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` image_image.o: ./image.cpp $(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $(CPPDEPS) $<