home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wxos2240.zip
/
wxWindows-2.4.0
/
contrib
/
samples
/
plot
/
makefile.b32
next >
Wrap
Makefile
|
2001-06-12
|
276b
|
19 lines
#
# File: makefile.b32
# Author: Julian Smart
# Created: 1999
# Updated:
# Copyright:
#
# Makefile : Builds sample for 32-bit BC++
WXDIR = $(WXWIN)
TARGET=plot
EXTRALIBS=$(WXDIR)\lib\plot.lib
OBJECTS = $(TARGET).obj
!include $(WXDIR)\src\makeprog.b32