]>
Commit | Line | Data |
---|---|---|
58580a7e JS |
1 | # |
2 | # File: makefile.g95 | |
3 | # Author: Julian Smart | |
4 | # Created: 1999 | |
5 | # Updated: | |
6 | # Copyright: (c) Julian Smart, 1999 | |
7 | # | |
8 | # Makefile for wxWindows sample (Cygwin/Mingw32). | |
9 | ||
d0af5538 | 10 | WXDIR = ../../../.. |
58580a7e | 11 | |
d0af5538 | 12 | TARGET=tree |
58580a7e | 13 | OBJECTS = $(TARGET).o |
d0af5538 | 14 | EXTRALIBS=$(WXDIR)/lib/libgizmos.a |
58580a7e JS |
15 | |
16 | include $(WXDIR)/src/makeprog.g95 | |
17 |