From a28a3b82d3c94262049752ca42b13bd5a64cba7f Mon Sep 17 00:00:00 2001 From: laurentgom Date: Thu, 28 May 2009 16:44:35 +0000 Subject: [PATCH] Removed console from OpenGL sample in release mode git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1114 4e206d99-4929-0410-ac5d-dfc041789085 --- samples/build/vc2005/opengl.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/build/vc2005/opengl.vcproj b/samples/build/vc2005/opengl.vcproj index fec3590c2..b9660a7fa 100644 --- a/samples/build/vc2005/opengl.vcproj +++ b/samples/build/vc2005/opengl.vcproj @@ -147,7 +147,7 @@ AdditionalLibraryDirectories="" GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)$(TargetName).pdb" - SubSystem="1" + SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1"