]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/exec/makefile.bcc
Modified Files:
[wxWidgets.git] / samples / exec / makefile.bcc
... / ...
CommitLineData
1# Purpose: makefile for exec example (BC++ 16bit)
2# Created: 2000-03-14
3
4!if "$(WXWIN)" == ""
5!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
6!endif
7
8WXDIR = $(WXWIN)
9
10TARGET=exec
11OBJECTS=$(TARGET).obj
12
13!include $(WXDIR)\src\makeprog.bcc
14