GSdx: added ogl/cg to the list of delay loaded dlls

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1361 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gabest11 2009-06-12 19:39:54 +00:00
parent 5736bbd449
commit 693bb3bdce
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
Name="VCLinkerTool"
AdditionalDependencies="JITProfiling.lib d3d10.lib d3dx10.lib d3d9.lib d3dx9.lib ddraw.lib dxguid.lib winmm.lib strmiids.lib xinput.lib cg.lib cgGL.lib glut32.lib"
AdditionalLibraryDirectories="./vtune"
DelayLoadDLLs="d3d9.dll;d3dx9_41.dll;d3d10.dll;d3dx10_41.dll"
DelayLoadDLLs="d3d9.dll;d3dx9_41.dll;d3d10.dll;d3dx10_41.dll;cg.dll;cgGL.dll;glut32.dll"
GenerateDebugInformation="true"
SubSystem="2"
RandomizedBaseAddress="1"