Skip to content

Commit

Permalink
- Update build infrastructure. Want to check in Windows binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
asimihsan committed Mar 12, 2011
1 parent 5c01d8d commit c845bc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions build/.gitignore
Expand Up @@ -11,3 +11,4 @@
*.suo *.suo
*.user *.user
*.ncb *.ncb
*.rsp
13 changes: 10 additions & 3 deletions build/msvc/masspinger.vcproj
Expand Up @@ -17,7 +17,7 @@
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="Debug" OutputDirectory="../../bin/win32/debug"
IntermediateDirectory="Debug" IntermediateDirectory="Debug"
ConfigurationType="1" ConfigurationType="1"
> >
Expand Down Expand Up @@ -91,9 +91,10 @@
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="Release" OutputDirectory="../../bin/win32/release"
IntermediateDirectory="Release" IntermediateDirectory="Release"
ConfigurationType="1" ConfigurationType="1"
WholeProgramOptimization="1"
> >
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
Expand All @@ -112,6 +113,12 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="3"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
OmitFramePointers="true"
EnableFiberSafeOptimizations="true"
AdditionalIncludeDirectories="i:\libs\boost_1_45_0\;&quot;i:\libs\zeromq-2.1.2\include&quot;;&quot;I:\libs\apache-log4cxx-0.10.0\src\main\include&quot;" AdditionalIncludeDirectories="i:\libs\boost_1_45_0\;&quot;i:\libs\zeromq-2.1.2\include&quot;;&quot;I:\libs\apache-log4cxx-0.10.0\src\main\include&quot;"
PreprocessorDefinitions="_WIN32_WINNT=0x0501;BOOST_WINDOWS;LOG4CXX_STATIC" PreprocessorDefinitions="_WIN32_WINNT=0x0501;BOOST_WINDOWS;LOG4CXX_STATIC"
RuntimeLibrary="0" RuntimeLibrary="0"
Expand All @@ -132,7 +139,7 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="log4cxx.lib apr-1.lib aprutil-1.lib xml.lib" AdditionalDependencies="log4cxx.lib apr-1.lib aprutil-1.lib xml.lib"
LinkIncremental="2" LinkIncremental="1"
AdditionalLibraryDirectories="&quot;I:\libs\apache-log4cxx-0.10.0\projects\Release&quot;;I:\libs\boost_1_45_0\lib\win32;I:\libs\apr\LibR;&quot;I:\libs\apr-util\LibR&quot;;&quot;I:\libs\apr-util\xml\expat\lib\LibD&quot;" AdditionalLibraryDirectories="&quot;I:\libs\apache-log4cxx-0.10.0\projects\Release&quot;;I:\libs\boost_1_45_0\lib\win32;I:\libs\apr\LibR;&quot;I:\libs\apr-util\LibR&quot;;&quot;I:\libs\apr-util\xml\expat\lib\LibD&quot;"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="1" SubSystem="1"
Expand Down

0 comments on commit c845bc5

Please sign in to comment.