home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / booknote / booknote.dsp < prev    next >
Text File  |  1998-04-03  |  7KB  |  229 lines

  1. # Microsoft Developer Studio Project File - Name="booknote" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 60000
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  6.  
  7. CFG=booknote - Win32 Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "booknote.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "booknote.mak" CFG="booknote - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "booknote - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "booknote - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "booknote - Win32 Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE 
  24.  
  25. # Begin Project
  26. # PROP AllowPerConfigDependencies 0
  27. # PROP Scc_ProjName ""
  28. # PROP Scc_LocalPath ""
  29. CPP=cl.exe
  30. MTL=midl.exe
  31. RSC=rc.exe
  32.  
  33. !IF  "$(CFG)" == "booknote - Win32 Debug"
  34.  
  35. # PROP BASE Use_MFC 2
  36. # PROP BASE Use_Debug_Libraries 1
  37. # PROP BASE Output_Dir "Debug"
  38. # PROP BASE Intermediate_Dir "Debug"
  39. # PROP BASE Target_Dir ""
  40. # PROP Use_MFC 2
  41. # PROP Use_Debug_Libraries 1
  42. # PROP Output_Dir "Debug"
  43. # PROP Intermediate_Dir "Debug"
  44. # PROP Target_Dir ""
  45. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  46. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
  47. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  48. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  49. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  50. BSC32=bscmake.exe
  51. # ADD BASE BSC32 /nologo
  52. # ADD BSC32 /nologo
  53. LINK32=link.exe
  54. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  55. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  56. # Begin Custom Build - Performing registration
  57. OutDir=.\Debug
  58. TargetPath=.\Debug\booknote.dll
  59. InputPath=.\Debug\booknote.dll
  60. SOURCE="$(InputPath)"
  61.  
  62. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  63.     regsvr32 /s /c "$(TargetPath)" 
  64.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  65.     
  66. # End Custom Build
  67.  
  68. !ELSEIF  "$(CFG)" == "booknote - Win32 Release MinSize"
  69.  
  70. # PROP BASE Use_MFC 2
  71. # PROP BASE Use_Debug_Libraries 0
  72. # PROP BASE Output_Dir "ReleaseMinSize"
  73. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  74. # PROP BASE Target_Dir ""
  75. # PROP Use_MFC 2
  76. # PROP Use_Debug_Libraries 0
  77. # PROP Output_Dir "ReleaseMinSize"
  78. # PROP Intermediate_Dir "ReleaseMinSize"
  79. # PROP Target_Dir ""
  80. # ADD BASE CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  81. # ADD CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
  82. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  83. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  84. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  85. BSC32=bscmake.exe
  86. # ADD BASE BSC32 /nologo
  87. # ADD BSC32 /nologo
  88. LINK32=link.exe
  89. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  90. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  91. # Begin Custom Build - Performing registration
  92. OutDir=.\ReleaseMinSize
  93. TargetPath=.\ReleaseMinSize\booknote.dll
  94. InputPath=.\ReleaseMinSize\booknote.dll
  95. SOURCE="$(InputPath)"
  96.  
  97. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  98.     regsvr32 /s /c "$(TargetPath)" 
  99.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  100.     
  101. # End Custom Build
  102.  
  103. !ELSEIF  "$(CFG)" == "booknote - Win32 Release MinDependency"
  104.  
  105. # PROP BASE Use_MFC 2
  106. # PROP BASE Use_Debug_Libraries 0
  107. # PROP BASE Output_Dir "ReleaseMinDependency"
  108. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  109. # PROP BASE Target_Dir ""
  110. # PROP Use_MFC 2
  111. # PROP Use_Debug_Libraries 0
  112. # PROP Output_Dir "ReleaseMinDependency"
  113. # PROP Intermediate_Dir "ReleaseMinDependency"
  114. # PROP Target_Dir ""
  115. # ADD BASE CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  116. # ADD CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /FR /Yu"stdafx.h" /FD /c
  117. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  118. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  119. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  120. BSC32=bscmake.exe
  121. # ADD BASE BSC32 /nologo
  122. # ADD BSC32 /nologo
  123. LINK32=link.exe
  124. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  125. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  126. # Begin Custom Build - Performing registration
  127. OutDir=.\ReleaseMinDependency
  128. TargetPath=.\ReleaseMinDependency\booknote.dll
  129. InputPath=.\ReleaseMinDependency\booknote.dll
  130. SOURCE="$(InputPath)"
  131.  
  132. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  133.     regsvr32 /s /c "$(TargetPath)" 
  134.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  135.     
  136. # End Custom Build
  137.  
  138. !ENDIF 
  139.  
  140. # Begin Target
  141.  
  142. # Name "booknote - Win32 Debug"
  143. # Name "booknote - Win32 Release MinSize"
  144. # Name "booknote - Win32 Release MinDependency"
  145. # Begin Group "Source Files"
  146.  
  147. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  148. # Begin Source File
  149.  
  150. SOURCE=.\booknote.cpp
  151. # End Source File
  152. # Begin Source File
  153.  
  154. SOURCE=.\booknote.def
  155. # End Source File
  156. # Begin Source File
  157.  
  158. SOURCE=.\booknote.idl
  159. # ADD MTL /tlb ".\booknote.tlb" /h "booknote.h" /iid "booknote_i.c" /Oicf
  160. # End Source File
  161. # Begin Source File
  162.  
  163. SOURCE=.\booknote.rc
  164. # End Source File
  165. # Begin Source File
  166.  
  167. SOURCE=.\DlgNote.cpp
  168. # End Source File
  169. # Begin Source File
  170.  
  171. SOURCE=.\MarkIt.cpp
  172. # End Source File
  173. # Begin Source File
  174.  
  175. SOURCE=.\MRUStrings.cpp
  176. # End Source File
  177. # Begin Source File
  178.  
  179. SOURCE=.\StdAfx.cpp
  180. # ADD CPP /Yc"stdafx.h"
  181. # End Source File
  182. # End Group
  183. # Begin Group "Header Files"
  184.  
  185. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  186. # Begin Source File
  187.  
  188. SOURCE=.\DlgNote.h
  189. # End Source File
  190. # Begin Source File
  191.  
  192. SOURCE=.\MarkIt.h
  193. # End Source File
  194. # Begin Source File
  195.  
  196. SOURCE=.\MRUStrings.h
  197. # End Source File
  198. # Begin Source File
  199.  
  200. SOURCE=.\Resource.h
  201. # End Source File
  202. # Begin Source File
  203.  
  204. SOURCE=.\StdAfx.h
  205. # End Source File
  206. # End Group
  207. # Begin Group "Resource Files"
  208.  
  209. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  210. # Begin Source File
  211.  
  212. SOURCE=.\bmp00001.bmp
  213. # End Source File
  214. # Begin Source File
  215.  
  216. SOURCE=.\MarkIt.rgs
  217. # End Source File
  218. # Begin Source File
  219.  
  220. SOURCE=.\toolbar_.bmp
  221. # End Source File
  222. # End Group
  223. # Begin Source File
  224.  
  225. SOURCE=.\ideas.txt
  226. # End Source File
  227. # End Target
  228. # End Project
  229.