projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Follow changes in wxRenderer interface.
[wxWidgets.git]
/
demos
/
fractal
/
makefile.unx
diff --git
a/demos/fractal/makefile.unx
b/demos/fractal/makefile.unx
index e23e9c3d27aa51d845bb0b87915964ef34b8b64e..3101343e74526f30072a9598dfca0b234f803cd0 100644
(file)
--- a/
demos/fractal/makefile.unx
+++ b/
demos/fractal/makefile.unx
@@
-13,7
+13,7
@@
# under Linux.
#
# under Linux.
#
-C
C = gcc
+C
XX = $(shell wx-config --cxx)
PROGRAM = fractal
PROGRAM = fractal
@@
-24,12
+24,12
@@
OBJECTS = $(PROGRAM).o
.SUFFIXES: .o .cpp
.cpp.o :
.SUFFIXES: .o .cpp
.cpp.o :
- $(C
C) -c `wx-config --c
flags` -o $@ $<
+ $(C
XX) -c `wx-config --cxx
flags` -o $@ $<
all: $(PROGRAM)
$(PROGRAM): $(OBJECTS)
all: $(PROGRAM)
$(PROGRAM): $(OBJECTS)
- $(C
C
) -o $(PROGRAM) $(OBJECTS) `wx-config --libs`
+ $(C
XX
) -o $(PROGRAM) $(OBJECTS) `wx-config --libs`
clean:
rm -f *.o $(PROGRAM)
clean:
rm -f *.o $(PROGRAM)