diff --git a/build/Build CodeBlocks (complete).bat b/build/Build CodeBlocks (complete).bat new file mode 100644 index 000000000..983c7ae80 --- /dev/null +++ b/build/Build CodeBlocks (complete).bat @@ -0,0 +1 @@ +premake4 --with-extlibs --with-examples codeblocks \ No newline at end of file diff --git a/build/Build CodeBlocks (complete, united).bat b/build/Build CodeBlocks (complete, united).bat new file mode 100644 index 000000000..b7c5ab4c9 --- /dev/null +++ b/build/Build CodeBlocks (complete, united).bat @@ -0,0 +1 @@ +premake4 --united --with-extlibs --with-examples codeblocks \ No newline at end of file diff --git a/build/Build CodeBlocks + examples.bat b/build/Build CodeBlocks + examples.bat deleted file mode 100644 index d56d06eac..000000000 --- a/build/Build CodeBlocks + examples.bat +++ /dev/null @@ -1 +0,0 @@ -premake4 --with-examples codeblocks \ No newline at end of file diff --git a/build/Build CodeBlocks.bat b/build/Build CodeBlocks.bat deleted file mode 100644 index 439c5efac..000000000 --- a/build/Build CodeBlocks.bat +++ /dev/null @@ -1 +0,0 @@ -premake4 codeblocks \ No newline at end of file diff --git a/build/Build CodeLite (complete).bat b/build/Build CodeLite (complete).bat new file mode 100644 index 000000000..50567ca6b --- /dev/null +++ b/build/Build CodeLite (complete).bat @@ -0,0 +1 @@ +premake4 --with-extlibs --with-examples codelite \ No newline at end of file diff --git a/build/Build CodeLite (complete, united).bat b/build/Build CodeLite (complete, united).bat new file mode 100644 index 000000000..d8c8c873e --- /dev/null +++ b/build/Build CodeLite (complete, united).bat @@ -0,0 +1 @@ +premake4 --united --with-extlibs --with-examples codelite \ No newline at end of file diff --git a/build/Build CodeLite + examples.bat b/build/Build CodeLite + examples.bat deleted file mode 100644 index e7ccf26d6..000000000 --- a/build/Build CodeLite + examples.bat +++ /dev/null @@ -1 +0,0 @@ -premake4 --with-examples codelite \ No newline at end of file diff --git a/build/Build CodeLite.bat b/build/Build CodeLite.bat deleted file mode 100644 index 6243e91aa..000000000 --- a/build/Build CodeLite.bat +++ /dev/null @@ -1 +0,0 @@ -premake4 codelite \ No newline at end of file diff --git a/build/Build Visual Studio 2010 (complete).bat b/build/Build Visual Studio 2010 (complete).bat new file mode 100644 index 000000000..d5f903779 --- /dev/null +++ b/build/Build Visual Studio 2010 (complete).bat @@ -0,0 +1 @@ +premake4 --with-extlibs --with-examples vs2010 \ No newline at end of file diff --git a/build/Build Visual Studio 2010 (complete, united).bat b/build/Build Visual Studio 2010 (complete, united).bat new file mode 100644 index 000000000..8d2c985e2 --- /dev/null +++ b/build/Build Visual Studio 2010 (complete, united).bat @@ -0,0 +1 @@ +premake4 --united --with-extlibs --with-examples vs2010 \ No newline at end of file diff --git a/build/Build Visual Studio 2010 + examples.bat b/build/Build Visual Studio 2010 + examples.bat deleted file mode 100644 index b6e707acd..000000000 --- a/build/Build Visual Studio 2010 + examples.bat +++ /dev/null @@ -1 +0,0 @@ -premake4 --with-examples vs2010 \ No newline at end of file diff --git a/build/Build Visual Studio 2010.bat b/build/Build Visual Studio 2010.bat deleted file mode 100644 index 0578e449b..000000000 --- a/build/Build Visual Studio 2010.bat +++ /dev/null @@ -1 +0,0 @@ -premake4 vs2010 \ No newline at end of file