diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-02-27 14:18:21 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-02-27 14:18:21 +0100 |
commit | 7442f53956e5d32d9c6a3543f8bef1664a773926 (patch) | |
tree | ab84ecdf1e27a891fa3338113e1922ea5e59912a /builds/msvc/ruby | |
parent | ea0a44c8a964cad4276ec216319d32e95e4a4bc0 (diff) | |
parent | 83f85ea51dee1fb2fcee22543a90361b860d6cb8 (diff) |
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'builds/msvc/ruby')
-rw-r--r-- | builds/msvc/ruby/ruby.vcproj | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/builds/msvc/ruby/ruby.vcproj b/builds/msvc/ruby/ruby.vcproj deleted file mode 100644 index 5b38afe..0000000 --- a/builds/msvc/ruby/ruby.vcproj +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9.00" - Name="ruby" - ProjectGUID="{A758A62C-48E3-4C30-ACD2-63AA93391D07}" - RootNamespace="ruby" - TargetFrameworkVersion="196613" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="10" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="10" - UseOfMFC="0" - CharacterSet="2" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - CommandLine="cd ..\..\..\bindings\ruby
ruby extconf.rb --with-libzmq-include=".\..\..\bindings\c" --with-libzmq-lib=".\..\..\lib"
nmake
mt.exe -manifest librbzmq.so.manifest -outputresource:librbzmq.so;2
nmake install
cd ..\..\builds\msvc\ruby" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |