You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

252 lines
6.7KB

  1. # Microsoft Developer Studio Project File - Name="controlbee" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=controlbee - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "controlbee.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "controlbee.mak" CFG="controlbee - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "controlbee - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "controlbee - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "controlbee - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "controlbee___Win32_Release"
  31. # PROP BASE Intermediate_Dir "controlbee___Win32_Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir ""
  36. # PROP Intermediate_Dir "Release"
  37. # PROP Ignore_Export_Lib 0
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  40. # ADD CPP /nologo /MT /W3 /GX /O2 /I "../../include" /I "../../src/include" /D "NDEBUG" /D "__WINDOWS_DS__" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__LITTLE_ENDIAN__" /D "__WINDOWS_MM__" /YX /FD /c
  41. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  42. # ADD RSC /l 0x409 /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 odbc32.lib odbccp32.lib 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:console /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 dsound.lib Wsock32.lib winmm.lib /nologo /subsystem:console /machine:I386
  49. # SUBTRACT LINK32 /pdb:none
  50. !ELSEIF "$(CFG)" == "controlbee - Win32 Debug"
  51. # PROP BASE Use_MFC 0
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir "controlbee___Win32_Debug"
  54. # PROP BASE Intermediate_Dir "controlbee___Win32_Debug"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 0
  57. # PROP Use_Debug_Libraries 1
  58. # PROP Output_Dir ""
  59. # PROP Intermediate_Dir "Debug"
  60. # PROP Ignore_Export_Lib 0
  61. # PROP Target_Dir ""
  62. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  63. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../src/include" /D "_DEBUG" /D "__WINDOWS_DS__" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__LITTLE_ENDIAN__" /D "__WINDOWS_MM__" /YX /FD /GZ /c
  64. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  65. # ADD RSC /l 0x409 /d "_DEBUG"
  66. BSC32=bscmake.exe
  67. # ADD BASE BSC32 /nologo
  68. # ADD BSC32 /nologo
  69. LINK32=link.exe
  70. # 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 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:console /debug /machine:I386 /pdbtype:sept
  71. # ADD LINK32 winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib Wsock32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  72. !ENDIF
  73. # Begin Target
  74. # Name "controlbee - Win32 Release"
  75. # Name "controlbee - Win32 Debug"
  76. # Begin Group "Source Files"
  77. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  78. # Begin Source File
  79. SOURCE=..\..\src\ADSR.cpp
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=..\..\src\BeeThree.cpp
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=.\controlbee.cpp
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=..\..\src\Envelope.cpp
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=..\..\src\FileRead.cpp
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=..\..\src\FileWvIn.cpp
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=..\..\src\FM.cpp
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=..\..\src\Messager.cpp
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=..\..\src\Mutex.cpp
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=..\..\src\RtAudio.cpp
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=..\..\src\RtMidi.cpp
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=..\..\src\RtWvOut.cpp
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=..\..\src\SineWave.cpp
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=..\..\src\SKINI.cpp
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=..\..\src\Socket.cpp
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=..\..\src\Stk.cpp
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=..\..\src\TcpServer.cpp
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=..\..\src\Thread.cpp
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=..\..\src\TwoZero.cpp
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=..\..\src\FileLoop.cpp
  137. # End Source File
  138. # End Group
  139. # Begin Group "Header Files"
  140. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  141. # Begin Source File
  142. SOURCE=..\..\include\ADSR.h
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=..\..\include\BeeThree.h
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=..\..\include\Envelope.h
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=..\..\include\Filter.h
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=..\..\include\FM.h
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=..\..\include\Instrmnt.h
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=..\..\include\Messager.h
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=..\..\include\Mutex.h
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=..\..\include\RtAudio.h
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=..\..\include\RtMidi.h
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=..\..\include\RtWvOut.h
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=..\..\include\SKINI.h
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=..\..\include\Stk.h
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=..\..\include\TcpServer.h
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=..\..\include\TwoZero.h
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=..\..\include\FileLoop.h
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=..\..\include\WvIn.h
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=..\..\include\WvOut.h
  194. # End Source File
  195. # End Group
  196. # Begin Group "Resource Files"
  197. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  198. # End Group
  199. # End Target
  200. # End Project