Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagewang committed Jun 10, 2012
1 parent 0a7c9de commit 7bf878e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/jwrapper.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<java>
<debug>true</debug>
<debug>false</debug>

<javahome>${JAVA_HOME}</javahome>

Expand Down
13 changes: 8 additions & 5 deletions project/jwrapper.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
Expand All @@ -62,6 +62,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
IgnoreAllDefaultLibraries="false"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
Expand Down Expand Up @@ -93,8 +94,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
OutputDirectory="$(SolutionDir)..\bin"
IntermediateDirectory="$(SolutionDir)..\bin\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
WholeProgramOptimization="1"
Expand All @@ -116,9 +117,10 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;$(JAVA_HOME)\include\win32&quot;;&quot;$(JAVA_HOME)\include&quot;;&quot;$(BOOST_HOME)&quot;;&quot;$(SolutionDir)..\include&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
UsePrecompiledHeader="2"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
Expand All @@ -135,6 +137,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
IgnoreAllDefaultLibraries="false"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
Expand Down

0 comments on commit 7bf878e

Please sign in to comment.