diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-06-18 16:12:02 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-06-18 16:12:02 (GMT) |
commit | cb417a1f59c3bf956677a59ce94cf13b4010f3c4 (patch) | |
tree | 87cc9a7540b6f305b72a7d2e3ecb7e16762b3488 /make.bat | |
parent | 24106371e24a41d86a7a50de14d9741e591e95e3 (diff) | |
download | Doxygen-cb417a1f59c3bf956677a59ce94cf13b4010f3c4.zip Doxygen-cb417a1f59c3bf956677a59ce94cf13b4010f3c4.tar.gz Doxygen-cb417a1f59c3bf956677a59ce94cf13b4010f3c4.tar.bz2 |
Release-1.1.4-20000618
Diffstat (limited to 'make.bat')
-rw-r--r-- | make.bat | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,7 @@ REM make script for Microsoft Visual C++ +if "%QTDIR%"=="" goto ERROR + REM use perl to create the config file perl wintools\make.pl @@ -12,3 +14,10 @@ type src\doxytag.pro.in | sed "s/\$extraopts/release/g" >src\doxytag.pro type src\doxysearch.pro.in | sed "s/\$extraopts/release/g" >src\doxysearch.pro nmake +goto END + +:ERROR +echo The QTDIR environment variable is not set! See the INSTALL file for more info. +goto END + +:END |