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
/
samples
/
sashtest
/
makefile.bcc
< prev
next >
Wrap
Makefile
|
2000-03-14
|
289b
|
15 lines
# Purpose: makefile for sashtest example (BC++ 16bit)
# Created: 2000-03-14
!if "$(WXWIN)" == ""
!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
!endif
WXDIR = $(WXWIN)
TARGET=sashtest
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.bcc