Made wxGTK dataobj.cpp compile; removed flashing from wxGLCanvas samples;
[wxWidgets.git] / src / makeprog.env
1 # Make environment for making samples on Unix
2 # Replace this with your own path if necessary
3 WXDIR       = $(WXWIN)
4 #WXDIR       = /home/jacs/wx2
5 include $(WXDIR)/src/make.env
6
7 all:    $(PROGRAM)$(GUISUFFIX) $(EXTRATARGETS)
8
9 $(PROGRAM)$(GUISUFFIX): $(OBJECTS) $(WXLIB)
10         $(CC) $(LDFLAGS) -o $(PROGRAM)$(GUISUFFIX) $(OBJECTS) $(LDLIBS)
11
12 clean:
13         rm -f $(OBJECTS) $(PROGRAM)$(GUISUFFIX) core