]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/src/fl/makefile.g95
Changes to make commandline compilation with VC6 match the same settings and LIB...
[wxWidgets.git] / contrib / src / fl / makefile.g95
... / ...
CommitLineData
1#
2# File: makefile.g95
3# Author: Hans Van Leemputten
4# Created: 2001
5# Updated:
6# Copyright: (c) wxWorkshop team, 2001
7#
8# Makefile for wxWindows FrameLayout library (Cygwin/Mingw32).
9
10WXDIR = ../../..
11LIB_NAME = fl
12OBJ_EXT = o
13
14include files.lst
15
16LIBTARGET=$(WXDIR)/lib/lib$(LIB_NAME).a
17OBJECTS = $(FL_OBJECTS)
18
19include $(WXDIR)/src/makelib.g95
20