~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/portmixer/winproj/portmixer.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
330
330
                                CommandLine="set LIBS=

if "%DXSDK_DIR%"=="" goto NoDX

cl /O2 /Ob1 /I "..\..\portaudio-v19\include" /I "..\include" /I"%DXSDK_DIR%include" /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fo".\$(OutDir)/" /Fd".\$(OutDir)/" /W3 /c /wd4996 "..\src\px_win_ds.c"

set LIBS="%DXSDK_DIR%lib\x86\dxguid.lib"

:NoDX

lib /OUT:"$(TargetPath)" ".\$(OutDir)\*.obj" %LIBS%
"
331
331
                        />
332
332
                </Configuration>
 
333
                <Configuration
 
334
                        Name="Debug DLL|Win32"
 
335
                        OutputDirectory="$(ConfigurationName)"
 
336
                        IntermediateDirectory="$(ConfigurationName)"
 
337
                        ConfigurationType="4"
 
338
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
339
                        UseOfMFC="0"
 
340
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
341
                        CharacterSet="2"
 
342
                        >
 
343
                        <Tool
 
344
                                Name="VCPreBuildEventTool"
 
345
                                CommandLine="echo // Automatically generated file &gt;&quot;.\$(ConfigurationName)\config.h&quot;&#x0D;&#x0A;IF NOT &quot;%DXSDK_DIR%&quot; == &quot;&quot; echo #define PX_USE_WIN_DSOUND 1 &gt;&gt;&quot;.\$(ConfigurationName)\config.h&quot;&#x0D;&#x0A;"
 
346
                        />
 
347
                        <Tool
 
348
                                Name="VCCustomBuildTool"
 
349
                        />
 
350
                        <Tool
 
351
                                Name="VCXMLDataGeneratorTool"
 
352
                        />
 
353
                        <Tool
 
354
                                Name="VCWebServiceProxyGeneratorTool"
 
355
                        />
 
356
                        <Tool
 
357
                                Name="VCMIDLTool"
 
358
                        />
 
359
                        <Tool
 
360
                                Name="VCCLCompilerTool"
 
361
                                Optimization="0"
 
362
                                AdditionalIncludeDirectories="..\include;&quot;..\..\portaudio-v19\include&quot;"
 
363
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PX_USE_WIN_MME"
 
364
                                BasicRuntimeChecks="3"
 
365
                                RuntimeLibrary="3"
 
366
                                UsePrecompiledHeader="0"
 
367
                                PrecompiledHeaderFile=".\$(ConfigurationName)/portmixer.pch"
 
368
                                AssemblerListingLocation=".\$(ConfigurationName)/"
 
369
                                ObjectFile=".\$(ConfigurationName)/"
 
370
                                ProgramDataBaseFileName=".\$(ConfigurationName)/"
 
371
                                WarningLevel="3"
 
372
                                SuppressStartupBanner="true"
 
373
                                DebugInformationFormat="4"
 
374
                                CompileAs="0"
 
375
                                DisableSpecificWarnings="4996"
 
376
                                ForcedIncludeFiles="$(ProjectDir)\$(ConfigurationName)\config.h"
 
377
                        />
 
378
                        <Tool
 
379
                                Name="VCManagedResourceCompilerTool"
 
380
                        />
 
381
                        <Tool
 
382
                                Name="VCResourceCompilerTool"
 
383
                                PreprocessorDefinitions="_DEBUG"
 
384
                                Culture="1033"
 
385
                        />
 
386
                        <Tool
 
387
                                Name="VCPreLinkEventTool"
 
388
                        />
 
389
                        <Tool
 
390
                                Name="VCLibrarianTool"
 
391
                                OutputFile=".\portmixerd.lib"
 
392
                                SuppressStartupBanner="true"
 
393
                        />
 
394
                        <Tool
 
395
                                Name="VCALinkTool"
 
396
                        />
 
397
                        <Tool
 
398
                                Name="VCXDCMakeTool"
 
399
                        />
 
400
                        <Tool
 
401
                                Name="VCBscMakeTool"
 
402
                        />
 
403
                        <Tool
 
404
                                Name="VCFxCopTool"
 
405
                        />
 
406
                        <Tool
 
407
                                Name="VCPostBuildEventTool"
 
408
                                CommandLine="set LIBS=&#x0D;&#x0A;&#x0D;&#x0A;if &quot;%DXSDK_DIR%&quot;==&quot;&quot; goto NoDX&#x0D;&#x0A;&#x0D;&#x0A;cl /Od /I &quot;..\..\portaudio-v19\include&quot; /I &quot;..\include&quot; /I&quot;%DXSDK_DIR%include&quot; /D &quot;WIN32&quot; /D &quot;_DEBUG&quot; /D &quot;_LIB&quot; /D &quot;_MBCS&quot; /FD /EHsc /RTC1 /MTd /Fo&quot;.\$(OutDir)/&quot; /Fd&quot;.\$(OutDir)/&quot; /W3 /c /ZI /wd4996 &quot;..\src\px_win_ds.c&quot;&#x0D;&#x0A;&#x0D;&#x0A;set LIBS=&quot;%DXSDK_DIR%lib\x86\dxguid.lib&quot;&#x0D;&#x0A;&#x0D;&#x0A;:NoDX&#x0D;&#x0A;&#x0D;&#x0A;lib /OUT:&quot;$(TargetPath)&quot; &quot;.\$(OutDir)\*.obj&quot; %LIBS%&#x0D;&#x0A;"
 
409
                        />
 
410
                </Configuration>
 
411
                <Configuration
 
412
                        Name="Debug wx284|Win32"
 
413
                        OutputDirectory="$(ConfigurationName)"
 
414
                        IntermediateDirectory="$(ConfigurationName)"
 
415
                        ConfigurationType="4"
 
416
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
417
                        UseOfMFC="0"
 
418
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
419
                        CharacterSet="2"
 
420
                        >
 
421
                        <Tool
 
422
                                Name="VCPreBuildEventTool"
 
423
                                CommandLine="echo // Automatically generated file &gt;&quot;.\$(ConfigurationName)\config.h&quot;&#x0D;&#x0A;IF NOT &quot;%DXSDK_DIR%&quot; == &quot;&quot; echo #define PX_USE_WIN_DSOUND 1 &gt;&gt;&quot;.\$(ConfigurationName)\config.h&quot;&#x0D;&#x0A;"
 
424
                        />
 
425
                        <Tool
 
426
                                Name="VCCustomBuildTool"
 
427
                        />
 
428
                        <Tool
 
429
                                Name="VCXMLDataGeneratorTool"
 
430
                        />
 
431
                        <Tool
 
432
                                Name="VCWebServiceProxyGeneratorTool"
 
433
                        />
 
434
                        <Tool
 
435
                                Name="VCMIDLTool"
 
436
                        />
 
437
                        <Tool
 
438
                                Name="VCCLCompilerTool"
 
439
                                Optimization="0"
 
440
                                AdditionalIncludeDirectories="..\include;&quot;..\..\portaudio-v19\include&quot;"
 
441
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PX_USE_WIN_MME"
 
442
                                BasicRuntimeChecks="3"
 
443
                                RuntimeLibrary="3"
 
444
                                UsePrecompiledHeader="0"
 
445
                                PrecompiledHeaderFile=".\$(ConfigurationName)/portmixer.pch"
 
446
                                AssemblerListingLocation=".\$(ConfigurationName)/"
 
447
                                ObjectFile=".\$(ConfigurationName)/"
 
448
                                ProgramDataBaseFileName=".\$(ConfigurationName)/"
 
449
                                WarningLevel="3"
 
450
                                SuppressStartupBanner="true"
 
451
                                DebugInformationFormat="4"
 
452
                                CompileAs="0"
 
453
                                DisableSpecificWarnings="4996"
 
454
                                ForcedIncludeFiles="$(ProjectDir)\$(ConfigurationName)\config.h"
 
455
                        />
 
456
                        <Tool
 
457
                                Name="VCManagedResourceCompilerTool"
 
458
                        />
 
459
                        <Tool
 
460
                                Name="VCResourceCompilerTool"
 
461
                                PreprocessorDefinitions="_DEBUG"
 
462
                                Culture="1033"
 
463
                        />
 
464
                        <Tool
 
465
                                Name="VCPreLinkEventTool"
 
466
                        />
 
467
                        <Tool
 
468
                                Name="VCLibrarianTool"
 
469
                                OutputFile=".\portmixerd.lib"
 
470
                                SuppressStartupBanner="true"
 
471
                        />
 
472
                        <Tool
 
473
                                Name="VCALinkTool"
 
474
                        />
 
475
                        <Tool
 
476
                                Name="VCXDCMakeTool"
 
477
                        />
 
478
                        <Tool
 
479
                                Name="VCBscMakeTool"
 
480
                        />
 
481
                        <Tool
 
482
                                Name="VCFxCopTool"
 
483
                        />
 
484
                        <Tool
 
485
                                Name="VCPostBuildEventTool"
 
486
                                CommandLine="set LIBS=&#x0D;&#x0A;&#x0D;&#x0A;if &quot;%DXSDK_DIR%&quot;==&quot;&quot; goto NoDX&#x0D;&#x0A;&#x0D;&#x0A;cl /Od /I &quot;..\..\portaudio-v19\include&quot; /I &quot;..\include&quot; /I&quot;%DXSDK_DIR%include&quot; /D &quot;WIN32&quot; /D &quot;_DEBUG&quot; /D &quot;_LIB&quot; /D &quot;_MBCS&quot; /FD /EHsc /RTC1 /MTd /Fo&quot;.\$(OutDir)/&quot; /Fd&quot;.\$(OutDir)/&quot; /W3 /c /ZI /wd4996 &quot;..\src\px_win_ds.c&quot;&#x0D;&#x0A;&#x0D;&#x0A;set LIBS=&quot;%DXSDK_DIR%lib\x86\dxguid.lib&quot;&#x0D;&#x0A;&#x0D;&#x0A;:NoDX&#x0D;&#x0A;&#x0D;&#x0A;lib /OUT:&quot;$(TargetPath)&quot; &quot;.\$(OutDir)\*.obj&quot; %LIBS%&#x0D;&#x0A;"
 
487
                        />
 
488
                </Configuration>
333
489
        </Configurations>
334
490
        <References>
335
491
        </References>
389
545
                                                Name="VCCLCompilerTool"
390
546
                                        />
391
547
                                </FileConfiguration>
 
548
                                <FileConfiguration
 
549
                                        Name="Debug DLL|Win32"
 
550
                                        ExcludedFromBuild="true"
 
551
                                        >
 
552
                                        <Tool
 
553
                                                Name="VCCLCompilerTool"
 
554
                                        />
 
555
                                </FileConfiguration>
 
556
                                <FileConfiguration
 
557
                                        Name="Debug wx284|Win32"
 
558
                                        ExcludedFromBuild="true"
 
559
                                        >
 
560
                                        <Tool
 
561
                                                Name="VCCLCompilerTool"
 
562
                                        />
 
563
                                </FileConfiguration>
392
564
                        </File>
393
565
                        <File
394
566
                                RelativePath="..\src\px_win_wmme.c"