diff --git a/samples/listbox/makefile.b32 b/samples/listbox/makefile.b32 new file mode 100644 index 0000000000..d74dde8c50 --- /dev/null +++ b/samples/listbox/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=lboxtest +OBJECTS = $(TARGET).obj + +!include $(WXDIR)\src\makeprog.b32 + diff --git a/samples/wxtest/makefile.b32 b/samples/wxtest/makefile.b32 new file mode 100644 index 0000000000..41c5d6cefb --- /dev/null +++ b/samples/wxtest/makefile.b32 @@ -0,0 +1,19 @@ +# +# File: makefile.vc +# Author: Julian Smart +# Created: 1999 +# Updated: +# Copyright: (c) Julian Smart +# +# Makefile : Builds sample (VC++, WIN32) +# Use FINAL=1 argument to nmake to build final version with no debug info. + +# Set WXDIR for your system + +WXDIR = $(WXWIN) + +TARGET=test +OBJECTS = $(TARGET).obj test_wdr.obj + +!include $(WXDIR)\src\makeprog.b32 +