comparison VamPy.vcproj @ 35:2ba482378038 vampy2

* Fix compile error with VC++. I am totally at a loss to explain why this should have compiled with any other compiler! * Update VC project file. This code does now build with VC++ without HAVE_NUMPY -- I haven't installed Numpy yet
author cannam
date Thu, 24 Sep 2009 08:52:04 +0000
parents ef3452f4a0c9
children 03b10edc5f78
comparison
equal deleted inserted replaced
34:c905122f79e7 35:2ba482378038
112 Name="VCMIDLTool" 112 Name="VCMIDLTool"
113 /> 113 />
114 <Tool 114 <Tool
115 Name="VCCLCompilerTool" 115 Name="VCCLCompilerTool"
116 AdditionalIncludeDirectories="&quot;..\vamp-plugin-sdk&quot;;C:\Python26\include" 116 AdditionalIncludeDirectories="&quot;..\vamp-plugin-sdk&quot;;C:\Python26\include"
117 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPY_EXPORTS;" 117 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPY_EXPORTS;HAVE_NUMPY"
118 RuntimeLibrary="2" 118 RuntimeLibrary="2"
119 UsePrecompiledHeader="0" 119 UsePrecompiledHeader="0"
120 WarningLevel="3" 120 WarningLevel="3"
121 Detect64BitPortabilityProblems="true" 121 Detect64BitPortabilityProblems="true"
122 DebugInformationFormat="3" 122 DebugInformationFormat="3"
176 <File 176 <File
177 RelativePath=".\Mutex.h" 177 RelativePath=".\Mutex.h"
178 > 178 >
179 </File> 179 </File>
180 <File 180 <File
181 RelativePath=".\PyExtensionModule.h"
182 >
183 </File>
184 <File
185 RelativePath=".\PyFeature.h"
186 >
187 </File>
188 <File
189 RelativePath=".\PyFeatureSet.h"
190 >
191 </File>
192 <File
193 RelativePath=".\PyOutputDescriptor.h"
194 >
195 </File>
196 <File
197 RelativePath=".\PyParameterDescriptor.h"
198 >
199 </File>
200 <File
181 RelativePath=".\PyPlugin.h" 201 RelativePath=".\PyPlugin.h"
182 > 202 >
183 </File> 203 </File>
184 <File 204 <File
185 RelativePath=".\PyPlugScanner.h" 205 RelativePath=".\PyPlugScanner.h"
206 >
207 </File>
208 <File
209 RelativePath=".\PyRealTime.h"
210 >
211 </File>
212 <File
213 RelativePath=".\PyTypeInterface.h"
186 > 214 >
187 </File> 215 </File>
188 </Filter> 216 </Filter>
189 <Filter 217 <Filter
190 Name="Resource Files" 218 Name="Resource Files"
200 <File 228 <File
201 RelativePath=".\Mutex.cpp" 229 RelativePath=".\Mutex.cpp"
202 > 230 >
203 </File> 231 </File>
204 <File 232 <File
233 RelativePath=".\PyExtensionModule.cpp"
234 >
235 </File>
236 <File
237 RelativePath=".\PyFeature.cpp"
238 >
239 </File>
240 <File
241 RelativePath=".\PyFeatureSet.cpp"
242 >
243 </File>
244 <File
245 RelativePath=".\PyOutputDescriptor.cpp"
246 >
247 </File>
248 <File
249 RelativePath=".\PyParameterDescriptor.cpp"
250 >
251 </File>
252 <File
205 RelativePath=".\PyPlugin.cpp" 253 RelativePath=".\PyPlugin.cpp"
206 > 254 >
207 </File> 255 </File>
208 <File 256 <File
209 RelativePath=".\PyPlugScanner.cpp" 257 RelativePath=".\PyPlugScanner.cpp"
210 > 258 >
211 </File> 259 </File>
212 <File 260 <File
213 RelativePath=".\pyvamp-main.cpp" 261 RelativePath=".\PyRealTime.cpp"
262 >
263 </File>
264 <File
265 RelativePath=".\PyTypeInterface.cpp"
266 >
267 </File>
268 <File
269 RelativePath=".\vampy-main.cpp"
214 > 270 >
215 </File> 271 </File>
216 </Filter> 272 </Filter>
217 </Files> 273 </Files>
218 <Globals> 274 <Globals>