From 30f41c02aec763d32e62351452da9ef582bc3472 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:30:59 -0800 Subject: Move contrib libraries to contrib repo --- contrib/SDL-3.2.8/docs/INTRO-visualstudio.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 contrib/SDL-3.2.8/docs/INTRO-visualstudio.md (limited to 'contrib/SDL-3.2.8/docs/INTRO-visualstudio.md') diff --git a/contrib/SDL-3.2.8/docs/INTRO-visualstudio.md b/contrib/SDL-3.2.8/docs/INTRO-visualstudio.md deleted file mode 100644 index 2cc6100..0000000 --- a/contrib/SDL-3.2.8/docs/INTRO-visualstudio.md +++ /dev/null @@ -1,14 +0,0 @@ - -# Introduction to SDL with Visual Studio - -The easiest way to use SDL is to include it as a subproject in your project. - -We'll start by creating a simple project to build and run [hello.c](hello.c) - -- Create a new project in Visual Studio, using the C++ Empty Project template -- Add hello.c to the Source Files -- Right click the solution, select add an existing project, navigate to VisualC/SDL and add SDL.vcxproj -- Select your main project and go to Project -> Add Reference and select SDL3 -- Select your main project and go to Project -> Properties, set the filter at the top to "All Configurations" and "All Platforms", select VC++ Directories and add the SDL include directory to "Include Directories" -- Build and run! - -- cgit v1.2.3