diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 0903cec54..645b3a68c 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -22,7 +22,6 @@ add_subdirectory(particle) add_subdirectory(piano) add_subdirectory(platformer) add_subdirectory(profiler-test) -#add_subdirectory(racer) add_subdirectory(raycaster) add_subdirectory(rotozoom) add_subdirectory(saves) diff --git a/examples/racer/CMakeLists.txt b/examples/racer/CMakeLists.txt deleted file mode 100644 index 8b3d61e25..000000000 --- a/examples/racer/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -cmake_minimum_required(VERSION 3.9) -project (racer) -find_package (32BLIT CONFIG REQUIRED PATHS ../..) -blit_executable (racer racer.cpp) diff --git a/examples/racer/racer.cpp b/examples/racer/racer.cpp deleted file mode 100644 index e69de29bb..000000000 diff --git a/examples/racer/racer.hpp b/examples/racer/racer.hpp deleted file mode 100644 index 6f70f09be..000000000 --- a/examples/racer/racer.hpp +++ /dev/null @@ -1 +0,0 @@ -#pragma once diff --git a/vs/examples/racer/racer.vcxproj b/vs/examples/racer/racer.vcxproj deleted file mode 100644 index acae3c06e..000000000 --- a/vs/examples/racer/racer.vcxproj +++ /dev/null @@ -1,152 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 16.0 - {15055DB3-BA9C-4F7E-A3CC-87D5979A6E6E} - racer - 10.0 - - - - Application - true - v142 - Unicode - - - Application - false - v142 - true - Unicode - - - Application - true - v142 - Unicode - - - Application - false - v142 - true - Unicode - - - - - - - - - - - - - - - - - - - - - true - - - true - - - false - - - false - - - - Level3 - true - _DEBUG;_CONSOLE;WIN32;%(PreprocessorDefinitions) - true - ..\..\..\32blit;%(AdditionalIncludeDirectories) - - - Console - true - 32blit.lib;32blit-sdl.lib;SDL2.lib;SDL2main.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - $(SolutionDir)$(Configuration)\;$(SolutionDir)sdl\lib\x86\ - - - - - Level3 - true - _DEBUG;_CONSOLE;WIN32;%(PreprocessorDefinitions) - true - - - Console - true - - - - - Level3 - true - true - true - NDEBUG;_CONSOLE;WIN32;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - - - - Level3 - true - true - true - NDEBUG;_CONSOLE;WIN32;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - - - - - - - - - - -