no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-02-22 17:11:02 +00:00
parent 4ee5fc9c92
commit 2912e35f17
2 changed files with 8 additions and 8 deletions

View File

@@ -11,8 +11,15 @@
# Set WXDIR for your system # Set WXDIR for your system
WXDIR = $(WXWIN) WXDIR = $(WXWIN)
PROGRAM=minimal WXUSINGDLL=0
!include $(WXDIR)\src\makeva.env
PROGRAM=$D\minimal
OBJECTS = $(PROGRAM).obj OBJECTS = $(PROGRAM).obj
!if [md $D]
!endif
!include $(WXDIR)\src\makeprog.va !include $(WXDIR)\src\makeprog.va

View File

@@ -10,13 +10,6 @@
# Use FINAL=1 argument to nmake to build final version with no debugging # Use FINAL=1 argument to nmake to build final version with no debugging
# info # info
# Set and environment variable to point to WXDIR for your system
WXDIR = $(WXWIN)
WXUSINGDLL=0
!include $(WXDIR)\src\makeva.env
all: $(PROGRAM).exe all: $(PROGRAM).exe
wx: wx: