]> git.saurik.com Git - wxWidgets.git/blame - samples/memcheck/makefile.bcc
Doc & Symantec C++ fixes
[wxWidgets.git] / samples / memcheck / makefile.bcc
CommitLineData
457814b5
JS
1#
2# File: makefile.bcc
3# Author: Julian Smart
62448488 4# Created: 1998
457814b5 5# Updated:
457814b5 6#
62448488 7# Builds a BC++ 16-bit sample
457814b5
JS
8
9!if "$(WXWIN)" == ""
10!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
11!endif
12
13WXDIR = $(WXWIN)
457814b5 14
62448488
JS
15TARGET=memcheck
16OBJECTS=$(TARGET).obj
457814b5 17
62448488 18!include $(WXDIR)\src\makeprog.bcc
457814b5 19