diff options
author | Kolja Lampe <razzeee@gmail.com> | 2018-04-19 20:00:00 +0200 |
---|---|---|
committer | Kolja Lampe <razzeee@gmail.com> | 2018-04-19 20:00:00 +0200 |
commit | f699d2950ddd30270f5d1f3b64060cb601ec1c77 (patch) | |
tree | a0293f1b45a8b465da504087cd27356440300489 /project/BuildDependencies | |
parent | 2f0f95d1318d3acf2c8c071464d36cb16ea74027 (diff) |
Cleanup due to x64 build changes
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r-- | project/BuildDependencies/DownloadBuildDeps.bat | 5 | ||||
-rw-r--r-- | project/BuildDependencies/DownloadMingwBuildEnv.bat | 5 |
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 |