diff options
Diffstat (limited to 'platform/win32')
-rw-r--r-- | platform/win32/javaviewerlib.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/win32/javaviewerlib.vcproj b/platform/win32/javaviewerlib.vcproj index 1af255e0..4a829c27 100644 --- a/platform/win32/javaviewerlib.vcproj +++ b/platform/win32/javaviewerlib.vcproj @@ -64,6 +64,7 @@ /> <Tool Name="VCLinkerTool" + OutputFile="$(OutDir)\$(ProjectName)32.dll" LinkIncremental="2" GenerateDebugInformation="true" SubSystem="2" @@ -141,6 +142,7 @@ /> <Tool Name="VCLinkerTool" + OutputFile="$(OutDir)\$(ProjectName)64.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" @@ -215,6 +217,7 @@ /> <Tool Name="VCLinkerTool" + OutputFile="$(OutDir)\$(ProjectName)32.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" @@ -292,6 +295,7 @@ /> <Tool Name="VCLinkerTool" + OutputFile="$(OutDir)\$(ProjectName)64.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" |