Skip to content

Commit

Permalink
Fixed import library location
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 9, 2012
1 parent d76eddd commit 817925a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions VisualC/SDL/SDL.vcproj
Expand Up @@ -84,9 +84,6 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/SDL.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\Debug/SDL.lib"
CLRUnmanagedCodeCheck="false"
/>
<Tool
Expand Down Expand Up @@ -176,9 +173,6 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/SDL.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\Debug/SDL.lib"
TargetMachine="17"
CLRUnmanagedCodeCheck="false"
/>
Expand Down Expand Up @@ -271,9 +265,6 @@
IgnoreAllDefaultLibraries="false"
ProgramDatabaseFile=".\Release/SDL.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\Release/SDL.lib"
/>
<Tool
Name="VCALinkTool"
Expand Down Expand Up @@ -363,9 +354,6 @@
IgnoreAllDefaultLibraries="false"
ProgramDatabaseFile=".\Release/SDL.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\Release/SDL.lib"
TargetMachine="17"
/>
<Tool
Expand Down

0 comments on commit 817925a

Please sign in to comment.