diff --git a/utils/helpview/src/makefile.vc b/utils/helpview/src/makefile.vc new file mode 100644 index 0000000000..ad6597782b --- /dev/null +++ b/utils/helpview/src/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=helpview +OBJECTS = $(PROGRAM).obj + +!include $(WXDIR)\src\makeprog.vc +