aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2017-11-18 22:10:42 +0100
committerRechi <Rechi@users.noreply.github.com>2017-11-18 22:10:42 +0100
commit350383cc704db965ebd55851f5db476b75a312fe (patch)
tree47725293533ea7d882872082d470a3648e0af4d7 /project
parente00238a1c481f0b39337a846d0e7e8e361007a24 (diff)
[cleanup][windows] remove unused script
Diffstat (limited to 'project')
-rw-r--r--project/BuildDependencies/scripts/1_copy_deps_d.bat11
1 files changed, 0 insertions, 11 deletions
diff --git a/project/BuildDependencies/scripts/1_copy_deps_d.bat b/project/BuildDependencies/scripts/1_copy_deps_d.bat
deleted file mode 100644
index 5b13c29a0f..0000000000
--- a/project/BuildDependencies/scripts/1_copy_deps_d.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-@ECHO OFF
-
-IF EXIST "%APP_PATH%\system\webserver" rmdir "%APP_PATH%\system\webserver" /S /Q
-IF EXIST "%APP_PATH%\system\airplay" rmdir "%APP_PATH%\system\airplay" /S /Q
-
-rem create directories
-IF NOT EXIST "%APP_PATH%\system\players\paplayer" md "%APP_PATH%\system\players\paplayer"
-IF NOT EXIST "%APP_PATH%\project\VS2010Express\Application\Debug" md "%APP_PATH%\project\VS2010Express\Application\Debug"
-IF NOT EXIST "%APP_PATH%\system\airplay" md "%APP_PATH%\system\airplay"
-IF NOT EXIST "%APP_PATH%\project\Win32BuildSetup\dependencies" md "%APP_PATH%\project\Win32BuildSetup\dependencies"
-IF NOT EXIST "%APP_PATH%\system\cdrip" md "%APP_PATH%\system\cdrip" \ No newline at end of file