2000-03-14 14:24:14 -05:00
|
|
|
# Purpose: makefile for notebook example (Cygwin/Mingw32)
|
|
|
|
# Created: #03.01.00
|
1998-10-26 13:32:07 -05:00
|
|
|
|
|
|
|
WXDIR = ../..
|
|
|
|
|
2000-03-14 14:24:14 -05:00
|
|
|
TARGET=notebook
|
1999-02-09 10:37:52 -05:00
|
|
|
OBJECTS = $(TARGET).o
|
1998-10-26 13:32:07 -05:00
|
|
|
|
2000-03-14 14:24:14 -05:00
|
|
|
include $(WXDIR)\src\makeprog.g95
|
1998-10-26 13:32:07 -05:00
|
|
|
|