From: Julian Smart Date: Wed, 10 Jul 2002 17:13:35 +0000 (+0000) Subject: Added back makefile.vc X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e0e2509c851588bb9e29a40da0d853983be17f23 Added back makefile.vc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 +