aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies
diff options
context:
space:
mode:
authorKolja Lampe <razzeee@gmail.com>2018-04-19 20:00:00 +0200
committerKolja Lampe <razzeee@gmail.com>2018-04-19 20:00:00 +0200
commitf699d2950ddd30270f5d1f3b64060cb601ec1c77 (patch)
treea0293f1b45a8b465da504087cd27356440300489 /project/BuildDependencies
parent2f0f95d1318d3acf2c8c071464d36cb16ea74027 (diff)
Cleanup due to x64 build changes
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r--project/BuildDependencies/DownloadBuildDeps.bat5
-rw-r--r--project/BuildDependencies/DownloadMingwBuildEnv.bat5
2 files changed, 0 insertions, 10 deletions
diff --git a/project/BuildDependencies/DownloadBuildDeps.bat b/project/BuildDependencies/DownloadBuildDeps.bat
deleted file mode 100644
index d70e544f02..0000000000
--- a/project/BuildDependencies/DownloadBuildDeps.bat
+++ /dev/null
@@ -1,5 +0,0 @@
-@ECHO OFF
-
-PUSHD %~dp0\..\..\tools\buildsteps\windows\win32
-CALL download-dependencies.bat
-POPD
diff --git a/project/BuildDependencies/DownloadMingwBuildEnv.bat b/project/BuildDependencies/DownloadMingwBuildEnv.bat
deleted file mode 100644
index 7dc614b1dc..0000000000
--- a/project/BuildDependencies/DownloadMingwBuildEnv.bat
+++ /dev/null
@@ -1,5 +0,0 @@
-@ECHO OFF
-
-PUSHD %~dp0\..\..\tools\buildsteps\windows\win32
-CALL download-msys2.bat %*
-POPD