summaryrefslogtreecommitdiffstats
path: root/make.bat
diff options
context:
space:
mode:
authormueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:34:06 (GMT)
committermueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:34:06 (GMT)
commitf18128845407f8612668950e112c2d5c3e0ff5be (patch)
tree43e0b215b5d3d2b436509cbb1cd22102aef61b1d /make.bat
parentdaf91dc906e217e81f77f491e0abf505a91289b8 (diff)
downloadDoxygen-f18128845407f8612668950e112c2d5c3e0ff5be.zip
Doxygen-f18128845407f8612668950e112c2d5c3e0ff5be.tar.gz
Doxygen-f18128845407f8612668950e112c2d5c3e0ff5be.tar.bz2
mods for doxygen-0.49-990829
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat14
1 files changed, 12 insertions, 2 deletions
diff --git a/make.bat b/make.bat
index a8a2f4e..3105d14 100644
--- a/make.bat
+++ b/make.bat
@@ -1,4 +1,14 @@
REM make script for Microsoft Visual C++
-set TMAKEPATH=..\tmake\lib\win32-msvc
-nmake /NOLOGO -f Makefile.windows win32-msvc
+REM use perl to create the config file
+perl wintools\make.pl
+
+type makeconfig Makefile.win.in >Makefile
+type makeconfig src\Makefile.in >src\Makefile
+type makeconfig examples\Makefile.win.in >examples\Makefile
+type makeconfig doc\Makefile.win.in >doc\Makefile
+copy src\doxygen.pro.in src\doxygen.pro
+copy src\doxytag.pro.in src\doxytag.pro
+copy src\doxysearch.pro.in src\doxysearch.pro
+
+nmake