diff options
Diffstat (limited to 'tkimg/window/win')
-rw-r--r-- | 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 100644 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" + |