1999-02-09 15:40:15 +00:00
|
|
|
#
|
|
|
|
# File: makefile.b32
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright:
|
|
|
|
#
|
|
|
|
# Makefile : Builds sample for 32-bit BC++
|
|
|
|
|
|
|
|
WXDIR = $(WXWIN)
|
|
|
|
|
|
|
|
TARGET=demo
|
2000-07-15 19:51:35 +00:00
|
|
|
#EXTRALIBS=htmlhelp.lib
|
1999-02-09 15:40:15 +00:00
|
|
|
OBJECTS = $(TARGET).obj
|
|
|
|
|
|
|
|
!include $(WXDIR)\src\makeprog.b32
|
|
|
|
|