1998-12-04 07:43:56 +00:00
|
|
|
#
|
|
|
|
# File: makefile.b32
|
1999-01-04 21:51:15 +00:00
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
1998-12-04 07:43:56 +00:00
|
|
|
# Updated:
|
1999-01-04 21:51:15 +00:00
|
|
|
# Copyright:
|
1998-12-04 07:43:56 +00:00
|
|
|
#
|
1999-01-04 21:51:15 +00:00
|
|
|
# Makefile : Builds sample for 32-bit BC++
|
1998-12-04 07:43:56 +00:00
|
|
|
|
|
|
|
WXDIR = $(WXWIN)
|
|
|
|
|
|
|
|
TARGET=test
|
1999-01-04 21:51:15 +00:00
|
|
|
OBJECTS = $(TARGET).obj
|
1998-12-04 07:43:56 +00:00
|
|
|
|
1999-01-04 21:51:15 +00:00
|
|
|
!include $(WXDIR)\src\makeprog.b32
|
1998-12-04 07:43:56 +00:00
|
|
|
|