diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-03-20 17:30:33 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-03-20 17:30:33 (GMT) |
commit | 54d971086f3a99dd7c9552fbe07f589f43bf439c (patch) | |
tree | 53969f74e5aef27e572e5db2af98a54b15e0a6a4 /tkimg/window/win | |
parent | cfef685ad45bc8f98a2d59fba75ba9bc6e06496d (diff) | |
download | blt-54d971086f3a99dd7c9552fbe07f589f43bf439c.zip blt-54d971086f3a99dd7c9552fbe07f589f43bf439c.tar.gz blt-54d971086f3a99dd7c9552fbe07f589f43bf439c.tar.bz2 |
upgrade tkimg 1.4.9
Diffstat (limited to 'tkimg/window/win')
-rwxr-xr-x | tkimg/window/win/makefile.vc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tkimg/window/win/makefile.vc b/tkimg/window/win/makefile.vc new file mode 100755 index 0000000..0b87b6c --- /dev/null +++ b/tkimg/window/win/makefile.vc @@ -0,0 +1,19 @@ +#------------------------------------------------------------- -*- 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 = window +!include "..\..\win\rules-img.vc" + |