Dac32.dsp 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. # Microsoft Developer Studio Project File - Name="Dac32" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** NICHT BEARBEITEN **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=Dac32 - Win32 Release
  6. !MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE
  7. !MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "Dac32.mak".
  10. !MESSAGE
  11. !MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben
  12. !MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "Dac32.mak" CFG="Dac32 - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Für die Konfiguration stehen zur Auswahl:
  17. !MESSAGE
  18. !MESSAGE "Dac32 - Win32 Release" (basierend auf "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "Dac32 - Win32 Debug" (basierend auf "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""$/Win32/Digital Audio Copy/DAC32 DLL", FAAAAAAA"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "Dac32 - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir ".\WinRel"
  32. # PROP BASE Intermediate_Dir ".\WinRel"
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir ".\Release"
  36. # PROP Intermediate_Dir ".\Release"
  37. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /YX /c
  38. # ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "DLL" /Fr /YX /FD /c
  39. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  40. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  41. # ADD BASE RSC /l 0x407 /d "NDEBUG"
  42. # ADD RSC /l 0x407 /d "NDEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LINK32=link.exe
  47. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
  48. # 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
  49. # SUBTRACT LINK32 /map /nodefaultlib
  50. !ELSEIF "$(CFG)" == "Dac32 - Win32 Debug"
  51. # PROP BASE Use_MFC 0
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir ".\WinDebug"
  54. # PROP BASE Intermediate_Dir ".\WinDebug"
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir ".\Debug"
  58. # PROP Intermediate_Dir ".\Debug"
  59. # ADD BASE CPP /nologo /MT /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /c
  60. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "DLL" /Fr /YX /FD /c
  61. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  62. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  63. # ADD BASE RSC /l 0x407 /d "_DEBUG"
  64. # ADD RSC /l 0x407 /d "_DEBUG"
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. LINK32=link.exe
  69. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
  70. # 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
  71. # SUBTRACT LINK32 /nodefaultlib
  72. !ENDIF
  73. # Begin Target
  74. # Name "Dac32 - Win32 Release"
  75. # Name "Dac32 - Win32 Debug"
  76. # Begin Group "Source Files"
  77. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  78. # Begin Source File
  79. SOURCE=.\aspifunc.cpp
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=.\dac32.cpp
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=.\dac32.rc
  86. # End Source File
  87. # End Group
  88. # Begin Group "Header Files"
  89. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  90. # Begin Source File
  91. SOURCE=.\Aspifunc.h
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.\Dac32.h
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.\Scsidefs.h
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.\Winaspi.h
  101. # End Source File
  102. # End Group
  103. # Begin Group "Resource Files"
  104. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  105. # End Group
  106. # End Target
  107. # End Project