From ae44b1059d56e6397692432f1da06e8dc0185724 Mon Sep 17 00:00:00 2001 From: Stephen Saunders Date: Wed, 16 Jun 2021 16:09:07 -0400 Subject: [PATCH] Remove unneeded macOS cmd line debug-version shell scripts --- neo/cmake-macos-opengl-debug.sh | 5 ----- neo/cmake-macos-vulkan-debug.sh | 6 ------ 2 files changed, 11 deletions(-) delete mode 100755 neo/cmake-macos-opengl-debug.sh delete mode 100755 neo/cmake-macos-vulkan-debug.sh diff --git a/neo/cmake-macos-opengl-debug.sh b/neo/cmake-macos-opengl-debug.sh deleted file mode 100755 index 72eb8b98..00000000 --- a/neo/cmake-macos-opengl-debug.sh +++ /dev/null @@ -1,5 +0,0 @@ -cd .. -rm -rf build -mkdir build -cd build -cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DSDL2=ON -DOPENAL_LIBRARY=/usr/local/opt/openal-soft/lib/libopenal.dylib -DOPENAL_INCLUDE_DIR=/usr/local/opt/openal-soft/include ../neo -Wno-dev diff --git a/neo/cmake-macos-vulkan-debug.sh b/neo/cmake-macos-vulkan-debug.sh deleted file mode 100755 index ea382737..00000000 --- a/neo/cmake-macos-vulkan-debug.sh +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -rm -rf build -mkdir build -cd build -cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DSDL2=ON -DUSE_VULKAN=ON -DSPIRV_SHADERC=OFF -DOPENAL_LIBRARY=/usr/local/opt/openal-soft/lib/libopenal.dylib -DOPENAL_INCLUDE_DIR=/usr/local/opt/openal-soft/include ../neo -Wno-dev -echo "** NOTE: For this build type must set environment variable MVK_CONFIG_FULL_IMAGE_VIEW_SWIZZLE=1 at runtime **"