From c19443e1e4fc94d68f874ebfdac2b9da1e2aa017 Mon Sep 17 00:00:00 2001 From: Jenny White Date: Sat, 28 Apr 2018 21:19:29 +0300 Subject: [PATCH] remove outdated build scripts --- build-css | 1 - build-debug-hl2dm | 1 - build-debug-tf2 | 1 - build-debug-tf2c | 1 - build-hl2dm | 1 - build-tf2 | 1 - build-tf2c | 1 - 7 files changed, 7 deletions(-) delete mode 100755 build-css delete mode 100755 build-debug-hl2dm delete mode 100755 build-debug-tf2 delete mode 100755 build-debug-tf2c delete mode 100755 build-hl2dm delete mode 100755 build-tf2 delete mode 100755 build-tf2c diff --git a/build-css b/build-css deleted file mode 100755 index 42221e12..00000000 --- a/build-css +++ /dev/null @@ -1 +0,0 @@ -make -j4 GAME=css NO_WARNINGS=1 \ No newline at end of file diff --git a/build-debug-hl2dm b/build-debug-hl2dm deleted file mode 100755 index abe17898..00000000 --- a/build-debug-hl2dm +++ /dev/null @@ -1 +0,0 @@ -make -j4 GAME=hl2dm BUILD_DEBUG=1 \ No newline at end of file diff --git a/build-debug-tf2 b/build-debug-tf2 deleted file mode 100755 index 2a34127f..00000000 --- a/build-debug-tf2 +++ /dev/null @@ -1 +0,0 @@ -make -j4 BUILD_DEBUG=1 NO_WARNINGS=1 NO_STRIP=1 diff --git a/build-debug-tf2c b/build-debug-tf2c deleted file mode 100755 index fd1e8b63..00000000 --- a/build-debug-tf2c +++ /dev/null @@ -1 +0,0 @@ -make -j4 GAME=tf2c BUILD_DEBUG=1 \ No newline at end of file diff --git a/build-hl2dm b/build-hl2dm deleted file mode 100755 index 270c6721..00000000 --- a/build-hl2dm +++ /dev/null @@ -1 +0,0 @@ -make -j4 GAME=hl2dm NO_WARNINGS=1 \ No newline at end of file diff --git a/build-tf2 b/build-tf2 deleted file mode 100755 index 3a68e42b..00000000 --- a/build-tf2 +++ /dev/null @@ -1 +0,0 @@ -make -j4 NO_WARNINGS=1 \ No newline at end of file diff --git a/build-tf2c b/build-tf2c deleted file mode 100755 index 6842ddca..00000000 --- a/build-tf2c +++ /dev/null @@ -1 +0,0 @@ -make -j4 GAME=tf2c NO_WARNINGS=1 \ No newline at end of file