PAL.DSP
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:8k
源码类别:

Windows编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="Pal" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 60000
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=Pal - Win32 Release
  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 "pal.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 "pal.mak" CFG="Pal - Win32 Release"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "Pal - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "Pal - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "Pal - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "Pal - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE 
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "Pal - Win32 Release"
  29. # PROP BASE Use_MFC 2
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir ".Release"
  32. # PROP BASE Intermediate_Dir ".Release"
  33. # PROP BASE Target_Ext "ocx"
  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_Ext "ocx"
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  42. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  43. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /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 /machine:I386
  53. # Begin Custom Build - Registering OLE control...
  54. OutDir=..Release
  55. TargetPath=.Releasepal.ocx
  56. InputPath=.Releasepal.ocx
  57. SOURCE=$(InputPath)
  58. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  59. regsvr32 /s /c "$(TargetPath)" 
  60. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  61. # End Custom Build
  62. !ELSEIF  "$(CFG)" == "Pal - Win32 Debug"
  63. # PROP BASE Use_MFC 2
  64. # PROP BASE Use_Debug_Libraries 1
  65. # PROP BASE Output_Dir ".Debug"
  66. # PROP BASE Intermediate_Dir ".Debug"
  67. # PROP BASE Target_Ext "ocx"
  68. # PROP BASE Target_Dir ""
  69. # PROP Use_MFC 2
  70. # PROP Use_Debug_Libraries 1
  71. # PROP Output_Dir ".Debug"
  72. # PROP Intermediate_Dir ".Debug"
  73. # PROP Target_Ext "ocx"
  74. # PROP Target_Dir ""
  75. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  76. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  77. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  78. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  79. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  80. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  81. BSC32=bscmake.exe
  82. # ADD BASE BSC32 /nologo
  83. # ADD BSC32 /nologo
  84. LINK32=link.exe
  85. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  86. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  87. # Begin Custom Build - Registering OLE control...
  88. OutDir=..Debug
  89. TargetPath=.Debugpal.ocx
  90. InputPath=.Debugpal.ocx
  91. SOURCE=$(InputPath)
  92. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  93. regsvr32 /s /c "$(TargetPath)" 
  94. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  95. # End Custom Build
  96. !ELSEIF  "$(CFG)" == "Pal - Win32 Unicode Debug"
  97. # PROP BASE Use_MFC 2
  98. # PROP BASE Use_Debug_Libraries 1
  99. # PROP BASE Output_Dir ".DebugU"
  100. # PROP BASE Intermediate_Dir ".DebugU"
  101. # PROP BASE Target_Ext "ocx"
  102. # PROP BASE Target_Dir ""
  103. # PROP Use_MFC 2
  104. # PROP Use_Debug_Libraries 1
  105. # PROP Output_Dir ".UniDebug"
  106. # PROP Intermediate_Dir ".UniDebug"
  107. # PROP Target_Ext "ocx"
  108. # PROP Target_Dir ""
  109. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  110. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  111. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  112. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  113. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  114. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  115. BSC32=bscmake.exe
  116. # ADD BASE BSC32 /nologo
  117. # ADD BSC32 /nologo
  118. LINK32=link.exe
  119. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  120. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  121. # Begin Custom Build - Registering OLE control...
  122. OutDir=..UniDebug
  123. TargetPath=.UniDebugpal.ocx
  124. InputPath=.UniDebugpal.ocx
  125. SOURCE=$(InputPath)
  126. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  127. regsvr32 /s /c "$(TargetPath)" 
  128. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  129. # End Custom Build
  130. !ELSEIF  "$(CFG)" == "Pal - Win32 Unicode Release"
  131. # PROP BASE Use_MFC 2
  132. # PROP BASE Use_Debug_Libraries 0
  133. # PROP BASE Output_Dir ".ReleaseU"
  134. # PROP BASE Intermediate_Dir ".ReleaseU"
  135. # PROP BASE Target_Ext "ocx"
  136. # PROP BASE Target_Dir ""
  137. # PROP Use_MFC 2
  138. # PROP Use_Debug_Libraries 0
  139. # PROP Output_Dir ".UniRelease"
  140. # PROP Intermediate_Dir ".UniRelease"
  141. # PROP Target_Ext "ocx"
  142. # PROP Target_Dir ""
  143. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  144. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  145. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  146. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  147. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  148. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  149. BSC32=bscmake.exe
  150. # ADD BASE BSC32 /nologo
  151. # ADD BSC32 /nologo
  152. LINK32=link.exe
  153. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  154. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  155. # Begin Custom Build - Registering OLE control...
  156. OutDir=..UniRelease
  157. TargetPath=.UniReleasepal.ocx
  158. InputPath=.UniReleasepal.ocx
  159. SOURCE=$(InputPath)
  160. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  161. regsvr32 /s /c "$(TargetPath)" 
  162. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  163. # End Custom Build
  164. !ENDIF 
  165. # Begin Target
  166. # Name "Pal - Win32 Release"
  167. # Name "Pal - Win32 Debug"
  168. # Name "Pal - Win32 Unicode Debug"
  169. # Name "Pal - Win32 Unicode Release"
  170. # Begin Group "Source Files"
  171. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  172. # Begin Source File
  173. SOURCE=.pal.cpp
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.pal.def
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.pal.odl
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.pal.rc
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.palctl.cpp
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.palppg.cpp
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.ReadMe.txt
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.stdafx.cpp
  195. # ADD CPP /Yc"stdafx.h"
  196. # End Source File
  197. # End Group
  198. # Begin Group "Header Files"
  199. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  200. # Begin Source File
  201. SOURCE=.pal.h
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.palctl.h
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.palppg.h
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.resource.h
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.stdafx.h
  214. # End Source File
  215. # End Group
  216. # Begin Group "Resource Files"
  217. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  218. # Begin Source File
  219. SOURCE=.pal.ico
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.pal.rc2
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.palctl.bmp
  226. # End Source File
  227. # End Group
  228. # End Target
  229. # End Project