ResizableLib.dsp 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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 "Release_Static"
  101. # PROP Intermediate_Dir "Release_Static"
  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 "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=.\ResizableGrip.cpp
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\ResizableLayout.cpp
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\ResizableMinMax.cpp
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\ResizablePage.cpp
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\ResizablePageEx.cpp
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\ResizableSheet.cpp
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\ResizableSheetEx.cpp
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\ResizableState.cpp
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\StdAfx.cpp
  153. # ADD CPP /Yc"stdafx.h"
  154. # End Source File
  155. # End Group
  156. # Begin Group "Header Files"
  157. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  158. # Begin Source File
  159. SOURCE=.\ResizableDialog.h
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.\ResizableFormView.h
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\ResizableGrip.h
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\ResizableLayout.h
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\ResizableMinMax.h
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\ResizablePage.h
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\ResizablePageEx.h
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\ResizableSheet.h
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\ResizableSheetEx.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\ResizableState.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\StdAfx.h
  190. # End Source File
  191. # End Group
  192. # Begin Group "Doc"
  193. # PROP Default_Filter ""
  194. # Begin Source File
  195. SOURCE=.\Docs\DoDoxygen.bat
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.\Docs\doxyfile.txt
  199. # End Source File
  200. # End Group
  201. # Begin Source File
  202. SOURCE=".\Artistic-License.txt"
  203. # End Source File
  204. # End Target
  205. # End Project