about summary refs log tree commit diff stats
path: root/make-msc.bat
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2000-02-15 04:10:19 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2000-02-15 04:10:19 -0500
commit383b3f2ddbc1e2b64996958c1d9d944979fd190b (patch)
tree5c448e24f1b69593713b31529d1bdedf39a22a9d /make-msc.bat
parentd61bc4e56055c372ab0b8d027f376c2f4a2ecfff (diff)
downloadlynx-snapshots-383b3f2ddbc1e2b64996958c1d9d944979fd190b.tar.gz
snapshot of project "lynx", label v2-8-3dev_19
Diffstat (limited to 'make-msc.bat')
-rw-r--r--make-msc.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/make-msc.bat b/make-msc.bat
new file mode 100644
index 00000000..9a82016d
--- /dev/null
+++ b/make-msc.bat
@@ -0,0 +1,6 @@
+@echo off

+rem Build with Visual C++

+cd src\chrtrans

+nmake -f makefile.msc %1 %2 %3 %4

+cd ..\..

+nmake -f makefile.msc %1 %2 %3 %4