Changeset 2914
- Timestamp:
- Oct 11, 2008, 11:55:18 AM (14 years ago)
- Location:
- libpipi/trunk
- Files:
-
- 3 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk
- Property svn:ignore
-
old new 12 12 stamp-* 13 13 *-stamp 14 *.ncb
-
- Property svn:ignore
-
libpipi/trunk/ThePimp
- Property svn:ignore
-
old new 2 2 *.dll 3 3 *.mdb 4 *.pdb 5 *.duo 4 6 Makefile 5 7 Makefile.in 6 8 *.config 9 *.csproj.* 10 etc 11 bin 12 lib 13 share
-
- Property svn:ignore
-
libpipi/trunk/ThePimp/AssemblyInfo.cs
r2872 r2914 31 31 // If the build and revision are set to '*' they will be updated automatically. 32 32 33 [assembly: AssemblyVersion("1.0.*.*")]33 //[assembly: AssemblyVersion("1.0.*.*")] 34 34 35 35 // The following attributes are used to specify the signing key for the assembly, -
libpipi/trunk/libpipi.sln
r2904 r2914 4 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpipi", "pipi\libpipi.vcproj", "{48A34C3A-1E36-49B7-92C4-E982FDCB90C0}" 5 5 EndProject 6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pipi-sharp", "pipi-sharp\pipi-sharp.csproj", "{FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}" 7 ProjectSection(ProjectDependencies) = postProject 8 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0} = {48A34C3A-1E36-49B7-92C4-E982FDCB90C0} 9 EndProjectSection 10 EndProject 11 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test-csharp", "pipi-sharp\test-csharp.csproj", "{2A062F77-ED16-4B74-B7B7-5ED93FAF300A}" 12 ProjectSection(ProjectDependencies) = postProject 13 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0} = {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0} 14 EndProjectSection 15 EndProject 16 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThePimp", "ThePimp\ThePimp.csproj", "{D681A55E-B8E2-4741-87E6-49500109D6E0}" 17 EndProject 6 18 Global 7 19 GlobalSection(SolutionConfigurationPlatforms) = preSolution 20 Debug|Any CPU = Debug|Any CPU 21 Debug|Mixed Platforms = Debug|Mixed Platforms 8 22 Debug|Win32 = Debug|Win32 23 Release|Any CPU = Release|Any CPU 24 Release|Mixed Platforms = Release|Mixed Platforms 9 25 Release|Win32 = Release|Win32 10 26 EndGlobalSection 11 27 GlobalSection(ProjectConfigurationPlatforms) = postSolution 28 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Any CPU.ActiveCfg = Debug|Win32 29 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 30 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Mixed Platforms.Build.0 = Debug|Win32 12 31 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Win32.ActiveCfg = Debug|Win32 13 32 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Win32.Build.0 = Debug|Win32 33 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Any CPU.ActiveCfg = Release|Win32 34 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Mixed Platforms.ActiveCfg = Release|Win32 35 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Mixed Platforms.Build.0 = Release|Win32 14 36 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Win32.ActiveCfg = Release|Win32 15 37 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Win32.Build.0 = Release|Win32 38 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 39 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Any CPU.Build.0 = Debug|Any CPU 40 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 41 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 42 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Win32.ActiveCfg = Debug|Any CPU 43 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Any CPU.ActiveCfg = Release|Any CPU 44 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Any CPU.Build.0 = Release|Any CPU 45 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 46 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Mixed Platforms.Build.0 = Release|Any CPU 47 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Win32.ActiveCfg = Release|Any CPU 48 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 49 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Debug|Any CPU.Build.0 = Debug|Any CPU 50 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 51 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 52 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Debug|Win32.ActiveCfg = Debug|Any CPU 53 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Any CPU.ActiveCfg = Release|Any CPU 54 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Any CPU.Build.0 = Release|Any CPU 55 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 56 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Mixed Platforms.Build.0 = Release|Any CPU 57 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Win32.ActiveCfg = Release|Any CPU 58 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 59 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Any CPU.Build.0 = Debug|Any CPU 60 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 61 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 62 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Win32.ActiveCfg = Debug|Any CPU 63 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Any CPU.ActiveCfg = Release|Any CPU 64 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Any CPU.Build.0 = Release|Any CPU 65 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 66 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Mixed Platforms.Build.0 = Release|Any CPU 67 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Win32.ActiveCfg = Release|Any CPU 16 68 EndGlobalSection 17 69 GlobalSection(SolutionProperties) = preSolution -
libpipi/trunk/pipi
- Property svn:ignore
-
old new 4 4 .deps 5 5 *.a 6 *.lib 7 *.ilk 8 *.exp 9 *.pdb 10 *.dll 6 11 pipi.pc 7 12 pipi_types.h 13 *.vcproj.*
-
- Property svn:ignore
-
libpipi/trunk/pipi-sharp
- Property svn:ignore
-
old new 3 3 *.pc 4 4 *.mdb 5 *.pdb 5 6 Makefile 6 7 Makefile.in
-
- Property svn:ignore
-
libpipi/trunk/pipi-sharp/AssemblyInfo.cs
r2872 r2914 31 31 // If the build and revision are set to '*' they will be updated automatically. 32 32 33 [assembly: AssemblyVersion("1.0.*.*")]33 //[assembly: AssemblyVersion("1.0.*.*")] 34 34 35 35 // The following attributes are used to specify the signing key for the assembly, -
libpipi/trunk/pipi/libpipi.vcproj
r2904 r2914 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 ,00"4 Version="8.00" 5 5 Name="libpipi" 6 6 ProjectGUID="{48A34C3A-1E36-49B7-92C4-E982FDCB90C0}" 7 RootNamespace="libpipi" 7 8 Keyword="Win32Proj" 8 9 > … … 17 18 <Configuration 18 19 Name="Debug|Win32" 19 OutputDirectory=" $(SolutionDir)$(ConfigurationName)"20 OutputDirectory="." 20 21 IntermediateDirectory="$(ConfigurationName)" 21 22 ConfigurationType="2" … … 40 41 Optimization="0" 41 42 AdditionalIncludeDirectories="..\win32;.;.." 42 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPIPI_EXPORTS; "43 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPIPI_EXPORTS;__LIBPIPI__" 43 44 MinimalRebuild="true" 44 45 BasicRuntimeChecks="3" … … 92 93 <Configuration 93 94 Name="Release|Win32" 94 OutputDirectory=" $(SolutionDir)$(ConfigurationName)"95 OutputDirectory="." 95 96 IntermediateDirectory="$(ConfigurationName)" 96 97 ConfigurationType="2" … … 114 115 Name="VCCLCompilerTool" 115 116 AdditionalIncludeDirectories="..\win32;.;.." 116 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPIPI_EXPORTS; "117 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPIPI_EXPORTS;__LIBPIPI__" 117 118 RuntimeLibrary="2" 118 119 UsePrecompiledHeader="0" -
libpipi/trunk/pipi/pipi.h
r2902 r2914 121 121 __extern pipi_pixel_t *pipi_get_color_from_string(const char* s); 122 122 123 char const * pipi_get_version(void);123 __extern char const * pipi_get_version(void); 124 124 125 125 __extern pipi_context_t *pipi_create_context(void);
Note: See TracChangeset
for help on using the changeset viewer.