no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,8 +11,15 @@
|
||||
# Set WXDIR for your system
|
||||
WXDIR = $(WXWIN)
|
||||
|
||||
PROGRAM=minimal
|
||||
WXUSINGDLL=0
|
||||
|
||||
!include $(WXDIR)\src\makeva.env
|
||||
|
||||
PROGRAM=$D\minimal
|
||||
OBJECTS = $(PROGRAM).obj
|
||||
|
||||
!if [md $D]
|
||||
!endif
|
||||
|
||||
!include $(WXDIR)\src\makeprog.va
|
||||
|
||||
|
@@ -10,13 +10,6 @@
|
||||
# Use FINAL=1 argument to nmake to build final version with no debugging
|
||||
# info
|
||||
|
||||
# Set and environment variable to point to WXDIR for your system
|
||||
WXDIR = $(WXWIN)
|
||||
|
||||
WXUSINGDLL=0
|
||||
|
||||
!include $(WXDIR)\src\makeva.env
|
||||
|
||||
all: $(PROGRAM).exe
|
||||
|
||||
wx:
|
||||
|
Reference in New Issue
Block a user