X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3a43801df2f05c057892481df9d3cfe30fd8800..168f4135dc59409d7573cb2dd11c236df57db678:/samples/proplist/makefile.bcc diff --git a/samples/proplist/makefile.bcc b/samples/proplist/makefile.bcc index 669f01905a..db25470c8c 100644 --- a/samples/proplist/makefile.bcc +++ b/samples/proplist/makefile.bcc @@ -1,10 +1,5 @@ -# -# File: makefile.bcc -# Author: Julian Smart -# Created: 1998 -# Updated: -# -# Builds a BC++ 16-bit sample +# Purpose: makefile for proplist example (BC++ 16bit) +# Created: 2000-03-15 !if "$(WXWIN)" == "" !error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx @@ -12,7 +7,7 @@ WXDIR = $(WXWIN) -TARGET=test +TARGET=proplist OBJECTS=$(TARGET).obj !include $(WXDIR)\src\makeprog.bcc