1999-07-27 17:05:05 +00:00
|
|
|
#
|
|
|
|
# File: makefile.g95
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) Julian Smart, 1999
|
|
|
|
#
|
|
|
|
# Makefile for wxWindows sample (Cygwin/Mingw32).
|
|
|
|
|
1999-07-29 19:52:37 +00:00
|
|
|
WXDIR = ../../..
|
1999-07-27 17:05:05 +00:00
|
|
|
|
|
|
|
TARGET=about
|
|
|
|
OBJECTS = $(TARGET).o
|
|
|
|
|
|
|
|
include $(WXDIR)\src\makeprog.g95
|
|
|
|
|