]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/makefile.unx
Regenerate the msvc makefiles after TARGET_CPU option added
[wxWidgets.git] / demos / forty / makefile.unx
index 3623d3f33a2dc1c6b4ffe74c79c8da0745444e2b..00d37ff25b0d3725406c65c55bea2ca6be1ff8b6 100644 (file)
@@ -24,12 +24,12 @@ OBJECTS = $(PROGRAM).o canvas.o card.o game.o pile.o playerdg.o scoredg.o scoref
 .SUFFIXES:     .o .cpp
 
 .cpp.o :
-       $(CC) -c `wx-config --cxxflags` -o $@ $<
+       $(CXX) -c `wx-config --cxxflags` -o $@ $<
 
 all:    $(PROGRAM)
 
 $(PROGRAM):    $(OBJECTS)
-       $(CC) -o $(PROGRAM) $(OBJECTS) `wx-config --libs`
+       $(CXX) -o $(PROGRAM) $(OBJECTS) `wx-config --libs`
 
 clean: 
        rm -f *.o $(PROGRAM)