1999-05-31 10:54:04 -04:00
|
|
|
#
|
|
|
|
# File: makefile.g95
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) Julian Smart, 1999
|
|
|
|
#
|
|
|
|
# Makefile for wxWindows sample (Cygwin/Mingw32).
|
|
|
|
|
|
|
|
WXDIR = ../..
|
|
|
|
|
1999-08-06 09:06:11 -04:00
|
|
|
TARGET=text
|
1999-05-31 10:54:04 -04:00
|
|
|
OBJECTS = $(TARGET).o
|
|
|
|
|
|
|
|
include $(WXDIR)/src/makeprog.g95
|
|
|
|
|