WWCtrl.dsp 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. # Microsoft Developer Studio Project File - Name="WWCtrl" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=WWCtrl - 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 "WWCtrl.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 "WWCtrl.mak" CFG="WWCtrl - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "WWCtrl - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "WWCtrl - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "WWCtrl - Win32 Profile" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""$/G/Tools/WWCtrl", REWBAAAA"
  25. # PROP Scc_LocalPath "."
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "WWCtrl - Win32 Release"
  30. # PROP BASE Use_MFC 6
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 6
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  42. # ADD CPP /nologo /MD /W3 /O2 /Ob2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_AFXEXT" /D "WWCTRL_LIB" /Yu"stdafx.h" /FD /c
  43. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  45. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  46. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  52. # ADD LINK32 /nologo /subsystem:windows /dll /pdb:"..\..\..\Run\WWCtrl.pdb" /map:"..\..\..\Run\WWCtrl.map" /debug /machine:I386 /out:"..\..\..\Run\WWCtrl.dll" /pdbtype:sept
  53. # SUBTRACT LINK32 /pdb:none
  54. !ELSEIF "$(CFG)" == "WWCtrl - Win32 Debug"
  55. # PROP BASE Use_MFC 6
  56. # PROP BASE Use_Debug_Libraries 1
  57. # PROP BASE Output_Dir "Debug"
  58. # PROP BASE Intermediate_Dir "Debug"
  59. # PROP BASE Target_Dir ""
  60. # PROP Use_MFC 6
  61. # PROP Use_Debug_Libraries 1
  62. # PROP Output_Dir "Debug"
  63. # PROP Intermediate_Dir "Debug"
  64. # PROP Ignore_Export_Lib 0
  65. # PROP Target_Dir ""
  66. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  67. # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_AFXEXT" /D "WWCTRL_LIB" /Yu"stdafx.h" /FD /c
  68. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  69. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  70. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  71. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LINK32=link.exe
  76. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  77. # ADD LINK32 /nologo /subsystem:windows /dll /pdb:"..\..\..\Run\WWCtrlD.pdb" /map:"..\..\..\Run\WWCtrlD.map" /debug /machine:I386 /out:"..\..\..\Run\WWCtrlD.dll" /pdbtype:sept
  78. # SUBTRACT LINK32 /pdb:none
  79. !ELSEIF "$(CFG)" == "WWCtrl - Win32 Profile"
  80. # PROP BASE Use_MFC 6
  81. # PROP BASE Use_Debug_Libraries 0
  82. # PROP BASE Output_Dir "Profile"
  83. # PROP BASE Intermediate_Dir "Profile"
  84. # PROP BASE Ignore_Export_Lib 0
  85. # PROP BASE Target_Dir ""
  86. # PROP Use_MFC 6
  87. # PROP Use_Debug_Libraries 0
  88. # PROP Output_Dir "Profile"
  89. # PROP Intermediate_Dir "Profile"
  90. # PROP Ignore_Export_Lib 0
  91. # PROP Target_Dir ""
  92. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_AFXEXT" /D "WWCTRL_LIB" /Yu"stdafx.h" /FD /c
  93. # ADD CPP /nologo /MD /W3 /Zi /O2 /Ob2 /D "NDEBUG" /D "WWDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_AFXEXT" /D "WWCTRL_LIB" /Yu"stdafx.h" /FD /c
  94. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  95. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  96. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  97. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  98. BSC32=bscmake.exe
  99. # ADD BASE BSC32 /nologo
  100. # ADD BSC32 /nologo
  101. LINK32=link.exe
  102. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386 /out:"bin\WWCtrl.dll"
  103. # ADD LINK32 /nologo /subsystem:windows /dll /incremental:yes /pdb:"..\..\..\Run\WWCtrlP.pdb" /map:"..\..\..\Run\WWCtrlP.map" /debug /machine:I386 /out:"..\..\..\Run\WWCtrlP.dll" /pdbtype:sept
  104. # SUBTRACT LINK32 /pdb:none
  105. !ENDIF
  106. # Begin Target
  107. # Name "WWCtrl - Win32 Release"
  108. # Name "WWCtrl - Win32 Debug"
  109. # Name "WWCtrl - Win32 Profile"
  110. # Begin Group "Source Files"
  111. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  112. # Begin Source File
  113. SOURCE=.\ColorBar.cpp
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\ColorPicker.cpp
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\ColorPickerDialogClass.cpp
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\StdAfx.cpp
  123. # ADD CPP /Yc"stdafx.h"
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\Utils.cpp
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\WWCtrl.cpp
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\WWCtrl.def
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\WWCtrl.rc
  136. # End Source File
  137. # End Group
  138. # Begin Group "Header Files"
  139. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  140. # Begin Source File
  141. SOURCE=.\ColorBar.h
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\ColorPicker.h
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.\ColorPickerDialogClass.h
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.\Resource.h
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\StdAfx.h
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\Utils.h
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.\WWCtrl.h
  160. # End Source File
  161. # End Group
  162. # Begin Group "Resource Files"
  163. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  164. # Begin Source File
  165. SOURCE=.\bitmap1.bmp
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\keyframe.bmp
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\marker.bmp
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\res\WWCtrl.rc2
  175. # End Source File
  176. # End Group
  177. # Begin Source File
  178. SOURCE=.\ReadMe.txt
  179. # End Source File
  180. # End Target
  181. # End Project