Renamed .nt makefiles to .vc and factored them out; made DND sample compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,17 +16,17 @@ WXDIR = $(WXWIN)
|
||||
|
||||
THISDIR=$(WXDIR)\utils\nplugin
|
||||
|
||||
!include $(WXDIR)\src\ntwxwin.mak
|
||||
!include $(WXDIR)\src\makevc.env
|
||||
|
||||
DEBUG_FLAGS="/Zi /FR"
|
||||
LINK_DEBUG_FLAGS="/RELEASE"
|
||||
|
||||
clean:
|
||||
cd $(WXDIR)\utils\nplugin\src
|
||||
nmake -f makefile.nt clean
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\utils\nplugin\samples\simple
|
||||
nmake -f makefile.nt clean
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\utils\nplugin\samples\gui
|
||||
nmake -f makefile.nt clean
|
||||
nmake -f makefile.vc clean
|
||||
cd $(WXDIR)\utils\nplugin
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# File: makefile.nt
|
||||
# File: makefile.vc
|
||||
# Author: Julian Smart
|
||||
# Created: 1997
|
||||
# Updated:
|
||||
@@ -19,7 +19,7 @@ DLL=1
|
||||
|
||||
EXTRAINC=/I$(WXDIR)\utils\nplugin\src
|
||||
|
||||
!include $(WXDIR)\src\ntwxwin.mak
|
||||
!include $(WXDIR)\src\makevc.env
|
||||
|
||||
THISDIR = $(WXDIR)\utils\nplugin\examples\gui
|
||||
PROGRAM=npgui32
|
||||
@@ -33,7 +33,7 @@ $(PROGRAM): $(PROGRAM).exe
|
||||
|
||||
wx:
|
||||
cd $(WXDIR)\src\msw
|
||||
nmake -f makefile.nt dllnp FINAL=$(FINAL)
|
||||
nmake -f makefile.vc dllnp FINAL=$(FINAL)
|
||||
cd $(THISDIR)
|
||||
|
||||
# Update the dynamic link library
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# File: makefile.nt
|
||||
# File: makefile.vc
|
||||
# Author: Julian Smart
|
||||
# Created: 1997
|
||||
# Updated:
|
||||
@@ -19,7 +19,7 @@ DLL=1
|
||||
|
||||
EXTRAINC=/I$(WXDIR)\utils\nplugin\src
|
||||
|
||||
!include $(WXDIR)\src\ntwxwin.mak
|
||||
!include $(WXDIR)\src\makevc.env
|
||||
|
||||
THISDIR = $(WXDIR)\utils\nplugin\smples\simple
|
||||
PROGRAM=npsimple32
|
||||
@@ -33,7 +33,7 @@ $(PROGRAM): $(PROGRAM).exe
|
||||
|
||||
wx:
|
||||
cd $(WXDIR)\src\msw
|
||||
nmake -f makefile.nt dllnp FINAL=$(FINAL)
|
||||
nmake -f makefile.vc dllnp FINAL=$(FINAL)
|
||||
cd $(THISDIR)
|
||||
|
||||
# Update the dynamic link library
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# File: makefile.nt
|
||||
# File: makefile.vc
|
||||
# Author: Julian Smart
|
||||
# Created: 1993
|
||||
# Updated:
|
||||
@@ -17,7 +17,7 @@ WXDIR = $(WXWIN)
|
||||
# Application is a DLL
|
||||
DLL=1
|
||||
|
||||
!include $(WXDIR)\src\ntwxwin.mak
|
||||
!include $(WXDIR)\src\makevc.env
|
||||
|
||||
PLUGINDIR = $(WXDIR)\utils\nplugin
|
||||
THISDIR = $(PLUGINDIR)\src
|
||||
@@ -29,12 +29,12 @@ all: $(LIBTARGET)
|
||||
|
||||
wx:
|
||||
cd $(WXDIR)\src\msw
|
||||
nmake -f makefile.nt FINAL=$(FINAL)
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
cd $(THISDIR)
|
||||
|
||||
wxclean:
|
||||
cd $(WXDIR)\src\msw
|
||||
nmake -f makefile.nt clean
|
||||
nmake -f makefile.vc clean
|
||||
cd $(THISDIR)
|
||||
|
||||
$(LIBTARGET): $(OBJECTS)
|
Reference in New Issue
Block a user