camellia 2.7.0-x86-linux

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. data/CamelliaLib-2.7.0.tar.gz +0 -0
  2. data/README +59 -0
  3. data/doc/README +58 -0
  4. data/doc/camellia.dox +205 -0
  5. data/doc/html/annotated.html +52 -0
  6. data/doc/html/camellia_8h-source.html +1618 -0
  7. data/doc/html/camellia_8h.html +4583 -0
  8. data/doc/html/doxygen.css +358 -0
  9. data/doc/html/doxygen.png +0 -0
  10. data/doc/html/files.html +29 -0
  11. data/doc/html/ftv2blank.png +0 -0
  12. data/doc/html/ftv2doc.png +0 -0
  13. data/doc/html/ftv2folderclosed.png +0 -0
  14. data/doc/html/ftv2folderopen.png +0 -0
  15. data/doc/html/ftv2lastnode.png +0 -0
  16. data/doc/html/ftv2link.png +0 -0
  17. data/doc/html/ftv2mlastnode.png +0 -0
  18. data/doc/html/ftv2mnode.png +0 -0
  19. data/doc/html/ftv2node.png +0 -0
  20. data/doc/html/ftv2plastnode.png +0 -0
  21. data/doc/html/ftv2pnode.png +0 -0
  22. data/doc/html/ftv2vertline.png +0 -0
  23. data/doc/html/functions.html +108 -0
  24. data/doc/html/functions_0x62.html +78 -0
  25. data/doc/html/functions_0x63.html +112 -0
  26. data/doc/html/functions_0x64.html +113 -0
  27. data/doc/html/functions_0x65.html +102 -0
  28. data/doc/html/functions_0x66.html +82 -0
  29. data/doc/html/functions_0x67.html +76 -0
  30. data/doc/html/functions_0x68.html +88 -0
  31. data/doc/html/functions_0x69.html +90 -0
  32. data/doc/html/functions_0x6b.html +70 -0
  33. data/doc/html/functions_0x6c.html +88 -0
  34. data/doc/html/functions_0x6d.html +93 -0
  35. data/doc/html/functions_0x6e.html +79 -0
  36. data/doc/html/functions_0x6f.html +74 -0
  37. data/doc/html/functions_0x70.html +72 -0
  38. data/doc/html/functions_0x72.html +73 -0
  39. data/doc/html/functions_0x73.html +130 -0
  40. data/doc/html/functions_0x74.html +82 -0
  41. data/doc/html/functions_0x76.html +74 -0
  42. data/doc/html/functions_0x77.html +75 -0
  43. data/doc/html/functions_0x78.html +72 -0
  44. data/doc/html/functions_0x79.html +77 -0
  45. data/doc/html/functions_0x7e.html +76 -0
  46. data/doc/html/functions_func.html +93 -0
  47. data/doc/html/functions_func_0x62.html +64 -0
  48. data/doc/html/functions_func_0x63.html +83 -0
  49. data/doc/html/functions_func_0x64.html +99 -0
  50. data/doc/html/functions_func_0x65.html +95 -0
  51. data/doc/html/functions_func_0x66.html +74 -0
  52. data/doc/html/functions_func_0x67.html +72 -0
  53. data/doc/html/functions_func_0x68.html +76 -0
  54. data/doc/html/functions_func_0x69.html +70 -0
  55. data/doc/html/functions_func_0x6c.html +76 -0
  56. data/doc/html/functions_func_0x6d.html +78 -0
  57. data/doc/html/functions_func_0x6f.html +65 -0
  58. data/doc/html/functions_func_0x70.html +64 -0
  59. data/doc/html/functions_func_0x72.html +65 -0
  60. data/doc/html/functions_func_0x73.html +113 -0
  61. data/doc/html/functions_func_0x74.html +74 -0
  62. data/doc/html/functions_func_0x76.html +64 -0
  63. data/doc/html/functions_func_0x77.html +64 -0
  64. data/doc/html/functions_func_0x7e.html +72 -0
  65. data/doc/html/functions_vars.html +290 -0
  66. data/doc/html/globals.html +368 -0
  67. data/doc/html/globals_defs.html +41 -0
  68. data/doc/html/globals_func.html +364 -0
  69. data/doc/html/index.html +11 -0
  70. data/doc/html/main.html +22 -0
  71. data/doc/html/pages.html +24 -0
  72. data/doc/html/structCamAffineTransform.html +37 -0
  73. data/doc/html/structCamArithmParams.html +60 -0
  74. data/doc/html/structCamBasin.html +62 -0
  75. data/doc/html/structCamBitmapFont.html +37 -0
  76. data/doc/html/structCamBlobInfo.html +90 -0
  77. data/doc/html/structCamBlobs.html +51 -0
  78. data/doc/html/structCamImage.html +853 -0
  79. data/doc/html/structCamKeypoint.html +79 -0
  80. data/doc/html/structCamKeypoints.html +99 -0
  81. data/doc/html/structCamKeypointsKdTree.html +42 -0
  82. data/doc/html/structCamKeypointsMatches.html +54 -0
  83. data/doc/html/structCamLabelingResults.html +46 -0
  84. data/doc/html/structCamLinearFilterKernel.html +63 -0
  85. data/doc/html/structCamMeasuresResults.html +54 -0
  86. data/doc/html/structCamMorphoMathsKernel.html +81 -0
  87. data/doc/html/structCamPoint.html +46 -0
  88. data/doc/html/structCamRLEImage.html +183 -0
  89. data/doc/html/structCamROI.html +80 -0
  90. data/doc/html/structCamRun.html +56 -0
  91. data/doc/html/structCamSepFilterKernel.html +67 -0
  92. data/doc/html/structCamTable.html +46 -0
  93. data/doc/html/structCamTableOfBasins.html +37 -0
  94. data/doc/html/structCamVolbergFwdParams.html +46 -0
  95. data/doc/html/structCamWarpingParams.html +70 -0
  96. data/doc/html/tab_b.gif +0 -0
  97. data/doc/html/tab_l.gif +0 -0
  98. data/doc/html/tab_r.gif +0 -0
  99. data/doc/html/tabs.css +102 -0
  100. data/doc/html/todo.html +29 -0
  101. data/doc/html/tree.html +106 -0
  102. data/doc/rtf/refman.rtf +7866 -0
  103. data/ext/Makefile +149 -0
  104. data/ext/README +12 -0
  105. data/ext/camellia_ruby.i +493 -0
  106. data/ext/camellia_ruby_wrap.cxx +21103 -0
  107. data/ext/extconf.rb +12 -0
  108. data/ext/install.rb +11 -0
  109. data/ext/swig_ruby.dsp +159 -0
  110. data/ext/swig_ruby.vcproj +290 -0
  111. data/ext/test.rb +31 -0
  112. data/inc/SHLWAPI.H +661 -0
  113. data/inc/cam_capture.h +202 -0
  114. data/inc/camellia.h +2651 -0
  115. data/inc/camellia_internals.h +205 -0
  116. data/inc/config.h +62 -0
  117. data/inc/config.h.in +61 -0
  118. data/inc/stamp-h1 +1 -0
  119. data/lib/camellia-fox.rb +39 -0
  120. data/test/test_arithm.rb +13 -0
  121. data/test/test_capture.rb +15 -0
  122. data/test/test_color_labeling.rb +45 -0
  123. data/test/test_copy.rb +13 -0
  124. data/test/test_draw.rb +15 -0
  125. data/test/test_fixed_filters.rb +23 -0
  126. data/test/test_fox.rb +106 -0
  127. data/test/test_fox2.rb +108 -0
  128. data/test/test_histogram.rb +18 -0
  129. data/test/test_hough.rb +29 -0
  130. data/test/test_keypoints.rb +106 -0
  131. data/test/test_labeling.rb +30 -0
  132. data/test/test_mask.rb +34 -0
  133. data/test/test_warping.rb +46 -0
  134. data/test/test_watershed.rb +35 -0
  135. data/test/ts_camellia.rb +12 -0
  136. metadata +204 -0
@@ -0,0 +1,12 @@
1
+ require 'mkmf'
2
+ CAMELLIA_VERSION = "2.7.0"
3
+ puts "Unzipping Camellia library..."
4
+ `tar xvf ../CamelliaLib-#{CAMELLIA_VERSION}.tar.gz`
5
+ Dir.chdir "CamelliaLib-#{CAMELLIA_VERSION}"
6
+ puts "Configuring Camellia library..."
7
+ `./configure`
8
+ puts "Compiling and installing Camellia library..."
9
+ `make install`
10
+ CONFIG['LDSHARED'] = "g++ -shared -lCamellia"
11
+ create_makefile('camellia')
12
+
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'ftools'
4
+ require 'find'
5
+ require 'rbconfig'
6
+
7
+ lib_dir = File.join(Config::CONFIG['sitedir'],
8
+ Config::CONFIG['MAJOR'] + "." + Config::CONFIG['MINOR'])
9
+
10
+ File.install('../lib/camellia-fox.rb', File.join(lib_dir,'camellia-fox.rb'), 0644, true)
11
+ File.install('../lib/camellia.dll', File.join(lib_dir,'camellia.dll'), 0644, true)
@@ -0,0 +1,159 @@
1
+ # Microsoft Developer Studio Project File - Name="swig_ruby" - Package Owner=<4>
2
+ # Microsoft Developer Studio Generated Build File, Format Version 6.00
3
+ # ** DO NOT EDIT **
4
+
5
+ # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
+
7
+ CFG=swig_ruby - Win32 Debug
8
+ !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9
+ !MESSAGE use the Export Makefile command and run
10
+ !MESSAGE
11
+ !MESSAGE NMAKE /f "swig_ruby.mak".
12
+ !MESSAGE
13
+ !MESSAGE You can specify a configuration when running NMAKE
14
+ !MESSAGE by defining the macro CFG on the command line. For example:
15
+ !MESSAGE
16
+ !MESSAGE NMAKE /f "swig_ruby.mak" CFG="swig_ruby - Win32 Debug"
17
+ !MESSAGE
18
+ !MESSAGE Possible choices for configuration are:
19
+ !MESSAGE
20
+ !MESSAGE "swig_ruby - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21
+ !MESSAGE "swig_ruby - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22
+ !MESSAGE
23
+
24
+ # Begin Project
25
+ # PROP AllowPerConfigDependencies 0
26
+ # PROP Scc_ProjName ""
27
+ # PROP Scc_LocalPath ""
28
+ CPP=cl.exe
29
+ MTL=midl.exe
30
+ RSC=rc.exe
31
+
32
+ !IF "$(CFG)" == "swig_ruby - Win32 Release"
33
+
34
+ # PROP BASE Use_MFC 0
35
+ # PROP BASE Use_Debug_Libraries 0
36
+ # PROP BASE Output_Dir "Release"
37
+ # PROP BASE Intermediate_Dir "Release"
38
+ # PROP BASE Target_Dir ""
39
+ # PROP Use_MFC 0
40
+ # PROP Use_Debug_Libraries 0
41
+ # PROP Output_Dir "Release"
42
+ # PROP Intermediate_Dir "Release"
43
+ # PROP Ignore_Export_Lib 0
44
+ # PROP Target_Dir ""
45
+ # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
46
+ # ADD CPP /nologo /MD /W3 /GX /O2 /I "C:\ruby\lib\ruby\1.8\i386-mswin32" /I "../inc" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D NT=1 /D "IMPORT" /YX /FD /c
47
+ # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
48
+ # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49
+ # ADD BASE RSC /l 0x40c /d "NDEBUG"
50
+ # ADD RSC /l 0x40c /d "NDEBUG"
51
+ BSC32=bscmake.exe
52
+ # ADD BASE BSC32 /nologo
53
+ # ADD BSC32 /nologo
54
+ LINK32=link.exe
55
+ # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
56
+ # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../lib/camellia.dll"
57
+ # Begin Special Build Tool
58
+ SOURCE="$(InputPath)"
59
+ PostBuild_Cmds=c:\ruby\bin\ruby.exe install.rb
60
+ # End Special Build Tool
61
+
62
+ !ELSEIF "$(CFG)" == "swig_ruby - Win32 Debug"
63
+
64
+ # PROP BASE Use_MFC 0
65
+ # PROP BASE Use_Debug_Libraries 1
66
+ # PROP BASE Output_Dir "Debug"
67
+ # PROP BASE Intermediate_Dir "Debug"
68
+ # PROP BASE Target_Dir ""
69
+ # PROP Use_MFC 0
70
+ # PROP Use_Debug_Libraries 1
71
+ # PROP Output_Dir "Debug"
72
+ # PROP Intermediate_Dir "Debug"
73
+ # PROP Ignore_Export_Lib 0
74
+ # PROP Target_Dir ""
75
+ # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c
76
+ # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "C:\ruby\lib\ruby\1.8\i386-mswin32" /I "../inc" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D NT=1 /D "IMPORT" /YX /FD /GZ /c
77
+ # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
78
+ # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
79
+ # ADD BASE RSC /l 0x40c /d "_DEBUG"
80
+ # ADD RSC /l 0x40c /d "_DEBUG"
81
+ BSC32=bscmake.exe
82
+ # ADD BASE BSC32 /nologo
83
+ # ADD BSC32 /nologo
84
+ LINK32=link.exe
85
+ # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
86
+ # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../lib/camellia.dll" /pdbtype:sept
87
+ # Begin Special Build Tool
88
+ SOURCE="$(InputPath)"
89
+ PostBuild_Cmds=c:\ruby\bin\ruby.exe install.rb
90
+ # End Special Build Tool
91
+
92
+ !ENDIF
93
+
94
+ # Begin Target
95
+
96
+ # Name "swig_ruby - Win32 Release"
97
+ # Name "swig_ruby - Win32 Debug"
98
+ # Begin Group "Source Files"
99
+
100
+ # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
101
+ # Begin Source File
102
+
103
+ SOURCE=.\camellia_ruby_wrap.cpp
104
+ # End Source File
105
+ # End Group
106
+ # Begin Group "Header Files"
107
+
108
+ # PROP Default_Filter "h;hpp;hxx;hm;inl"
109
+ # Begin Source File
110
+
111
+ SOURCE=..\inc\camellia.h
112
+ # End Source File
113
+ # Begin Source File
114
+
115
+ SOURCE="C:\ruby\lib\ruby\1.8\i386-mswin32\ruby.h"
116
+ # End Source File
117
+ # End Group
118
+ # Begin Group "Resource Files"
119
+
120
+ # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
121
+ # End Group
122
+ # Begin Source File
123
+
124
+ SOURCE=.\camellia_ruby.i
125
+
126
+ !IF "$(CFG)" == "swig_ruby - Win32 Release"
127
+
128
+ # Begin Custom Build - SWIG
129
+ ProjDir=.
130
+ InputPath=.\camellia_ruby.i
131
+ InputName=camellia_ruby
132
+
133
+ "$(ProjDir)\$(InputName)_wrap.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
134
+ c:/swig/swig -c++ -ruby -o $(ProjDir)\$(InputName)_wrap.cpp $(InputPath)
135
+
136
+ # End Custom Build
137
+
138
+ !ELSEIF "$(CFG)" == "swig_ruby - Win32 Debug"
139
+
140
+ USERDEP__CAMEL="..\inc\camellia.h"
141
+ # Begin Custom Build - SWIG
142
+ ProjDir=.
143
+ InputPath=.\camellia_ruby.i
144
+ InputName=camellia_ruby
145
+
146
+ "$(ProjDir)\$(InputName)_wrap.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
147
+ c:/swig/swig -c++ -ruby -o $(ProjDir)\$(InputName)_wrap.cpp $(InputPath)
148
+
149
+ # End Custom Build
150
+
151
+ !ENDIF
152
+
153
+ # End Source File
154
+ # Begin Source File
155
+
156
+ SOURCE="C:\ruby\lib\msvcrt-ruby18.lib"
157
+ # End Source File
158
+ # End Target
159
+ # End Project
@@ -0,0 +1,290 @@
1
+ <?xml version="1.0" encoding="Windows-1252"?>
2
+ <VisualStudioProject
3
+ ProjectType="Visual C++"
4
+ Version="8,00"
5
+ Name="swig_ruby"
6
+ ProjectGUID="{1E66BAD7-06D4-49C5-BB12-FA4FB48C85A6}"
7
+ >
8
+ <Platforms>
9
+ <Platform
10
+ Name="Win32"
11
+ />
12
+ </Platforms>
13
+ <ToolFiles>
14
+ </ToolFiles>
15
+ <Configurations>
16
+ <Configuration
17
+ Name="Debug|Win32"
18
+ OutputDirectory=".\Debug"
19
+ IntermediateDirectory=".\Debug"
20
+ ConfigurationType="2"
21
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
22
+ UseOfMFC="0"
23
+ ATLMinimizesCRunTimeLibraryUsage="false"
24
+ >
25
+ <Tool
26
+ Name="VCPreBuildEventTool"
27
+ />
28
+ <Tool
29
+ Name="VCCustomBuildTool"
30
+ />
31
+ <Tool
32
+ Name="VCXMLDataGeneratorTool"
33
+ />
34
+ <Tool
35
+ Name="VCWebServiceProxyGeneratorTool"
36
+ />
37
+ <Tool
38
+ Name="VCMIDLTool"
39
+ PreprocessorDefinitions="_DEBUG"
40
+ MkTypLibCompatible="true"
41
+ SuppressStartupBanner="true"
42
+ TargetEnvironment="1"
43
+ TypeLibraryName=".\Debug/swig_ruby.tlb"
44
+ HeaderFileName=""
45
+ />
46
+ <Tool
47
+ Name="VCCLCompilerTool"
48
+ Optimization="0"
49
+ AdditionalIncludeDirectories="C:\ruby\lib\ruby\1.8\i386-mswin32,../inc"
50
+ PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;NT=1;IMPORT"
51
+ MinimalRebuild="true"
52
+ BasicRuntimeChecks="3"
53
+ RuntimeLibrary="1"
54
+ PrecompiledHeaderFile=".\Debug/swig_ruby.pch"
55
+ AssemblerListingLocation=".\Debug/"
56
+ ObjectFile=".\Debug/"
57
+ ProgramDataBaseFileName=".\Debug/"
58
+ WarningLevel="3"
59
+ SuppressStartupBanner="true"
60
+ DebugInformationFormat="4"
61
+ />
62
+ <Tool
63
+ Name="VCManagedResourceCompilerTool"
64
+ />
65
+ <Tool
66
+ Name="VCResourceCompilerTool"
67
+ PreprocessorDefinitions="_DEBUG"
68
+ Culture="1036"
69
+ />
70
+ <Tool
71
+ Name="VCPreLinkEventTool"
72
+ />
73
+ <Tool
74
+ Name="VCLinkerTool"
75
+ AdditionalDependencies="../lib/camelliad.lib ../lib/strmbase.lib strmiids.lib "
76
+ OutputFile="../lib/camellia.dll"
77
+ LinkIncremental="2"
78
+ SuppressStartupBanner="true"
79
+ GenerateDebugInformation="true"
80
+ ProgramDatabaseFile=".\Debug/camellia.pdb"
81
+ SubSystem="2"
82
+ ImportLibrary=".\Debug/camellia.lib"
83
+ TargetMachine="1"
84
+ />
85
+ <Tool
86
+ Name="VCALinkTool"
87
+ />
88
+ <Tool
89
+ Name="VCManifestTool"
90
+ />
91
+ <Tool
92
+ Name="VCXDCMakeTool"
93
+ />
94
+ <Tool
95
+ Name="VCBscMakeTool"
96
+ SuppressStartupBanner="true"
97
+ OutputFile=".\Debug/swig_ruby.bsc"
98
+ />
99
+ <Tool
100
+ Name="VCFxCopTool"
101
+ />
102
+ <Tool
103
+ Name="VCAppVerifierTool"
104
+ />
105
+ <Tool
106
+ Name="VCWebDeploymentTool"
107
+ />
108
+ <Tool
109
+ Name="VCPostBuildEventTool"
110
+ CommandLine="c:\ruby\bin\ruby.exe install.rb"
111
+ />
112
+ </Configuration>
113
+ <Configuration
114
+ Name="Release|Win32"
115
+ OutputDirectory=".\Release"
116
+ IntermediateDirectory=".\Release"
117
+ ConfigurationType="2"
118
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
119
+ UseOfMFC="0"
120
+ ATLMinimizesCRunTimeLibraryUsage="false"
121
+ >
122
+ <Tool
123
+ Name="VCPreBuildEventTool"
124
+ />
125
+ <Tool
126
+ Name="VCCustomBuildTool"
127
+ />
128
+ <Tool
129
+ Name="VCXMLDataGeneratorTool"
130
+ />
131
+ <Tool
132
+ Name="VCWebServiceProxyGeneratorTool"
133
+ />
134
+ <Tool
135
+ Name="VCMIDLTool"
136
+ PreprocessorDefinitions="NDEBUG"
137
+ MkTypLibCompatible="true"
138
+ SuppressStartupBanner="true"
139
+ TargetEnvironment="1"
140
+ TypeLibraryName=".\Release/swig_ruby.tlb"
141
+ HeaderFileName=""
142
+ />
143
+ <Tool
144
+ Name="VCCLCompilerTool"
145
+ Optimization="2"
146
+ InlineFunctionExpansion="1"
147
+ AdditionalIncludeDirectories="C:\ruby\lib\ruby\1.8\i386-mswin32,../inc"
148
+ PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;NT=1;IMPORT"
149
+ StringPooling="true"
150
+ RuntimeLibrary="2"
151
+ EnableFunctionLevelLinking="true"
152
+ PrecompiledHeaderFile=".\Release/swig_ruby.pch"
153
+ AssemblerListingLocation=".\Release/"
154
+ ObjectFile=".\Release/"
155
+ ProgramDataBaseFileName=".\Release/"
156
+ WarningLevel="3"
157
+ SuppressStartupBanner="true"
158
+ />
159
+ <Tool
160
+ Name="VCManagedResourceCompilerTool"
161
+ />
162
+ <Tool
163
+ Name="VCResourceCompilerTool"
164
+ PreprocessorDefinitions="NDEBUG"
165
+ Culture="1036"
166
+ />
167
+ <Tool
168
+ Name="VCPreLinkEventTool"
169
+ />
170
+ <Tool
171
+ Name="VCLinkerTool"
172
+ AdditionalDependencies="../lib/camellia.lib ../lib/strmbase.lib strmiids.lib"
173
+ OutputFile="../lib/camellia.dll"
174
+ LinkIncremental="1"
175
+ SuppressStartupBanner="true"
176
+ ProgramDatabaseFile=".\Release/camellia.pdb"
177
+ SubSystem="2"
178
+ ImportLibrary=".\Release/camellia.lib"
179
+ TargetMachine="1"
180
+ />
181
+ <Tool
182
+ Name="VCALinkTool"
183
+ />
184
+ <Tool
185
+ Name="VCManifestTool"
186
+ />
187
+ <Tool
188
+ Name="VCXDCMakeTool"
189
+ />
190
+ <Tool
191
+ Name="VCBscMakeTool"
192
+ SuppressStartupBanner="true"
193
+ OutputFile=".\Release/swig_ruby.bsc"
194
+ />
195
+ <Tool
196
+ Name="VCFxCopTool"
197
+ />
198
+ <Tool
199
+ Name="VCAppVerifierTool"
200
+ />
201
+ <Tool
202
+ Name="VCWebDeploymentTool"
203
+ />
204
+ <Tool
205
+ Name="VCPostBuildEventTool"
206
+ CommandLine="c:\ruby\bin\ruby.exe install.rb"
207
+ />
208
+ </Configuration>
209
+ </Configurations>
210
+ <References>
211
+ </References>
212
+ <Files>
213
+ <Filter
214
+ Name="Source Files"
215
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
216
+ >
217
+ <File
218
+ RelativePath="camellia_ruby_wrap.cpp"
219
+ >
220
+ <FileConfiguration
221
+ Name="Debug|Win32"
222
+ >
223
+ <Tool
224
+ Name="VCCLCompilerTool"
225
+ AdditionalIncludeDirectories=""
226
+ PreprocessorDefinitions=""
227
+ />
228
+ </FileConfiguration>
229
+ <FileConfiguration
230
+ Name="Release|Win32"
231
+ >
232
+ <Tool
233
+ Name="VCCLCompilerTool"
234
+ AdditionalIncludeDirectories=""
235
+ PreprocessorDefinitions=""
236
+ />
237
+ </FileConfiguration>
238
+ </File>
239
+ </Filter>
240
+ <Filter
241
+ Name="Header Files"
242
+ Filter="h;hpp;hxx;hm;inl"
243
+ >
244
+ <File
245
+ RelativePath="..\inc\camellia.h"
246
+ >
247
+ </File>
248
+ <File
249
+ RelativePath="..\..\..\..\ruby\lib\ruby\1.8\i386-mswin32\ruby.h"
250
+ >
251
+ </File>
252
+ </Filter>
253
+ <Filter
254
+ Name="Resource Files"
255
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
256
+ >
257
+ </Filter>
258
+ <File
259
+ RelativePath="camellia_ruby.i"
260
+ >
261
+ <FileConfiguration
262
+ Name="Debug|Win32"
263
+ >
264
+ <Tool
265
+ Name="VCCustomBuildTool"
266
+ Description="SWIG"
267
+ CommandLine="c:/swig/swig -c++ -ruby -o $(ProjectDir)$(InputName)_wrap.cpp $(InputPath)&#x0D;&#x0A;"
268
+ AdditionalDependencies="..\inc\camellia.h;"
269
+ Outputs="$(ProjectDir)$(InputName)_wrap.cpp"
270
+ />
271
+ </FileConfiguration>
272
+ <FileConfiguration
273
+ Name="Release|Win32"
274
+ >
275
+ <Tool
276
+ Name="VCCustomBuildTool"
277
+ Description="SWIG"
278
+ CommandLine="c:\cygwin\bin\swig -c++ -ruby -o $(ProjectDir)$(InputName)_wrap.cpp $(InputPath)&#x0D;&#x0A;"
279
+ Outputs="$(ProjectDir)$(InputName)_wrap.cpp"
280
+ />
281
+ </FileConfiguration>
282
+ </File>
283
+ <File
284
+ RelativePath="..\..\..\..\ruby\lib\msvcrt-ruby18.lib"
285
+ >
286
+ </File>
287
+ </Files>
288
+ <Globals>
289
+ </Globals>
290
+ </VisualStudioProject>