minimal makefile for VA 3.0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-02-15 05:00:28 +00:00
parent 23f681ec48
commit f1d626b203

View File

@@ -0,0 +1,18 @@
#
# File: makefile.va
# Author: David Webster
# Created: 1999
# Updated:
# Copyright: (c) David Webster
#
# Makefile : Builds sample (VisualAgeC++ V3.0, OS/2 PM)
# Use FINAL=1 argument to nmake to build final version with no debug info.
# Set WXDIR for your system
WXDIR = j:\dev\wx2\wxWindows
PROGRAM=minimal
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.va