diff options
| author | raysan5 <[email protected]> | 2021-05-21 22:59:38 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-05-21 22:59:38 +0200 |
| commit | 4aa680d6d33a00eda0ae4e5feb1da3a9ac03a2ed (patch) | |
| tree | d6dc3d6d96279a010ee7d89fd82e52d3ab90747c | |
| parent | 60ca8acd0ad6ffc2022f8736ab80606f498a2e6e (diff) | |
| parent | 352db3a1830e7db3f0484db907f524f4f144b9af (diff) | |
| download | raylib-4aa680d6d33a00eda0ae4e5feb1da3a9ac03a2ed.tar.gz raylib-4aa680d6d33a00eda0ae4e5feb1da3a9ac03a2ed.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
| -rw-r--r-- | projects/VS2017/raylib/raylib.vcxproj | 2 | ||||
| -rw-r--r-- | projects/VS2019/raylib/raylib.vcxproj | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/projects/VS2017/raylib/raylib.vcxproj b/projects/VS2017/raylib/raylib.vcxproj index 11ecb404..2567b0cc 100644 --- a/projects/VS2017/raylib/raylib.vcxproj +++ b/projects/VS2017/raylib/raylib.vcxproj @@ -252,6 +252,7 @@ <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions> <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories> <CompileAs>CompileAsC</CompileAs> + <DebugInformationFormat /> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -291,6 +292,7 @@ <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories> <CompileAs>CompileAsC</CompileAs> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <DebugInformationFormat /> </ClCompile> <Link> <SubSystem>Windows</SubSystem> diff --git a/projects/VS2019/raylib/raylib.vcxproj b/projects/VS2019/raylib/raylib.vcxproj index 0ce079fd..f95daaf3 100644 --- a/projects/VS2019/raylib/raylib.vcxproj +++ b/projects/VS2019/raylib/raylib.vcxproj @@ -252,6 +252,7 @@ <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions> <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories> <CompileAs>CompileAsC</CompileAs> + <DebugInformationFormat /> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -291,6 +292,7 @@ <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories> <CompileAs>CompileAsC</CompileAs> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <DebugInformationFormat /> </ClCompile> <Link> <SubSystem>Windows</SubSystem> |
