removed some 'ignore' libraries
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
GenerateDebugInformation="TRUE"
|
||||
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD"
|
||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||
OutputFile="..\..\EPAPenDepthDemo.exe"
|
||||
SubSystem="1"
|
||||
AdditionalOptions=" "
|
||||
@@ -123,7 +123,7 @@
|
||||
Name="VCLinkerTool"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="TRUE"
|
||||
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD,MSVCRT"
|
||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||
OutputFile="..\..\EPAPenDepthDemo.exe"
|
||||
SubSystem="1"
|
||||
AdditionalOptions=" "
|
||||
|
||||
Reference in New Issue
Block a user