aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackages/win32_inno/Makefile.nmake27
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/win32_inno/Makefile.nmake b/packages/win32_inno/Makefile.nmake
deleted file mode 100755
index d6e3bc03..00000000
--- a/packages/win32_inno/Makefile.nmake
+++ /dev/null
@@ -1,27 +0,0 @@
-# ----------------------- NT -----------------------
-
-
-.SUFFIXES: .dll
-
-VC="C:\Program Files\Microsoft Visual Studio\Vc98"
-
-PDNTINCLUDE = /I. /I /I..\..\pd\src /I$(VC)\include
-
-PDNTLDIR = $(VC)\lib
-
-
-all:
-# externals
- cd ..\..\externals\build\win && nmake
-# flext
-# non-standard paths in T. Grill's config-pd-*.txt files
-# use need to edit config-pd-msvc.txt to get this to work
-# cd ..\..\externals\grill\flext && nmake /f makefile.pd-msvc
-
-
-clean:
-# externals
- cd ..\..\externals\build\win && nmake clean
-# flext
- cd ..\..\externals\grill\flext && nmake /f makefile.pd-msvc clean
-