summaryrefslogtreecommitdiffstats
path: root/tkimg/ppm/win
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-20 17:29:30 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-20 17:29:30 (GMT)
commitcfef685ad45bc8f98a2d59fba75ba9bc6e06496d (patch)
tree066005da150adf4bf7892796647154a49d5ea23c /tkimg/ppm/win
parentc31bd7553b6efd2407fc521dc14aec1936e3cbf0 (diff)
downloadblt-cfef685ad45bc8f98a2d59fba75ba9bc6e06496d.zip
blt-cfef685ad45bc8f98a2d59fba75ba9bc6e06496d.tar.gz
blt-cfef685ad45bc8f98a2d59fba75ba9bc6e06496d.tar.bz2
upgrade tkimg 1.4.9
Diffstat (limited to 'tkimg/ppm/win')
-rw-r--r--tkimg/ppm/win/makefile.vc20
1 files changed, 0 insertions, 20 deletions
diff --git a/tkimg/ppm/win/makefile.vc b/tkimg/ppm/win/makefile.vc
deleted file mode 100644
index 741a67a..0000000
--- a/tkimg/ppm/win/makefile.vc
+++ /dev/null
@@ -1,20 +0,0 @@
-#------------------------------------------------------------- -*- makefile -*-
-#
-# Makefile
-#
-# Basic build, test and install
-# nmake /f makefile.vc INSTALLDIR=c:\tcl TCLDIR=c:\path\to\tcl\sources TKDIR=c:\path\to\tk\sources
-# nmake /f makefile.vc INSTALLDIR=c:\tcl test TCLDIR=c:\path\to\tcl\sources TKDIR=c:\path\to\tk\sources
-# nmake /f makefile.vc INSTALLDIR=c:\tcl install TCLDIR=c:\path\to\tcl\sources TKDIR=c:\path\to\tk\sources
-# Note this extension needs both Tcl and Tk *source* to build.
-#
-# For other build options (debug, static etc.),
-# See TIP 477 (https://core.tcl.tk/tips/doc/trunk/tip/477.md) for
-# detailed documentation.
-#
-#------------------------------------------------------------------------------
-
-PHIMGTYPE = ppm
-PRJ_DEFINES = -D_CRT_SECURE_NO_WARNINGS -wd4267
-!include "..\..\win\rules-img.vc"
-