From e0e2509c851588bb9e29a40da0d853983be17f23 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 10 Jul 2002 17:13:35 +0000 Subject: [PATCH] Added back makefile.vc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/helpview/src/makefile.vc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 utils/helpview/src/makefile.vc 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 + -- 2.47.2