From ab89c2e7e9336659a474b1ce1136e42def502a6b Mon Sep 17 00:00:00 2001 From: Lynix Date: Sat, 30 Jul 2016 14:06:29 +0200 Subject: [PATCH] Build: Remove "united" shortcuts (since we have config.lua now) Former-commit-id: 372d5a085df242d6a28eac3f70612d0860bd323b [formerly d53b34f0589249dbab3fd0b4de957989a8787165] Former-commit-id: 67390b05e4c7a8c3a5faa596d66ad6e95825d084 --- build/Build_CodeBlocks.bat | 2 +- build/Build_CodeBlocks_OneLibrary.bat | 1 - build/Build_CodeLite.bat | 2 +- build/Build_CodeLite_OneLibrary.bat | 1 - build/Build_VS2015.bat | 2 +- build/Build_VS2015_OneLibrary.bat | 1 - 6 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 build/Build_CodeBlocks_OneLibrary.bat delete mode 100644 build/Build_CodeLite_OneLibrary.bat delete mode 100644 build/Build_VS2015_OneLibrary.bat diff --git a/build/Build_CodeBlocks.bat b/build/Build_CodeBlocks.bat index 983c7ae80..439c5efac 100644 --- a/build/Build_CodeBlocks.bat +++ b/build/Build_CodeBlocks.bat @@ -1 +1 @@ -premake4 --with-extlibs --with-examples codeblocks \ No newline at end of file +premake4 codeblocks \ No newline at end of file diff --git a/build/Build_CodeBlocks_OneLibrary.bat b/build/Build_CodeBlocks_OneLibrary.bat deleted file mode 100644 index b7c5ab4c9..000000000 --- a/build/Build_CodeBlocks_OneLibrary.bat +++ /dev/null @@ -1 +0,0 @@ -premake4 --united --with-extlibs --with-examples codeblocks \ No newline at end of file diff --git a/build/Build_CodeLite.bat b/build/Build_CodeLite.bat index 8584e6d9b..170e7a451 100644 --- a/build/Build_CodeLite.bat +++ b/build/Build_CodeLite.bat @@ -1 +1 @@ -premake5 --with-extlibs --with-examples codelite \ No newline at end of file +premake5 codelite \ No newline at end of file diff --git a/build/Build_CodeLite_OneLibrary.bat b/build/Build_CodeLite_OneLibrary.bat deleted file mode 100644 index 52a80f504..000000000 --- a/build/Build_CodeLite_OneLibrary.bat +++ /dev/null @@ -1 +0,0 @@ -premake5 --united --with-extlibs --with-examples codelite \ No newline at end of file diff --git a/build/Build_VS2015.bat b/build/Build_VS2015.bat index 2dd6e578a..6d0726faf 100644 --- a/build/Build_VS2015.bat +++ b/build/Build_VS2015.bat @@ -1 +1 @@ -premake5 --with-extlibs --with-examples vs2015 \ No newline at end of file +premake5 vs2015 \ No newline at end of file diff --git a/build/Build_VS2015_OneLibrary.bat b/build/Build_VS2015_OneLibrary.bat deleted file mode 100644 index aaab1938c..000000000 --- a/build/Build_VS2015_OneLibrary.bat +++ /dev/null @@ -1 +0,0 @@ -premake5 --united --with-extlibs --with-examples vs2015 \ No newline at end of file