diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-06-17 19:53:53 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-06-17 19:53:53 (GMT) |
commit | d3c3bbd02543280d12a763d82aa5b54ce516c57f (patch) | |
tree | e215fcacfb74cc58f4d27e30b9722efd930d7a7a /wintools/make.pl | |
parent | f309c3c0e7c1cf29df6b850e19d647e93a30ce28 (diff) | |
download | Doxygen-d3c3bbd02543280d12a763d82aa5b54ce516c57f.zip Doxygen-d3c3bbd02543280d12a763d82aa5b54ce516c57f.tar.gz Doxygen-d3c3bbd02543280d12a763d82aa5b54ce516c57f.tar.bz2 |
Release-1.3.7-20040617
Diffstat (limited to 'wintools/make.pl')
-rwxr-xr-x | wintools/make.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wintools/make.pl b/wintools/make.pl index 3efa768..871c381 100755 --- a/wintools/make.pl +++ b/wintools/make.pl @@ -21,9 +21,9 @@ if ($target eq "msvc") # create config file open(FILE,">makeconfig") || die "Cannot create file makeconfig!"; -print FILE "DOXYGEN = $pwd\n"; -print FILE "TMAKEPATH = $pwd\\tmake\\lib\\win32-$target\n"; -print FILE "TMAKE = $pwd\\tmake\\bin\\tmake\n"; +print FILE "DOXYGEN = \"$pwd\"\n"; +print FILE "TMAKEPATH = \"$pwd\\tmake\\lib\\win32-$target\"\n"; +print FILE "TMAKE = \"$pwd\\tmake\\bin\\tmake\"\n"; print FILE "MAKE = $make\n"; print FILE "PERL = perl\n"; print FILE "RM = del /s /q\n"; |