diff --git a/samples/richedit/makefile.vc b/samples/richedit/makefile.vc new file mode 100644 index 0000000000..8ec1325c77 --- /dev/null +++ b/samples/richedit/makefile.vc @@ -0,0 +1,18 @@ +# +# 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) + +PROGRAM=wxLayout +OBJECTS = wxLayout.obj kbList.obj wxllist.obj wxlparser.obj wxlwindow.obj + +!include $(WXDIR)\src\makeprog.vc + diff --git a/samples/richedit/wxLayout.rc b/samples/richedit/wxLayout.rc new file mode 100644 index 0000000000..82bdf07561 --- /dev/null +++ b/samples/richedit/wxLayout.rc @@ -0,0 +1,2 @@ +#include "wx/msw/wx.rc" +