Skip to content

Commit

Permalink
no dll runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeljetstream committed Nov 17, 2013
1 parent 2893b2d commit b59c643
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildvc9/glslc.vcproj
Expand Up @@ -4,6 +4,7 @@
Version="9,00"
Name="glslc"
ProjectGUID="{E32F45B1-B3B0-4B42-AD24-67CE243BD511}"
RootNamespace="glslc"
Keyword="Win32Proj"
TargetFrameworkVersion="0"
>
Expand Down Expand Up @@ -42,7 +43,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
Expand Down Expand Up @@ -112,11 +113,10 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;"
RuntimeLibrary="2"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
DebugInformationFormat="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
Expand All @@ -131,7 +131,7 @@
Name="VCLinkerTool"
AdditionalDependencies="opengl32.lib"
OutputFile="..\bin_Windows_32\$(ProjectName).exe"
LinkIncremental="2"
LinkIncremental="0"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
Expand Down

0 comments on commit b59c643

Please sign in to comment.