Changeset 2947
- Timestamp:
- Oct 13, 2008, 11:17:42 PM (14 years ago)
- Location:
- libpipi/trunk
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/ThePimp/ThePimp.csproj
r2927 r2947 16 16 <DebugType>full</DebugType> 17 17 <Optimize>false</Optimize> 18 <OutputPath> bin\</OutputPath>18 <OutputPath>..\win32\Debug\bin\</OutputPath> 19 19 <DefineConstants>DEBUG;TRACE</DefineConstants> 20 20 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath> bin\</OutputPath>30 <OutputPath>..\win32\Release\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 113 113 <Output TaskParameter="Include" ItemName="DistInclude" /> 114 114 </CreateItem> 115 <Copy Sourcefiles="@(DistInclude)" DestinationFolder=".\%(RecursiveDir)" /> 116 <Copy Sourcefiles="..\pipi\libpipi.dll" DestinationFolder="$(OutDir)" /> 115 <Copy Sourcefiles="@(DistInclude)" DestinationFolder="$(OutDir)\..\%(RecursiveDir)" /> 117 116 </Target> 118 117 <Target Name="AfterBuild"> 119 118 </Target> 120 <GtkDesignInfo gtkVersion="2.12.1">121 <ExportedWidgets>122 <Widget>ThePimp.PictureView</Widget>123 <Widget>ThePimp.ToolBox</Widget>124 </ExportedWidgets>125 </GtkDesignInfo>126 119 <ProjectExtensions> 127 120 <MonoDevelop> 128 121 <Properties> 129 <GtkDesignInfo /> 122 <GtkDesignInfo gtkVersion="2.12.1"> 123 <ExportedWidgets> 124 <Widget>ThePimp.PictureView</Widget> 125 <Widget>ThePimp.ToolBox</Widget> 126 </ExportedWidgets> 127 </GtkDesignInfo> 130 128 </Properties> 131 129 </MonoDevelop> 130 <VisualStudio /> 132 131 </ProjectExtensions> 133 132 </Project> -
libpipi/trunk/build-win32
r2940 r2947 10 10 PROJECT="ThePimp" 11 11 SRCDIR="`pwd`" 12 DIRNAME="${PROJECT}- win32-`sed -ne 's/^AC_INIT(.*, \(.*\)).*/\1/p' configure.ac`"12 DIRNAME="${PROJECT}-`sed -ne 's/^AC_INIT(.*, \(.*\)).*/\1/p' configure.ac`" 13 13 INSTALLDIR="`pwd`/${DIRNAME}" 14 14 BUILDDIR="${INSTALLDIR}/build" -
libpipi/trunk/libpipi.sln
r2926 r2947 5 5 ProjectSection(ProjectDependencies) = postProject 6 6 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0} = {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0} 7 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0} = {48A34C3A-1E36-49B7-92C4-E982FDCB90C0} 7 8 EndProjectSection 8 9 EndProject … … 14 15 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThePimp", "ThePimp\ThePimp.csproj", "{D681A55E-B8E2-4741-87E6-49500109D6E0}" 15 16 EndProject 17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpipi", "pipi\libpipi.vcproj", "{48A34C3A-1E36-49B7-92C4-E982FDCB90C0}" 18 EndProject 19 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pipi", "src\pipi.vcproj", "{26DD9429-2360-4F4F-80B5-251F3BD75D74}" 20 ProjectSection(ProjectDependencies) = postProject 21 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0} = {48A34C3A-1E36-49B7-92C4-E982FDCB90C0} 22 EndProjectSection 23 EndProject 16 24 Global 17 25 GlobalSection(SolutionConfigurationPlatforms) = preSolution 18 26 Debug|Any CPU = Debug|Any CPU 19 Release|Any CPU = Release|Any CPU20 27 Debug|Mixed Platforms = Debug|Mixed Platforms 21 28 Debug|Win32 = Debug|Win32 29 Release|Any CPU = Release|Any CPU 22 30 Release|Mixed Platforms = Release|Mixed Platforms 23 31 Release|Win32 = Release|Win32 … … 34 42 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Mixed Platforms.Build.0 = Release|Any CPU 35 43 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Win32.ActiveCfg = Release|Any CPU 44 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 45 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Any CPU.Build.0 = Debug|Any CPU 46 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 47 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 48 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Win32.ActiveCfg = Debug|Any CPU 49 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Any CPU.ActiveCfg = Release|Any CPU 50 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Any CPU.Build.0 = Release|Any CPU 51 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 52 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Mixed Platforms.Build.0 = Release|Any CPU 53 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Win32.ActiveCfg = Release|Any CPU 36 54 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 37 55 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 44 62 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Mixed Platforms.Build.0 = Release|Any CPU 45 63 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Win32.ActiveCfg = Release|Any CPU 46 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU47 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Any CPU.Build.0 = Debug|Any CPU48 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU49 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU50 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Win32.ActiveCfg = Debug|Any CPU51 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Any CPU.ActiveCfg = Release|Any CPU52 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Any CPU.Build.0 = Release|Any CPU53 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU54 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Mixed Platforms.Build.0 = Release|Any CPU55 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Win32.ActiveCfg = Release|Any CPU56 64 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Any CPU.ActiveCfg = Debug|Win32 57 65 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 … … 64 72 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Win32.ActiveCfg = Release|Win32 65 73 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Win32.Build.0 = Release|Win32 66 EndGlobalSection 67 GlobalSection(NestedProjects) = preSolution 74 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Any CPU.ActiveCfg = Debug|Win32 75 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 76 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Mixed Platforms.Build.0 = Debug|Win32 77 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Win32.ActiveCfg = Debug|Win32 78 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Win32.Build.0 = Debug|Win32 79 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Any CPU.ActiveCfg = Release|Win32 80 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Mixed Platforms.ActiveCfg = Release|Win32 81 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Mixed Platforms.Build.0 = Release|Win32 82 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Win32.ActiveCfg = Release|Win32 83 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Win32.Build.0 = Release|Win32 68 84 EndGlobalSection 69 85 GlobalSection(SolutionProperties) = preSolution -
libpipi/trunk/pipi-sharp/pipi-sharp.csproj
r2926 r2947 14 14 <DebugType>full</DebugType> 15 15 <Optimize>true</Optimize> 16 <OutputPath>. \</OutputPath>16 <OutputPath>..\win32\Debug\bin\</OutputPath> 17 17 <DefineConstants>DEBUG;TRACE</DefineConstants> 18 18 <ErrorReport>prompt</ErrorReport> … … 27 27 <DebugType>pdbonly</DebugType> 28 28 <Optimize>true</Optimize> 29 <OutputPath>. \</OutputPath>29 <OutputPath>..\win32\Release\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> … … 52 52 Other similar extension points exist, see Microsoft.Common.targets. --> 53 53 <Target Name="BeforeBuild"> 54 <Copy Sourcefiles="..\pipi\libpipi.dll" DestinationFolder="$(OutDir)" />55 54 </Target> 56 55 <Target Name="AfterBuild"> -
libpipi/trunk/pipi-sharp/test-csharp.csproj
r2916 r2947 14 14 <DebugType>full</DebugType> 15 15 <Optimize>true</Optimize> 16 <OutputPath>. \</OutputPath>16 <OutputPath>..\win32\Debug\bin\</OutputPath> 17 17 <DefineConstants>DEBUG;TRACE</DefineConstants> 18 18 <ErrorReport>prompt</ErrorReport> … … 27 27 <DebugType>pdbonly</DebugType> 28 28 <Optimize>true</Optimize> 29 <OutputPath>. \</OutputPath>29 <OutputPath>..\win32\Release\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> -
libpipi/trunk/pipi/libpipi.vcproj
r2914 r2947 18 18 <Configuration 19 19 Name="Debug|Win32" 20 OutputDirectory=" ."21 IntermediateDirectory="$( ConfigurationName)"20 OutputDirectory="$(SolutionDir)/win32/$(ConfigurationName)/bin" 21 IntermediateDirectory="$(OutDir)/$(ProjectName)" 22 22 ConfigurationType="2" 23 23 > … … 61 61 <Tool 62 62 Name="VCLinkerTool" 63 OutputFile="$(OutDir)\$(ProjectName)-0.dll" 63 64 LinkIncremental="2" 64 65 GenerateDebugInformation="true" … … 93 94 <Configuration 94 95 Name="Release|Win32" 95 OutputDirectory=" ."96 IntermediateDirectory="$( ConfigurationName)"96 OutputDirectory="$(SolutionDir)/win32/$(ConfigurationName)/bin" 97 IntermediateDirectory="$(OutDir)/$(ProjectName)" 97 98 ConfigurationType="2" 98 99 > … … 133 134 <Tool 134 135 Name="VCLinkerTool" 136 OutputFile="$(OutDir)\$(ProjectName)-0.dll" 135 137 LinkIncremental="2" 136 138 GenerateDebugInformation="true"
Note: See TracChangeset
for help on using the changeset viewer.