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

  1. # Microsoft Developer Studio Project File - Name="LogoWiz" - 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=LogoWiz - Win32 Release
  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 "LogoWiz.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 "LogoWiz.mak" CFG="LogoWiz - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "LogoWiz - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "LogoWiz - Win32 Pseudo-Debug" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29.  
  30. !IF  "$(CFG)" == "LogoWiz - Win32 Release"
  31.  
  32. # PROP BASE Use_MFC 2
  33. # PROP BASE Use_Debug_Libraries 0
  34. # PROP BASE Output_Dir ".\Release"
  35. # PROP BASE Intermediate_Dir ".\Release"
  36. # PROP BASE Target_Ext "awx"
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 2
  39. # PROP Use_Debug_Libraries 0
  40. # PROP Output_Dir ".\Release"
  41. # PROP Intermediate_Dir ".\Release"
  42. # PROP Target_Ext "awx"
  43. # PROP Ignore_Export_Lib 0
  44. # PROP Target_Dir ""
  45. F90=fl32.exe
  46. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  47. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  48. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  49. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  50. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  51. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  52. BSC32=bscmake.exe
  53. # ADD BASE BSC32 /nologo
  54. # ADD BSC32 /nologo
  55. LINK32=link.exe
  56. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  57. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  58. # Begin Custom Build - Copying custom AppWizard to Template directory...
  59. OutDir=.\Release
  60. TargetPath=.\Release\LogoWiz.awx
  61. TargetName=LogoWiz
  62. InputPath=.\Release\LogoWiz.awx
  63. SOURCE="$(InputPath)"
  64.  
  65. "$(MSDEVDIR)\Template\$(TargetName).awx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  66.     if not exist $(MSDEVDIR)\Template\nul md $(MSDEVDIR)\Template 
  67.     copy "$(TargetPath)" "$(MSDEVDIR)\Template" 
  68.     if exist "$(OutDir)\$(TargetName).pdb" copy "$(OutDir)\$(TargetName).pdb"      "$(MSDEVDIR)\Template" 
  69.     
  70. # End Custom Build
  71.  
  72. !ELSEIF  "$(CFG)" == "LogoWiz - Win32 Pseudo-Debug"
  73.  
  74. # PROP BASE Use_MFC 2
  75. # PROP BASE Use_Debug_Libraries 0
  76. # PROP BASE Output_Dir ".\Debug"
  77. # PROP BASE Intermediate_Dir ".\Debug"
  78. # PROP BASE Target_Ext "awx"
  79. # PROP BASE Target_Dir ""
  80. # PROP Use_MFC 2
  81. # PROP Use_Debug_Libraries 0
  82. # PROP Output_Dir ".\Debug"
  83. # PROP Intermediate_Dir ".\Debug"
  84. # PROP Target_Ext "awx"
  85. # PROP Ignore_Export_Lib 0
  86. # PROP Target_Dir ""
  87. F90=fl32.exe
  88. # ADD BASE CPP /nologo /MD /W3 /Gm /GX /Zi /Od /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_PSEUDO_DEBUG" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  89. # ADD CPP /nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_PSEUDO_DEBUG" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  90. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  91. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  92. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_PSEUDO_DEBUG" /d "_AFXDLL"
  93. # ADD RSC /l 0x409 /d "NDEBUG" /d "_PSEUDO_DEBUG" /d "_AFXDLL"
  94. BSC32=bscmake.exe
  95. # ADD BASE BSC32 /nologo
  96. # ADD BSC32 /nologo
  97. LINK32=link.exe
  98. # ADD BASE LINK32 /nologo /subsystem:windows /dll /incremental:yes /debug /machine:I386
  99. # ADD LINK32 /nologo /subsystem:windows /dll /incremental:yes /debug /machine:I386
  100. # Begin Custom Build - Copying custom AppWizard to Template directory...
  101. OutDir=.\Debug
  102. TargetPath=.\Debug\LogoWiz.awx
  103. TargetName=LogoWiz
  104. InputPath=.\Debug\LogoWiz.awx
  105. SOURCE="$(InputPath)"
  106.  
  107. "$(MSDEVDIR)\Template\$(TargetName).awx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  108.     if not exist $(MSDEVDIR)\Template\nul md $(MSDEVDIR)\Template 
  109.     copy "$(TargetPath)" "$(MSDEVDIR)\Template" 
  110.     if exist "$(OutDir)\$(TargetName).pdb" copy "$(OutDir)\$(TargetName).pdb"      "$(MSDEVDIR)\Template" 
  111.     
  112. # End Custom Build
  113.  
  114. !ENDIF 
  115.  
  116. # Begin Target
  117.  
  118. # Name "LogoWiz - Win32 Release"
  119. # Name "LogoWiz - Win32 Pseudo-Debug"
  120. # Begin Group "Source Files"
  121.  
  122. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  123. # Begin Source File
  124.  
  125. SOURCE=.\chooser.cpp
  126. # End Source File
  127. # Begin Source File
  128.  
  129. SOURCE=.\cstm1dlg.cpp
  130. # End Source File
  131. # Begin Source File
  132.  
  133. SOURCE=.\debug.cpp
  134. # End Source File
  135. # Begin Source File
  136.  
  137. SOURCE=.\logowaw.cpp
  138. # End Source File
  139. # Begin Source File
  140.  
  141. SOURCE=.\logowiz.cpp
  142. # End Source File
  143. # Begin Source File
  144.  
  145. SOURCE=.\logowiz.rc
  146. # End Source File
  147. # Begin Source File
  148.  
  149. SOURCE=.\readme.txt
  150. # End Source File
  151. # Begin Source File
  152.  
  153. SOURCE=.\stdafx.cpp
  154. # ADD CPP /Yc"stdafx.h"
  155. # End Source File
  156. # End Group
  157. # Begin Group "Header Files"
  158.  
  159. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  160. # Begin Source File
  161.  
  162. SOURCE=.\chooser.h
  163. # End Source File
  164. # Begin Source File
  165.  
  166. SOURCE=.\cstm1dlg.h
  167. # End Source File
  168. # Begin Source File
  169.  
  170. SOURCE=.\debug.h
  171. # End Source File
  172. # Begin Source File
  173.  
  174. SOURCE=.\logowaw.h
  175. # End Source File
  176. # Begin Source File
  177.  
  178. SOURCE=.\logowiz.h
  179. # End Source File
  180. # Begin Source File
  181.  
  182. SOURCE=.\stdafx.h
  183. # End Source File
  184. # End Group
  185. # Begin Group "Resource Files"
  186.  
  187. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  188. # Begin Source File
  189.  
  190. SOURCE=.\RES\DLGNOHLP.BMP
  191. # End Source File
  192. # Begin Source File
  193.  
  194. SOURCE=.\RES\DLGWHLP.BMP
  195. # End Source File
  196. # Begin Source File
  197.  
  198. SOURCE=.\res\LogoWiz.ico
  199. # End Source File
  200. # Begin Source File
  201.  
  202. SOURCE=.\RES\PRESSME.BMP
  203. # End Source File
  204. # Begin Source File
  205.  
  206. SOURCE=.\RES\SMLOGO.BMP
  207. # End Source File
  208. # Begin Source File
  209.  
  210. SOURCE=.\RES\YELLOWPN.BMP
  211. # End Source File
  212. # End Group
  213. # Begin Group "Template Files"
  214.  
  215. # PROP Default_Filter "<templates>"
  216. # Begin Source File
  217.  
  218. SOURCE=.\TEMPLATE\confirm.inf
  219. # PROP Exclude_From_Scan -1
  220. # PROP BASE Exclude_From_Build 1
  221. # PROP Exclude_From_Build 1
  222. # End Source File
  223. # Begin Source File
  224.  
  225. SOURCE=.\TEMPLATE\dialog.cpp
  226. # PROP Exclude_From_Scan -1
  227. # PROP BASE Exclude_From_Build 1
  228. # PROP Exclude_From_Build 1
  229. # End Source File
  230. # Begin Source File
  231.  
  232. SOURCE=.\TEMPLATE\dialog.h
  233. # PROP Exclude_From_Scan -1
  234. # PROP BASE Exclude_From_Build 1
  235. # PROP Exclude_From_Build 1
  236. # End Source File
  237. # Begin Source File
  238.  
  239. SOURCE=.\TEMPLATE\dlgall.rc
  240. # PROP Exclude_From_Scan -1
  241. # PROP BASE Exclude_From_Build 1
  242. # PROP Exclude_From_Build 1
  243. # End Source File
  244. # Begin Source File
  245.  
  246. SOURCE=.\TEMPLATE\DLGLOC.RC
  247. # PROP Exclude_From_Scan -1
  248. # PROP BASE Exclude_From_Build 1
  249. # PROP Exclude_From_Build 1
  250. # End Source File
  251. # Begin Source File
  252.  
  253. SOURCE=.\TEMPLATE\dlgres.h
  254. # PROP Exclude_From_Scan -1
  255. # PROP BASE Exclude_From_Build 1
  256. # PROP Exclude_From_Build 1
  257. # End Source File
  258. # Begin Source File
  259.  
  260. SOURCE=.\TEMPLATE\dlgroot.clw
  261. # PROP Exclude_From_Scan -1
  262. # PROP BASE Exclude_From_Build 1
  263. # PROP Exclude_From_Build 1
  264. # End Source File
  265. # Begin Source File
  266.  
  267. SOURCE=.\TEMPLATE\FROWND.BMP
  268. # PROP Exclude_From_Scan -1
  269. # PROP BASE Exclude_From_Build 1
  270. # PROP Exclude_From_Build 1
  271. # End Source File
  272. # Begin Source File
  273.  
  274. SOURCE=.\TEMPLATE\FROWNF.BMP
  275. # PROP Exclude_From_Scan -1
  276. # PROP BASE Exclude_From_Build 1
  277. # PROP Exclude_From_Build 1
  278. # End Source File
  279. # Begin Source File
  280.  
  281. SOURCE=.\TEMPLATE\FROWNU.BMP
  282. # PROP Exclude_From_Scan -1
  283. # PROP BASE Exclude_From_Build 1
  284. # PROP Exclude_From_Build 1
  285. # End Source File
  286. # Begin Source File
  287.  
  288. SOURCE=.\TEMPLATE\newproj.inf
  289. # PROP Exclude_From_Scan -1
  290. # PROP BASE Exclude_From_Build 1
  291. # PROP Exclude_From_Build 1
  292. # End Source File
  293. # Begin Source File
  294.  
  295. SOURCE=.\TEMPLATE\pressdlg.cpp
  296. # PROP Exclude_From_Scan -1
  297. # PROP BASE Exclude_From_Build 1
  298. # PROP Exclude_From_Build 1
  299. # End Source File
  300. # Begin Source File
  301.  
  302. SOURCE=.\TEMPLATE\pressdlg.h
  303. # PROP Exclude_From_Scan -1
  304. # PROP BASE Exclude_From_Build 1
  305. # PROP Exclude_From_Build 1
  306. # End Source File
  307. # Begin Source File
  308.  
  309. SOURCE=.\TEMPLATE\readme.txt
  310. # PROP Exclude_From_Scan -1
  311. # PROP BASE Exclude_From_Build 1
  312. # PROP Exclude_From_Build 1
  313. # End Source File
  314. # Begin Source File
  315.  
  316. SOURCE=.\TEMPLATE\ROOT.MAK
  317. # PROP Exclude_From_Scan -1
  318. # PROP BASE Exclude_From_Build 1
  319. # PROP Exclude_From_Build 1
  320. # End Source File
  321. # Begin Source File
  322.  
  323. SOURCE=.\TEMPLATE\SMILED.BMP
  324. # PROP Exclude_From_Scan -1
  325. # PROP BASE Exclude_From_Build 1
  326. # PROP Exclude_From_Build 1
  327. # End Source File
  328. # Begin Source File
  329.  
  330. SOURCE=.\TEMPLATE\SMILEF.BMP
  331. # PROP Exclude_From_Scan -1
  332. # PROP BASE Exclude_From_Build 1
  333. # PROP Exclude_From_Build 1
  334. # End Source File
  335. # Begin Source File
  336.  
  337. SOURCE=.\TEMPLATE\SMILEU.BMP
  338. # PROP Exclude_From_Scan -1
  339. # PROP BASE Exclude_From_Build 1
  340. # PROP Exclude_From_Build 1
  341. # End Source File
  342. # End Group
  343. # End Target
  344. # End Project
  345.