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

  1. # Microsoft Developer Studio Project File - Name="customwz" - 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=customwz - 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 "customwz.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 "customwz.mak" CFG="customwz - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "customwz - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "customwz - 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)" == "customwz - 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 F90 /Ox /I "Release/" /c /nologo /MD
  47. # ADD F90 /Ox /I "Release/" /c /nologo /MD
  48. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /c
  49. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /c
  50. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  51. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  52. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  53. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  54. BSC32=bscmake.exe
  55. # ADD BASE BSC32 /nologo
  56. # ADD BSC32 /nologo
  57. LINK32=link.exe
  58. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  59. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386 /out:".\Release\custmwz.awx"
  60. # Begin Custom Build - Copying custom AppWizard to Template directory...
  61. OutDir=.\Release
  62. TargetPath=.\Release\custmwz.awx
  63. TargetName=custmwz
  64. InputPath=.\Release\custmwz.awx
  65. SOURCE="$(InputPath)"
  66.  
  67. "$(MSDEVDIR)\Template\$(TargetName).awx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  68.     copy "$(TargetPath)" "$(MSDEVDIR)\Template" 
  69.     if exist "$(OutDir)\$(TargetName).pdb" copy "$(OutDir)\$(TargetName).pdb"      "$(MSDEVDIR)\Template" 
  70.     
  71. # End Custom Build
  72.  
  73. !ELSEIF  "$(CFG)" == "customwz - Win32 Pseudo-Debug"
  74.  
  75. # PROP BASE Use_MFC 2
  76. # PROP BASE Use_Debug_Libraries 0
  77. # PROP BASE Output_Dir ".\Debug"
  78. # PROP BASE Intermediate_Dir ".\Debug"
  79. # PROP BASE Target_Ext "awx"
  80. # PROP BASE Target_Dir ""
  81. # PROP Use_MFC 2
  82. # PROP Use_Debug_Libraries 0
  83. # PROP Output_Dir ".\Debug"
  84. # PROP Intermediate_Dir ".\Debug"
  85. # PROP Target_Ext "awx"
  86. # PROP Ignore_Export_Lib 0
  87. # PROP Target_Dir ""
  88. F90=fl32.exe
  89. # ADD BASE F90 /Ox /I "Debug/" /c /nologo /MD
  90. # ADD F90 /Ox /I "Debug/" /c /nologo /MD
  91. # ADD BASE CPP /nologo /MD /W3 /Gm /GX /Zi /Od /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_PSEUDO_DEBUG" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /c
  92. # ADD CPP /nologo /MD /W3 /Gm /GX /Zi /Od /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_PSEUDO_DEBUG" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /c
  93. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  94. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  95. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_PSEUDO_DEBUG" /d "_AFXDLL"
  96. # ADD RSC /l 0x409 /d "NDEBUG" /d "_PSEUDO_DEBUG" /d "_AFXDLL"
  97. BSC32=bscmake.exe
  98. # ADD BASE BSC32 /nologo
  99. # ADD BSC32 /nologo
  100. LINK32=link.exe
  101. # ADD BASE LINK32 /nologo /subsystem:windows /dll /incremental:yes /debug /machine:I386
  102. # ADD LINK32 /nologo /subsystem:windows /dll /incremental:yes /debug /machine:I386 /out:".\Debug\custmwz.awx"
  103. # Begin Custom Build - Copying custom AppWizard to Template directory...
  104. OutDir=.\Debug
  105. TargetPath=.\Debug\custmwz.awx
  106. TargetName=custmwz
  107. InputPath=.\Debug\custmwz.awx
  108. SOURCE="$(InputPath)"
  109.  
  110. "$(MSDEVDIR)\Template\$(TargetName).awx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  111.     copy "$(TargetPath)" "$(MSDEVDIR)\Template" 
  112.     if exist "$(OutDir)\$(TargetName).pdb" copy "$(OutDir)\$(TargetName).pdb"      "$(MSDEVDIR)\Template" 
  113.     
  114. # End Custom Build
  115.  
  116. !ENDIF 
  117.  
  118. # Begin Target
  119.  
  120. # Name "customwz - Win32 Release"
  121. # Name "customwz - Win32 Pseudo-Debug"
  122. # Begin Group "Source Files"
  123.  
  124. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  125. # Begin Source File
  126.  
  127. SOURCE=.\chooser.cpp
  128. # End Source File
  129. # Begin Source File
  130.  
  131. SOURCE=.\hlp\custmwz.hpj
  132.  
  133. !IF  "$(CFG)" == "customwz - Win32 Release"
  134.  
  135. # Begin Custom Build - Making help file...
  136. OutDir=.\Release
  137. TargetName=custmwz
  138. InputPath=.\hlp\custmwz.hpj
  139. InputName=custmwz
  140.  
  141. BuildCmds= \
  142.     start /wait hcw /C /E /M "hlp\$(InputName).hpj" \
  143.     if errorlevel 1 goto :Error \
  144.     if not exist "hlp\$(InputName).hlp" goto :Error \
  145.     copy "hlp\$(InputName).hlp" $(OutDir) \
  146.     copy "$(OutDir)\$(TargetName).hlp" "$(MSDEVDIR)\Template" \
  147.     goto :done \
  148.     :Error \
  149.     echo hlp\$(InputName).hpj(1) : error: Problem encountered creating help file \
  150.     type "hlp\$(InputName).log" \
  151.     :done \
  152.     
  153.  
  154. "$(OutDir)\$(InputName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  155.    $(BuildCmds)
  156.  
  157. "$(MSDEVDIR)\Template" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  158.    $(BuildCmds)
  159. # End Custom Build
  160.  
  161. !ELSEIF  "$(CFG)" == "customwz - Win32 Pseudo-Debug"
  162.  
  163. # Begin Custom Build - Making help file...
  164. OutDir=.\Debug
  165. TargetName=custmwz
  166. InputPath=.\hlp\custmwz.hpj
  167. InputName=custmwz
  168.  
  169. BuildCmds= \
  170.     start /wait hcw /C /E /M "hlp\$(InputName).hpj" \
  171.     if errorlevel 1 goto :Error \
  172.     if not exist "hlp\$(InputName).hlp" goto :Error \
  173.     copy "hlp\$(InputName).hlp" $(OutDir) \
  174.     copy "$(OutDir)\$(TargetName).hlp" "$(MSDEVDIR)\Template" \
  175.     goto :done \
  176.     :Error \
  177.     echo hlp\$(InputName).hpj(1) : error: Problem encountered creating help file \
  178.     type "hlp\$(InputName).log" \
  179.     :done \
  180.     
  181.  
  182. "$(OutDir)\$(InputName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  183.    $(BuildCmds)
  184.  
  185. "$(MSDEVDIR)\Template" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  186.    $(BuildCmds)
  187. # End Custom Build
  188.  
  189. !ENDIF 
  190.  
  191. # End Source File
  192. # Begin Source File
  193.  
  194. SOURCE=.\customwz.cpp
  195. # End Source File
  196. # Begin Source File
  197.  
  198. SOURCE=.\customwz.rc
  199. # End Source File
  200. # Begin Source File
  201.  
  202. SOURCE=.\options.cpp
  203. # End Source File
  204. # Begin Source File
  205.  
  206. SOURCE=.\paint.cpp
  207. # End Source File
  208. # Begin Source File
  209.  
  210. SOURCE=.\sampleaw.cpp
  211. # End Source File
  212. # Begin Source File
  213.  
  214. SOURCE=.\seqdlg.cpp
  215. # End Source File
  216. # Begin Source File
  217.  
  218. SOURCE=.\stdafx.cpp
  219. # ADD CPP /Yc"stdafx.h"
  220. # End Source File
  221. # Begin Source File
  222.  
  223. SOURCE=.\typedlg.cpp
  224. # End Source File
  225. # Begin Source File
  226.  
  227. SOURCE=.\zap.cpp
  228. # End Source File
  229. # Begin Source File
  230.  
  231. SOURCE=.\zapdlg.cpp
  232. # End Source File
  233. # End Group
  234. # Begin Group "Header Files"
  235.  
  236. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  237. # Begin Source File
  238.  
  239. SOURCE=.\chooser.h
  240. # End Source File
  241. # Begin Source File
  242.  
  243. SOURCE=.\customwz.h
  244. # End Source File
  245. # Begin Source File
  246.  
  247. SOURCE=.\options.h
  248. # End Source File
  249. # Begin Source File
  250.  
  251. SOURCE=.\paint.h
  252. # End Source File
  253. # Begin Source File
  254.  
  255. SOURCE=.\resource.h
  256.  
  257. !IF  "$(CFG)" == "customwz - Win32 Release"
  258.  
  259. # Begin Custom Build - Making help include file...
  260. TargetName=custmwz
  261. InputPath=.\resource.h
  262.  
  263. "hlp\$(TargetName).hm" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  264.     echo. >>"hlp\$(TargetName).hm" 
  265.     echo // Commands (ID_* and IDM_*) >>"hlp\$(TargetName).hm" 
  266.     makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp\$(TargetName).hm" 
  267.     echo. >>"hlp\$(TargetName).hm" 
  268.     echo // Prompts (IDP_*) >>"hlp\$(TargetName).hm" 
  269.     makehm IDP_,HIDP_,0x30000 resource.h >>"hlp\$(TargetName).hm" 
  270.     echo. >>"hlp\$(TargetName).hm" 
  271.     echo // Resources (IDR_*) >>"hlp\$(TargetName).hm" 
  272.     makehm IDR_,HIDR_,0x20000 resource.h >>"hlp\$(TargetName).hm" 
  273.     echo. >>"hlp\$(TargetName).hm" 
  274.     echo // Dialogs (IDD_*) >>"hlp\$(TargetName).hm" 
  275.     makehm IDD_,HIDD_,0x20000 resource.h >>"hlp\$(TargetName).hm" 
  276.     echo. >>"hlp\$(TargetName).hm" 
  277.     echo // Frame Controls (IDW_*) >>"hlp\$(TargetName).hm" 
  278.     makehm IDW_,HIDW_,0x50000 resource.h >>"hlp\$(TargetName).hm" 
  279.     
  280. # End Custom Build
  281.  
  282. !ELSEIF  "$(CFG)" == "customwz - Win32 Pseudo-Debug"
  283.  
  284. # Begin Custom Build - Making help include file...
  285. TargetName=custmwz
  286. InputPath=.\resource.h
  287.  
  288. "hlp\$(TargetName).hm" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  289.     echo. >>"hlp\$(TargetName).hm" 
  290.     echo // Commands (ID_* and IDM_*) >>"hlp\$(TargetName).hm" 
  291.     makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp\$(TargetName).hm" 
  292.     echo. >>"hlp\$(TargetName).hm" 
  293.     echo // Prompts (IDP_*) >>"hlp\$(TargetName).hm" 
  294.     makehm IDP_,HIDP_,0x30000 resource.h >>"hlp\$(TargetName).hm" 
  295.     echo. >>"hlp\$(TargetName).hm" 
  296.     echo // Resources (IDR_*) >>"hlp\$(TargetName).hm" 
  297.     makehm IDR_,HIDR_,0x20000 resource.h >>"hlp\$(TargetName).hm" 
  298.     echo. >>"hlp\$(TargetName).hm" 
  299.     echo // Dialogs (IDD_*) >>"hlp\$(TargetName).hm" 
  300.     makehm IDD_,HIDD_,0x20000 resource.h >>"hlp\$(TargetName).hm" 
  301.     echo. >>"hlp\$(TargetName).hm" 
  302.     echo // Frame Controls (IDW_*) >>"hlp\$(TargetName).hm" 
  303.     makehm IDW_,HIDW_,0x50000 resource.h >>"hlp\$(TargetName).hm" 
  304.     
  305. # End Custom Build
  306.  
  307. !ENDIF 
  308.  
  309. # End Source File
  310. # Begin Source File
  311.  
  312. SOURCE=.\sampleaw.h
  313. # End Source File
  314. # Begin Source File
  315.  
  316. SOURCE=.\seqdlg.h
  317. # End Source File
  318. # Begin Source File
  319.  
  320. SOURCE=.\stdafx.h
  321. # End Source File
  322. # Begin Source File
  323.  
  324. SOURCE=.\typedlg.h
  325. # End Source File
  326. # Begin Source File
  327.  
  328. SOURCE=.\zap.h
  329. # End Source File
  330. # Begin Source File
  331.  
  332. SOURCE=.\zapdlg.h
  333. # End Source File
  334. # End Group
  335. # Begin Group "Resource Files"
  336.  
  337. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  338. # Begin Source File
  339.  
  340. SOURCE=.\res\apwzsrc.bmp
  341. # End Source File
  342. # Begin Source File
  343.  
  344. SOURCE=.\res\botomdll.bmp
  345. # End Source File
  346. # Begin Source File
  347.  
  348. SOURCE=.\res\botomexe.bmp
  349. # End Source File
  350. # Begin Source File
  351.  
  352. SOURCE=.\res\customsr.bmp
  353. # End Source File
  354. # Begin Source File
  355.  
  356. SOURCE=.\res\dest.bmp
  357. # End Source File
  358. # Begin Source File
  359.  
  360. SOURCE=.\res\projsrc.bmp
  361. # End Source File
  362. # Begin Source File
  363.  
  364. SOURCE=.\res\seqtop.bmp
  365. # End Source File
  366. # Begin Source File
  367.  
  368. SOURCE=.\res\wand.bmp
  369. # End Source File
  370. # Begin Source File
  371.  
  372. SOURCE=.\res\yellowpn.bmp
  373. # End Source File
  374. # Begin Source File
  375.  
  376. SOURCE=.\res\zap.bmp
  377. # End Source File
  378. # End Group
  379. # Begin Group "Template Files"
  380.  
  381. # PROP Default_Filter "<templates>"
  382. # Begin Source File
  383.  
  384. SOURCE=.\template\chooser.cpp
  385. # PROP Exclude_From_Scan -1
  386. # PROP BASE Exclude_From_Build 1
  387. # PROP Exclude_From_Build 1
  388. # End Source File
  389. # Begin Source File
  390.  
  391. SOURCE=.\template\chooser.h
  392. # PROP Exclude_From_Scan -1
  393. # PROP BASE Exclude_From_Build 1
  394. # PROP Exclude_From_Build 1
  395. # End Source File
  396. # Begin Source File
  397.  
  398. SOURCE=.\template\confirm.inf
  399. # PROP Exclude_From_Scan -1
  400. # PROP BASE Exclude_From_Build 1
  401. # PROP Exclude_From_Build 1
  402. # End Source File
  403. # Begin Source File
  404.  
  405. SOURCE=.\template\cstmdlg.cpp
  406. # PROP Exclude_From_Scan -1
  407. # PROP BASE Exclude_From_Build 1
  408. # PROP Exclude_From_Build 1
  409. # End Source File
  410. # Begin Source File
  411.  
  412. SOURCE=.\template\cstmdlg.h
  413. # PROP Exclude_From_Scan -1
  414. # PROP BASE Exclude_From_Build 1
  415. # PROP Exclude_From_Build 1
  416. # End Source File
  417. # Begin Source File
  418.  
  419. SOURCE=.\template\debug.cpp
  420. # PROP Exclude_From_Scan -1
  421. # PROP BASE Exclude_From_Build 1
  422. # PROP Exclude_From_Build 1
  423. # End Source File
  424. # Begin Source File
  425.  
  426. SOURCE=.\template\debug.h
  427. # PROP Exclude_From_Scan -1
  428. # PROP BASE Exclude_From_Build 1
  429. # PROP Exclude_From_Build 1
  430. # End Source File
  431. # Begin Source File
  432.  
  433. SOURCE=.\template\makehelp.bat
  434. # PROP Exclude_From_Scan -1
  435. # PROP BASE Exclude_From_Build 1
  436. # PROP Exclude_From_Build 1
  437. # End Source File
  438. # Begin Source File
  439.  
  440. SOURCE=.\template\newaw.cpp
  441. # PROP Exclude_From_Scan -1
  442. # PROP BASE Exclude_From_Build 1
  443. # PROP Exclude_From_Build 1
  444. # End Source File
  445. # Begin Source File
  446.  
  447. SOURCE=.\template\newaw.h
  448. # PROP Exclude_From_Scan -1
  449. # PROP BASE Exclude_From_Build 1
  450. # PROP Exclude_From_Build 1
  451. # End Source File
  452. # Begin Source File
  453.  
  454. SOURCE=.\template\newcnfrm.inf
  455. # PROP Exclude_From_Scan -1
  456. # PROP BASE Exclude_From_Build 1
  457. # PROP Exclude_From_Build 1
  458. # End Source File
  459. # Begin Source File
  460.  
  461. SOURCE=.\template\newnwprj.inf
  462. # PROP Exclude_From_Scan -1
  463. # PROP BASE Exclude_From_Build 1
  464. # PROP Exclude_From_Build 1
  465. # End Source File
  466. # Begin Source File
  467.  
  468. SOURCE=.\template\newproj.inf
  469. # PROP Exclude_From_Scan -1
  470. # PROP BASE Exclude_From_Build 1
  471. # PROP Exclude_From_Build 1
  472. # End Source File
  473. # Begin Source File
  474.  
  475. SOURCE=.\template\readme.txt
  476. # PROP Exclude_From_Scan -1
  477. # PROP BASE Exclude_From_Build 1
  478. # PROP Exclude_From_Build 1
  479. # End Source File
  480. # Begin Source File
  481.  
  482. SOURCE=.\template\resource.h
  483. # PROP Exclude_From_Scan -1
  484. # PROP BASE Exclude_From_Build 1
  485. # PROP Exclude_From_Build 1
  486. # End Source File
  487. # Begin Source File
  488.  
  489. SOURCE=.\template\root.clw
  490. # PROP Exclude_From_Scan -1
  491. # PROP BASE Exclude_From_Build 1
  492. # PROP Exclude_From_Build 1
  493. # End Source File
  494. # Begin Source File
  495.  
  496. SOURCE=.\template\root.cpp
  497. # PROP Exclude_From_Scan -1
  498. # PROP BASE Exclude_From_Build 1
  499. # PROP Exclude_From_Build 1
  500. # End Source File
  501. # Begin Source File
  502.  
  503. SOURCE=.\template\root.h
  504. # PROP Exclude_From_Scan -1
  505. # PROP BASE Exclude_From_Build 1
  506. # PROP Exclude_From_Build 1
  507. # End Source File
  508. # Begin Source File
  509.  
  510. SOURCE=.\template\root.hpj
  511. # PROP Exclude_From_Scan -1
  512. # PROP BASE Exclude_From_Build 1
  513. # PROP Exclude_From_Build 1
  514. # End Source File
  515. # Begin Source File
  516.  
  517. SOURCE=.\template\root.rc
  518. # PROP Exclude_From_Scan -1
  519. # PROP BASE Exclude_From_Build 1
  520. # PROP Exclude_From_Build 1
  521. # End Source File
  522. # Begin Source File
  523.  
  524. SOURCE=.\template\root.rtf
  525. # PROP Exclude_From_Scan -1
  526. # PROP BASE Exclude_From_Build 1
  527. # PROP Exclude_From_Build 1
  528. # End Source File
  529. # Begin Source File
  530.  
  531. SOURCE=.\template\stdafx.cpp
  532. # PROP Exclude_From_Scan -1
  533. # PROP BASE Exclude_From_Build 1
  534. # PROP Exclude_From_Build 1
  535. # End Source File
  536. # Begin Source File
  537.  
  538. SOURCE=.\template\stdafx.h
  539. # PROP Exclude_From_Scan -1
  540. # PROP BASE Exclude_From_Build 1
  541. # PROP Exclude_From_Build 1
  542. # End Source File
  543. # End Group
  544. # Begin Group "Help Files"
  545.  
  546. # PROP Default_Filter ".rtf, .cnt"
  547. # Begin Source File
  548.  
  549. SOURCE=.\hlp\custmwz.rtf
  550. # End Source File
  551. # End Group
  552. # End Target
  553. # End Project
  554.