home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / visualj / vjtrial.exe / RCDATA / CABINET / mfcapwz.dll / TEMPLATE / NEWPROJ.INF < prev    next >
Text File  |  1997-01-28  |  7KB  |  258 lines

  1. $$// newproj.inf = template for list of template files
  2. $$//  format is 'sourceResName' \t 'destFileName'
  3. $$//    The source res name may be preceded by any combination of '=', '-',  '!', '?', ':', '#', and/or '*'
  4. $$//       '=' => the resource is binary
  5. $$//       '-' => the file should not be added to the project (all files are added to the project by default)
  6. $$//       '!' => the file should be marked exclude from build
  7. $$//       '?' => the file should be treated as a help file
  8. $$//       ':' => the file should be treated as a resource
  9. $$//       '#' => the file should be treated as a template (implies '!')
  10. $$//       '*' => bypass the custom AppWizard's resources when loading
  11. $$//    if name starts with / => create new subdir
  12.  
  13.  
  14. $$IF(PROJTYPE_DLL)
  15. dllroot.clw    $$root$$.clw
  16. $$ELIF(PROJTYPE_DLG)
  17. dlgroot.clw    $$root$$.clw
  18. $$ELSE
  19. root.clw    $$root$$.clw
  20. $$ENDIF //DLG, DLL
  21. $$IF(VERBOSE)
  22. readme.txt    ReadMe.txt
  23. $$ENDIF
  24.  
  25. $$// App and main frame
  26.  
  27. $$IF(PROJTYPE_DLG)
  28. dlgroot.h    $$root$$.h
  29. dlgroot.cpp    $$root$$.cpp
  30. dialog.h    $$dlg_hfile$$.h
  31. dialog.cpp    $$dlg_ifile$$.cpp
  32. $$IF(AUTOMATION)
  33. dlgproxy.h    $$dlgautoproxy_hfile$$.h
  34. dlgproxy.cpp    $$dlgautoproxy_ifile$$.cpp
  35. $$ENDIF //AUTOMATION
  36. $$ELIF(PROJTYPE_DLL)
  37. dllroot.cpp    $$root$$.cpp
  38. $$IF(!EXTDLL)
  39. dllroot.h    $$root$$.h
  40. $$ENDIF //!EXTDLL
  41. $$ELSE
  42. root.h    $$root$$.h
  43. root.cpp    $$root$$.cpp
  44. $$ENDIF //DLG
  45. $$IF(PROJTYPE_DLL)
  46. root.def    $$root$$.def
  47. $$ENDIF //PROJTYPE_DLL
  48. $$IF(AUTOMATION)
  49. root.odl    $$root$$.odl
  50. $$ENDIF
  51.  
  52. $$// Canned parts, with canned names
  53.  
  54. stdafx.h    StdAfx.h
  55. stdafx.cpp    StdAfx.cpp
  56. $$IF(!PROJTYPE_DLL)
  57. $$IF(!PROJTYPE_DLG)
  58. frame.h    $$frame_hfile$$.h
  59. frame.cpp    $$frame_ifile$$.cpp
  60. $$IF(MDICHILD)
  61. childfrm.h    $$child_frame_hfile$$.h
  62. childfrm.cpp    $$child_frame_ifile$$.cpp
  63. $$ENDIF //MDICHILD
  64. $$ENDIF //!PROJTYPE_DLG
  65.  
  66. $$// Document specific
  67.  
  68. $$IF(!PROJTYPE_DLG)
  69. doc.h    $$doc_hfile$$.h
  70. doc.cpp    $$doc_ifile$$.cpp
  71. view.h    $$view_hfile$$.h
  72. view.cpp    $$view_ifile$$.cpp
  73. $$ENDIF //!PROJTYPE_DLG
  74. $$IF(CONTAINER_SERVER || FULL_SERVER || MINI_SERVER || AUTOMATION || HAS_SUFFIX)
  75. root.reg    $$root$$.reg
  76. $$ENDIF //SERVERS,AUTOMATION,SUFFIX
  77. $$IF(TARGET_MAC)
  78. $$IF(CONTAINER_SERVER || FULL_SERVER || MINI_SERVER || AUTOMATION)
  79. macroot.reg    $$root$$Mac.reg
  80. $$ENDIF //SERVERS,AUTOMATION
  81. $$ENDIF //TARGET_MAC
  82.  
  83. $$// Database specific
  84.  
  85. $$IF(CRecordView || CDaoRecordView)
  86. recset.h    $$recset_hfile$$.h
  87. recset.cpp    $$recset_ifile$$.cpp
  88. $$ENDIF  //CRecordView
  89.  
  90. $$// OLE specific
  91.  
  92. $$IF(FULL_SERVER || MINI_SERVER || CONTAINER_SERVER)
  93. srvritem.h    $$srvritem_hfile$$.h
  94. srvritem.cpp    $$srvritem_ifile$$.cpp
  95. ipframe.h    $$ipframe_hfile$$.h
  96. ipframe.cpp    $$ipframe_ifile$$.cpp
  97. $$ENDIF
  98. $$IF(CONTAINER || CONTAINER_SERVER)
  99. cntritem.h    $$cntritem_hfile$$.h
  100. cntritem.cpp    $$cntritem_ifile$$.cpp
  101. $$ENDIF
  102. $$ENDIF //!PROJTYPE_DLL
  103.  
  104. $$// Resources
  105.  
  106. /res
  107. $$IF(MULTIPLE_LANGS)
  108. $$BEGINLOOP(NUM_LANGS)
  109. /$$RES_DIR_LOC$$
  110. $$ENDLOOP //NUM_LANGS
  111. $$ENDIF //MULTIPLE_LANGS
  112.  
  113. $$IF(TARGET_MAC)
  114. root.r    $$r_file$$.r
  115. $$ENDIF //TARGET_MAC
  116. $$IF(PROJTYPE_DLG || PROJTYPE_DLL)
  117. dlgres.h    Resource.h
  118. dlgall.rc    $$root$$.rc
  119. $$ELSE
  120. resource.h    Resource.h
  121. all.rc    $$root$$.rc
  122. $$ENDIF //DLG||DLL
  123. $$BEGINLOOP(NUM_LANGS)
  124. :root.rc2    $$RES_DIR_LOC$$\$$root$$.rc2
  125. $$IF(PROJTYPE_MDI || PROJTYPE_SDI)
  126. =:doc.ico    $$RES_DIR_LOC$$\$$doc_ifile$$.ico
  127. $$ENDIF
  128. $$ENDLOOP //NUM_LANGS
  129. $$IF(!PROJTYPE_DLL)
  130. =:root.ico    res\$$root$$.ico
  131. $$IF(!PROJTYPE_DLG)
  132. $$IF(TOOLBAR)
  133. $$IF(DB_NO_FILE)
  134. $$IF(HELP)
  135. =:tbdh_.bmp    res\Toolbar.bmp
  136. $$ELSE
  137. =:tbd__.bmp    res\Toolbar.bmp
  138. $$ENDIF
  139. $$ELIF(CRecordView || CDaoRecordView)
  140. $$IF(HELP)
  141. =:tbrh_.bmp    res\Toolbar.bmp
  142. $$ELSE
  143. =:tbr__.bmp    res\Toolbar.bmp
  144. $$ENDIF
  145. $$ELSE //!database view
  146. $$IF(HELP)
  147. =:tbah_.bmp    res\Toolbar.bmp
  148. $$ELSE
  149. =:tba__.bmp    res\Toolbar.bmp
  150. $$ENDIF
  151. $$ENDIF //database views
  152. $$IF(FULL_SERVER || MINI_SERVER || CONTAINER_SERVER)
  153. $$IF(CRecordView || CDaoRecordView)
  154. $$IF(HELP)
  155. =:tbrhi.bmp    res\IToolbar.bmp
  156. $$ELSE
  157. =:tbr_i.bmp    res\IToolbar.bmp
  158. $$ENDIF
  159. $$ELSE //!database view
  160. $$IF(HELP)
  161. =:tbahi.bmp    res\IToolbar.bmp
  162. $$ELSE
  163. =:tba_i.bmp    res\IToolbar.bmp
  164. $$ENDIF
  165. $$ENDIF //database views
  166. $$ENDIF //SERVERs
  167. $$ENDIF //TOOLBAR
  168. $$ENDIF //!PROJTYPE_DLG
  169.  
  170. $$// Help Specific
  171. $$IF(HELP)
  172. /hlp
  173. $$IF(MULTIPLE_LANGS)
  174. $$BEGINLOOP(NUM_LANGS)
  175. /$$HLP_DIR_LOC$$
  176. $$ENDLOOP //NUM_LANGS
  177. $$ENDIF //MULTIPLE_LANGS
  178.  
  179. ?makehelp.bat    MakeHelp.bat
  180.  
  181. $$BEGINLOOP(NUM_LANGS)
  182. $$SET_DEFAULT_LANG(LANG_SUFFIX)
  183. $$IF(TARGET_INTEL || TARGET_MIPS || TARGET_ALPHA)
  184. root.hpj    $$HLP_DIR_LOC$$\$$root$$.hpj
  185. $$ENDIF //INTEL,MIPS,ALPHA
  186. $$IF(TARGET_MAC)
  187. macroot.hpj    $$HLP_DIR_LOC$$\$$mac_hpj$$.hpj
  188. $$ENDIF //TARGET_MAC
  189.  
  190. $$IF(PROJTYPE_DLG)
  191. ?afxdlg.rtf    $$HLP_DIR_LOC$$\AfxDlg.rtf
  192. ?dlgroot.cnt    $$HLP_DIR_LOC$$\$$root$$.cnt
  193.  
  194. $$ELSE
  195.  
  196. ?root.cnt    $$HLP_DIR_LOC$$\$$root$$.cnt
  197. $$IF(TARGET_INTEL || TARGET_MIPS || TARGET_ALPHA)
  198. =?afxcore.rtf    $$HLP_DIR_LOC$$\AfxCore.rtf
  199. $$ENDIF //INTEL,MIPS,ALPHA
  200. $$IF(TARGET_MAC)
  201. =?afxcrmac.rtf    $$HLP_DIR_LOC$$\AfxCrMac.rtf
  202. =?maccmd.bmp    $$HLP_DIR_LOC$$\MacCmd.bmp
  203. $$ENDIF //TARGET_MAC
  204.  
  205. $$IF(PRINT)
  206. $$IF(TARGET_INTEL || TARGET_MIPS || TARGET_ALPHA)
  207. =?afxprint.rtf    $$HLP_DIR_LOC$$\AfxPrint.rtf
  208. $$ENDIF //INTEL,MIPS,ALPHA
  209. $$IF(TARGET_MAC)
  210. =?afxptmac.rtf    $$HLP_DIR_LOC$$\AfxPtMac.rtf
  211. $$ENDIF //MAC
  212. $$ENDIF //PRINT
  213.  
  214. $$IF(CONTAINER || CONTAINER_SERVER)
  215. =?afxolecl.rtf    $$HLP_DIR_LOC$$\AfxOleCl.rtf
  216. $$ENDIF
  217. $$IF(FULL_SERVER || MINI_SERVER || CONTAINER_SERVER)
  218. =?afxolesv.rtf    $$HLP_DIR_LOC$$\AfxOleSv.rtf
  219. $$ENDIF
  220. $$IF(CRecordView || CDaoRecordView)
  221. =?afxdb.rtf    $$HLP_DIR_LOC$$\AfxDb.rtf
  222. $$ENDIF
  223.  
  224. $$// localized help specific bitmaps
  225. =?appexit.bmp    $$HLP_DIR_LOC$$\AppExit.bmp
  226. =?hlpsbar.bmp    $$HLP_DIR_LOC$$\HlpSBar.bmp
  227. =?scmenu.bmp    $$HLP_DIR_LOC$$\ScMenu.bmp
  228.  
  229. $$ENDIF //PROJTYPE_DLG
  230. $$ENDLOOP //NUM_LANGS
  231.  
  232. $$IF(!PROJTYPE_DLG)
  233. $$// non-localized help specific bitmaps
  234. =?filenew.bmp    hlp\FileNew.bmp
  235. =?fileopen.bmp    hlp\FileOpen.bmp
  236. =?fileprnt.bmp    hlp\FilePrnt.bmp
  237. =?filesave.bmp    hlp\FileSave.bmp
  238. =?editcopy.bmp    hlp\EditCopy.bmp
  239. =?editcut.bmp    hlp\EditCut.bmp
  240. =?editpast.bmp    hlp\EditPast.bmp
  241. =?editundo.bmp    hlp\EditUndo.bmp
  242. =?curarw4.bmp    hlp\CurArw4.bmp
  243. =?curarw2.bmp    hlp\CurArw2.bmp
  244. =?curhelp.bmp    hlp\CurHelp.bmp
  245. =?scmax.bmp    hlp\Scmax.bmp
  246. =?scmin.bmp    hlp\Scmin.bmp
  247. =?bullet.bmp    hlp\Bullet.bmp
  248. =?hlptbar.bmp    hlp\HlpTBar.bmp
  249. =?recfirst.bmp    hlp\RecFirst.bmp
  250. =?recprev.bmp    hlp\RecPrev.bmp
  251. =?recnext.bmp    hlp\RecNext.bmp
  252. =?reclast.bmp    hlp\RecLast.bmp
  253. $$ENDIF //!PROJTYPE_DLG
  254.  
  255. $$ENDIF //HELP
  256.  
  257. $$ENDIF //!PROJTYPE_DLL
  258.