ResizableLib.dsp 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. # Microsoft Developer Studio Project File - Name="ResizableLib" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=ResizableLib - Win32 Debug Static
  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 "ResizableLib.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 "ResizableLib.mak" CFG="ResizableLib - Win32 Debug Static"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "ResizableLib - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "ResizableLib - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "ResizableLib - Win32 Debug Static" (based on "Win32 (x86) Static Library")
  21. !MESSAGE "ResizableLib - Win32 Release Static" (based on "Win32 (x86) Static Library")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "ResizableLib - Win32 Release"
  30. # PROP BASE Use_MFC 2
  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 2
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  41. # ADD CPP /nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  42. # ADD BASE RSC /l 0x410 /d "NDEBUG" /d "_AFXDLL"
  43. # ADD RSC /l 0x410 /d "NDEBUG" /d "_AFXDLL"
  44. BSC32=bscmake.exe
  45. # ADD BASE BSC32 /nologo
  46. # ADD BSC32 /nologo
  47. LIB32=link.exe -lib
  48. # ADD BASE LIB32 /nologo
  49. # ADD LIB32 /nologo
  50. !ELSEIF "$(CFG)" == "ResizableLib - Win32 Debug"
  51. # PROP BASE Use_MFC 2
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir "Debug"
  54. # PROP BASE Intermediate_Dir "Debug"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 2
  57. # PROP Use_Debug_Libraries 1
  58. # PROP Output_Dir "Debug"
  59. # PROP Intermediate_Dir "Debug"
  60. # PROP Target_Dir ""
  61. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  62. # ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  63. # ADD BASE RSC /l 0x410 /d "_DEBUG" /d "_AFXDLL"
  64. # ADD RSC /l 0x410 /d "_DEBUG" /d "_AFXDLL"
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. LIB32=link.exe -lib
  69. # ADD BASE LIB32 /nologo
  70. # ADD LIB32 /nologo
  71. !ELSEIF "$(CFG)" == "ResizableLib - Win32 Debug Static"
  72. # PROP BASE Use_MFC 2
  73. # PROP BASE Use_Debug_Libraries 1
  74. # PROP BASE Output_Dir "ResizableLib___Win32_Debug_Static"
  75. # PROP BASE Intermediate_Dir "ResizableLib___Win32_Debug_Static"
  76. # PROP BASE Target_Dir ""
  77. # PROP Use_MFC 1
  78. # PROP Use_Debug_Libraries 1
  79. # PROP Output_Dir "Debug_Static"
  80. # PROP Intermediate_Dir "Debug_Static"
  81. # PROP Target_Dir ""
  82. # ADD BASE CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  83. # ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  84. # ADD BASE RSC /l 0x410 /d "_DEBUG" /d "_AFXDLL"
  85. # ADD RSC /l 0x410 /d "_DEBUG"
  86. BSC32=bscmake.exe
  87. # ADD BASE BSC32 /nologo
  88. # ADD BSC32 /nologo
  89. LIB32=link.exe -lib
  90. # ADD BASE LIB32 /nologo
  91. # ADD LIB32 /nologo
  92. !ELSEIF "$(CFG)" == "ResizableLib - Win32 Release Static"
  93. # PROP BASE Use_MFC 1
  94. # PROP BASE Use_Debug_Libraries 0
  95. # PROP BASE Output_Dir "ResizableLib___Win32_Release_Static"
  96. # PROP BASE Intermediate_Dir "ResizableLib___Win32_Release_Static"
  97. # PROP BASE Target_Dir ""
  98. # PROP Use_MFC 1
  99. # PROP Use_Debug_Libraries 0
  100. # PROP Output_Dir "ReleaseUnicode"
  101. # PROP Intermediate_Dir "ReleaseUnicode"
  102. # PROP Target_Dir ""
  103. # ADD BASE CPP /nologo /MT /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  104. # ADD CPP /nologo /MT /W4 /GX /O2 /D "UNICODE" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  105. # ADD BASE RSC /l 0x410 /d "NDEBUG"
  106. # ADD RSC /l 0x410 /d "NDEBUG"
  107. BSC32=bscmake.exe
  108. # ADD BASE BSC32 /nologo
  109. # ADD BSC32 /nologo
  110. LIB32=link.exe -lib
  111. # ADD BASE LIB32 /nologo
  112. # ADD LIB32 /nologo
  113. !ENDIF
  114. # Begin Target
  115. # Name "ResizableLib - Win32 Release"
  116. # Name "ResizableLib - Win32 Debug"
  117. # Name "ResizableLib - Win32 Debug Static"
  118. # Name "ResizableLib - Win32 Release Static"
  119. # Begin Group "Source Files"
  120. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  121. # Begin Source File
  122. SOURCE=.\ResizableDialog.cpp
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\ResizableFormView.cpp
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\ResizableFrame.cpp
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\ResizableGrip.cpp
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\ResizableLayout.cpp
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\ResizableMDIChild.cpp
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\ResizableMDIFrame.cpp
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\ResizableMinMax.cpp
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\ResizablePage.cpp
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\ResizablePageEx.cpp
  150. # SUBTRACT CPP /YX /Yc /Yu
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\ResizableSheet.cpp
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\ResizableSheetEx.cpp
  157. # SUBTRACT CPP /YX /Yc /Yu
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.\ResizableState.cpp
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.\StdAfx.cpp
  164. # ADD CPP /Yc"stdafx.h"
  165. # End Source File
  166. # End Group
  167. # Begin Group "Header Files"
  168. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  169. # Begin Source File
  170. SOURCE=.\ResizableDialog.h
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\ResizableFormView.h
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.\ResizableFrame.h
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\ResizableGrip.h
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.\ResizableLayout.h
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\ResizableMDIChild.h
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\ResizableMDIFrame.h
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\ResizableMinMax.h
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\ResizableMsgSupport.h
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=.\ResizableMsgSupport.inl
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=.\ResizablePage.h
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=.\ResizablePageEx.h
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=.\ResizableSheet.h
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=.\ResizableSheetEx.h
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.\ResizableState.h
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.\StdAfx.h
  216. # End Source File
  217. # End Group
  218. # Begin Group "Doc"
  219. # PROP Default_Filter ""
  220. # Begin Source File
  221. SOURCE=.\Docs\DoDoxygen.bat
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=.\Docs\doxyfile.txt
  225. # End Source File
  226. # End Group
  227. # Begin Source File
  228. SOURCE=".\Artistic-License.txt"
  229. # End Source File
  230. # End Target
  231. # End Project