8 # Makefile : Builds sample for 32-bit BC++
13 OBJECTS = $(TARGET).obj
15 # We have to copy to a different root name,
16 # since BC++ doesn't seem to like the name 'text'
18 all: copyfiles $(TARGET).exe $(EXTRATARGETS)
20 !include $(WXDIR)\src\makeprog.b32
23 copy text.cpp texttst.cpp
24 copy text.rc texttst.rc