2002-03-25 18:28:46 -05:00
|
|
|
#
|
|
|
|
# File: makefile.g95
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) Julian Smart, 1999
|
|
|
|
#
|
|
|
|
# Makefile for wxWindows sample (Cygwin/Mingw32).
|
|
|
|
|
|
|
|
WXDIR = ../..
|
|
|
|
|
|
|
|
TARGET=arttest
|
2002-04-06 09:55:16 -05:00
|
|
|
OBJECTS = $(TARGET).o artbrows.o
|
2002-03-25 18:28:46 -05:00
|
|
|
|
|
|
|
include $(WXDIR)/src/makeprog.g95
|
|
|
|
|