diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-08-16 16:55:43 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-08-16 16:55:43 +0000 |
commit | 7ccfbb0c6fdb3d86747ca15041f7ba604eeb3bd7 (patch) | |
tree | c214966a46e883a050f0fc0d6ab45d83a69d4cb2 /packages | |
parent | ca3bbc9ee879dba4cc0ed7522f1d6cb11b32b3a0 (diff) |
removed some ancient history, circa 2003
svn path=/trunk/; revision=15220
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/win32_inno/Makefile.nmake | 27 |
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 - |