aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-08-16 16:55:43 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-08-16 16:55:43 +0000
commit7ccfbb0c6fdb3d86747ca15041f7ba604eeb3bd7 (patch)
treec214966a46e883a050f0fc0d6ab45d83a69d4cb2 /packages/win32_inno
parentca3bbc9ee879dba4cc0ed7522f1d6cb11b32b3a0 (diff)
removed some ancient history, circa 2003
svn path=/trunk/; revision=15220
Diffstat (limited to 'packages/win32_inno')
-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
-