]> git.saurik.com Git - wxWidgets.git/commitdiff
Added back makefile.vc
authorJulian Smart <julian@anthemion.co.uk>
Wed, 10 Jul 2002 17:13:35 +0000 (17:13 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 10 Jul 2002 17:13:35 +0000 (17:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/helpview/src/makefile.vc [new file with mode: 0644]

diff --git a/utils/helpview/src/makefile.vc b/utils/helpview/src/makefile.vc
new file mode 100644 (file)
index 0000000..ad65977
--- /dev/null
@@ -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
+