2000-07-26 12:40:49 +00:00
|
|
|
#
|
|
|
|
# File: makefile.g95
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) Julian Smart, 1999
|
|
|
|
#
|
|
|
|
# Makefile for wxrc (Cygwin/Mingw32).
|
|
|
|
|
|
|
|
WXDIR = ../../..
|
|
|
|
|
|
|
|
TARGET=wxrc
|
2001-06-09 22:18:45 +00:00
|
|
|
EXTRALIBS=-lwxxrc
|
2000-07-26 12:40:49 +00:00
|
|
|
OBJECTS = $(TARGET).o
|
|
|
|
|
|
|
|
include $(WXDIR)/src/makeprog.g95
|
|
|
|
|