From f6479894333a0521a08e5e5c9f4930f05f0142b9 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Wed, 27 Dec 2017 19:32:38 -0500 Subject: [PATCH 1/2] MSVC: set SubSystem on DLLs to Windows --- src/hardware/r_opengl/r_opengl-vc10.vcxproj | 4 ++++ src/hardware/s_openal/s_openal-vc10.vcxproj | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/hardware/r_opengl/r_opengl-vc10.vcxproj b/src/hardware/r_opengl/r_opengl-vc10.vcxproj index 43da2a3ee3..f04ae320b3 100644 --- a/src/hardware/r_opengl/r_opengl-vc10.vcxproj +++ b/src/hardware/r_opengl/r_opengl-vc10.vcxproj @@ -122,6 +122,7 @@ $(IntDir)r_opengl.lib MachineX86 + Windows true @@ -166,6 +167,7 @@ $(IntDir)r_opengl.lib MachineX64 + Windows true @@ -212,6 +214,7 @@ $(IntDir)r_opengl.lib MachineX86 + Windows true @@ -258,6 +261,7 @@ $(IntDir)r_opengl.lib MachineX64 + Windows true diff --git a/src/hardware/s_openal/s_openal-vc10.vcxproj b/src/hardware/s_openal/s_openal-vc10.vcxproj index 67d2d95ac1..8b4f6cbbe4 100644 --- a/src/hardware/s_openal/s_openal-vc10.vcxproj +++ b/src/hardware/s_openal/s_openal-vc10.vcxproj @@ -125,6 +125,7 @@ $(IntDir)s_openal.lib MachineX86 + Windows true @@ -170,6 +171,7 @@ $(IntDir)s_openal.lib MachineX64 + Windows true @@ -216,6 +218,7 @@ $(IntDir)s_openal.lib MachineX86 + Windows true @@ -262,6 +265,7 @@ $(IntDir)s_openal.lib MachineX64 + Windows true From 98d6619c36a250b85e97297811ce78e892fb8b98 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Wed, 27 Dec 2017 19:32:59 -0500 Subject: [PATCH 2/2] GIT: ignore .vs folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7b2304ec08..922fac4aaf 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ Win32_LIB_ASM_Release *.user *.db *.opendb +/.vs