6 # Copyright: (c) 1993, AIAI, University of Edinburgh
10 # Makefile : Builds utilities for Win95, VC++ 4.0
11 # Use FINAL=1 argument to nmake to build final version with no debugging
14 # Set WXDIR for your system
17 THISDIR=$(WXDIR)\utils\nplugin
19 !include $(WXDIR)\src\makevc.env
22 LINK_DEBUG_FLAGS="/RELEASE"
25 cd $(WXDIR)\utils\nplugin\src
26 nmake -f makefile.vc clean
27 cd $(WXDIR)\utils\nplugin\samples\simple
28 nmake -f makefile.vc clean
29 cd $(WXDIR)\utils\nplugin\samples\gui
30 nmake -f makefile.vc clean
31 cd $(WXDIR)\utils\nplugin