2002-03-25 23:28:46 +00:00
|
|
|
#
|
|
|
|
# File: makefile.b32
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright:
|
|
|
|
#
|
|
|
|
# Makefile : Builds sample for 32-bit BC++
|
|
|
|
|
|
|
|
WXDIR = $(WXWIN)
|
|
|
|
|
|
|
|
TARGET=arttest
|
2002-04-06 14:55:16 +00:00
|
|
|
OBJECTS = $(TARGET).obj artbrows.obj
|
2002-03-25 23:28:46 +00:00
|
|
|
|
|
|
|
!include $(WXDIR)\src\makeprog.b32
|
|
|
|
|