diff options
Diffstat (limited to 'wintools/make.pl')
-rwxr-xr-x | wintools/make.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wintools/make.pl b/wintools/make.pl index ace6944..3efa768 100755 --- a/wintools/make.pl +++ b/wintools/make.pl @@ -27,6 +27,7 @@ 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"; +print FILE "CP = copy\n"; print FILE "VERSION = "; # copy contents of VERSION file to FILE |