summaryrefslogtreecommitdiffstats
path: root/tkimg/flir/win
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-20 17:30:33 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-20 17:30:33 (GMT)
commit54d971086f3a99dd7c9552fbe07f589f43bf439c (patch)
tree53969f74e5aef27e572e5db2af98a54b15e0a6a4 /tkimg/flir/win
parentcfef685ad45bc8f98a2d59fba75ba9bc6e06496d (diff)
downloadblt-54d971086f3a99dd7c9552fbe07f589f43bf439c.zip
blt-54d971086f3a99dd7c9552fbe07f589f43bf439c.tar.gz
blt-54d971086f3a99dd7c9552fbe07f589f43bf439c.tar.bz2
upgrade tkimg 1.4.9
Diffstat (limited to 'tkimg/flir/win')
-rwxr-xr-xtkimg/flir/win/makefile.vc20
1 files changed, 20 insertions, 0 deletions
diff --git a/tkimg/flir/win/makefile.vc b/tkimg/flir/win/makefile.vc
new file mode 100755
index 0000000..1278675
--- /dev/null
+++ b/tkimg/flir/win/makefile.vc
@@ -0,0 +1,20 @@
+#------------------------------------------------------------- -*- 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 = flir
+PRJ_DEFINES = -D_CRT_SECURE_NO_WARNINGS -wd4267
+!include "..\..\win\rules-img.vc"
+