]> git.saurik.com Git - wxWidgets.git/blame - utils/makegen/templates/makefile.bcc
corrected getting FSRef associated with the POSIX path in wxString
[wxWidgets.git] / utils / makegen / templates / makefile.bcc
CommitLineData
6809ee4b
VZ
1# Purpose: makefile for #NAME example (BC++ 16bit)
2# Created: #DATE
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=#NAME
11OBJECTS=$(TARGET).obj
12
13!include $(WXDIR)\src\makeprog.bcc
14