home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wxos2233.zip
/
wxOS2-2_3_3.zip
/
wxWindows-2.3.3
/
contrib
/
src
/
fl
/
makefile.g95
< prev
next >
Wrap
Makefile
|
2001-07-24
|
389b
|
21 lines
#
# File: makefile.g95
# Author: Hans Van Leemputten
# Created: 2001
# Updated:
# Copyright: (c) wxWorkshop team, 2001
#
# Makefile for wxWindows FrameLayout library (Cygwin/Mingw32).
WXDIR = ../../..
LIB_NAME = fl
OBJ_EXT = o
include files.lst
LIBTARGET=$(WXDIR)/lib/lib$(LIB_NAME).a
OBJECTS = $(FL_OBJECTS)
include $(WXDIR)/src/makelib.g95