]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/makefile.unx
Minor error
[wxWidgets.git] / samples / image / makefile.unx
index a4d7ac2aad77c71e78134defed8cfcfa66c21bff..ce970af9d3719f20f86fa8c8c2808e636b1c5f2a 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.4 (http://www.bakefile.org)
+#     Bakefile 0.2.5 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -11,7 +11,7 @@
 # -------------------------------------------------------------------------
 
 # C++ compiler 
-CXX ?= g++
+CXX = g++
 
 # Standard flags for C++ 
 CXXFLAGS ?= 
@@ -57,7 +57,8 @@ WX_CONFIG_FLAGS = $(WX_CONFIG_DEBUG_FLAG) $(WX_CONFIG_UNICODE_FLAG) \
 IMAGE_CXXFLAGS = -I. `$(WX_CONFIG) --cxxflags $(WX_CONFIG_FLAGS)` $(CPPFLAGS) \
        $(CXXFLAGS)
 IMAGE_OBJECTS =  \
-       image_image.o
+       image_image.o \
+       image_canvas.o
 
 ### Conditionally set variables: ###
 
@@ -103,6 +104,9 @@ image: $(IMAGE_OBJECTS)
 image_image.o: ./image.cpp
        $(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $(CPPDEPS) $<
 
+image_canvas.o: ./canvas.cpp
+       $(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $(CPPDEPS) $<
+
 .PHONY: all install uninstall clean