diff --git a/samples/console/makefile.b32 b/samples/console/makefile.b32 new file mode 100644 index 0000000000..76aa03aa5a --- /dev/null +++ b/samples/console/makefile.b32 @@ -0,0 +1,16 @@ +# +# File: makefile.b32 +# Author: Julian Smart +# Created: 1999 +# Updated: +# Copyright: +# +# Makefile : Builds sample for 32-bit BC++ + +WXDIR = $(WXWIN) + +TARGET=console +OBJECTS = $(TARGET).obj + +!include $(WXDIR)\src\makeprog.b32 +