aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/build-tcc.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/build-tcc.bat b/win32/build-tcc.bat
index 772ed26..bd897c4 100644
--- a/win32/build-tcc.bat
+++ b/win32/build-tcc.bat
@@ -63,5 +63,5 @@ del *.o
echo>..\config.texi @set VERSION %VERSION%
if not exist doc md doc
makeinfo --html --no-split -o doc\tcc-doc.html ../tcc-doc.texi
-if exist tcc-win32.txt move tcc-win32.txt doc\
-copy ..\tests\libtcc_test.c examples\
+copy tcc-win32.txt doc
+copy ..\tests\libtcc_test.c examples