summaryrefslogtreecommitdiffstats
path: root/tkimg/sgi/win/makefile.vc
diff options
context:
space:
mode:
Diffstat (limited to 'tkimg/sgi/win/makefile.vc')
-rw-r--r--tkimg/sgi/win/makefile.vc20
1 files changed, 0 insertions, 20 deletions
diff --git a/tkimg/sgi/win/makefile.vc b/tkimg/sgi/win/makefile.vc
deleted file mode 100644
index 088ae45..0000000
--- a/tkimg/sgi/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 = sgi
-PRJ_DEFINES = -D_CRT_SECURE_NO_WARNINGS -wd4267
-!include "..\..\win\rules-img.vc"
-