dotnet2010 project file fix, GLRelease was set to multithreaded dll, when it should have been multithreaded
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3841 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6a8e0d386a
commit
f022d4d42b
1 changed files with 1 additions and 0 deletions
|
@ -1214,6 +1214,7 @@
|
|||
<CallingConvention>FastCall</CallingConvention>
|
||||
<CompileAs>CompileAsC</CompileAs>
|
||||
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
|
|
Loading…
Reference in a new issue