diff --git a/packaging/buildall.bat b/packaging/buildall.bat deleted file mode 100644 index 0fdc1d5b2..000000000 --- a/packaging/buildall.bat +++ /dev/null @@ -1,11 +0,0 @@ -setlocal - -mkdir Install -copy ..\viostor\txtsetup-amd64.oem .\Install\ -copy ..\viostor\txtsetup-i386.oem .\Install\ -copy ..\viostor\disk1 .\Install\ - -copy ..\COPYING .\Install\ -copy ..\LICENSE .\Install\ - -endlocal \ No newline at end of file diff --git a/packaging/clean.bat b/packaging/clean.bat deleted file mode 100644 index 168ad899b..000000000 --- a/packaging/clean.bat +++ /dev/null @@ -1,4 +0,0 @@ -@echo on - -rmdir /S /Q .\Install -