summaryrefslogtreecommitdiffstats
path: root/win/buildall.vc.bat
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2001-11-13 04:30:51 (GMT)
committerdavygrvy <davygrvy@noemail.net>2001-11-13 04:30:51 (GMT)
commit7ca17150e79f70cfe6f3593b1d1d7749bfc1f9fc (patch)
tree24ea29d6b10d4d17797fab75a54b76f6e63bc58b /win/buildall.vc.bat
parent9c9f05a5121b2cc6bcb83d1b58fc3e5edb14a982 (diff)
downloadtcl-7ca17150e79f70cfe6f3593b1d1d7749bfc1f9fc.zip
tcl-7ca17150e79f70cfe6f3593b1d1d7749bfc1f9fc.tar.gz
tcl-7ca17150e79f70cfe6f3593b1d1d7749bfc1f9fc.tar.bz2
* win/buildall.vc.bat(new):
* win/makefile.vc: Small fix with deriving the "OriginalFilename" string in the .rc scripts. Added a quick batchfile for building the entire thing. FossilOrigin-Name: e6067623d57a622302d78be3538c051e523a1d6e
Diffstat (limited to 'win/buildall.vc.bat')
-rwxr-xr-xwin/buildall.vc.bat12
1 files changed, 12 insertions, 0 deletions
diff --git a/win/buildall.vc.bat b/win/buildall.vc.bat
new file mode 100755
index 0000000..d3ecc66
--- /dev/null
+++ b/win/buildall.vc.bat
@@ -0,0 +1,12 @@
+@echo off
+
+if "%MSVCDir%" == "" call c:\dev\devstudio60\vc98\bin\vcvars32.bat
+set INSTALLDIR=d:\tclTestArea
+
+nmake -nologo -f makefile.vc %1 release winhelp OPTS=none
+nmake -nologo -f makefile.vc %1 release OPTS=static
+nmake -nologo -f makefile.vc %1 core dlls OPTS=static,msvcrt
+nmake -nologo -f makefile.vc %1 core OPTS=static,threads
+nmake -nologo -f makefile.vc %1 dlls OPTS=static,msvcrt,threads
+nmake -nologo -f makefile.vc %1 shell OPTS=threads
+pause