home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / listpm7.zip / DebListPM.BK1 < prev    next >
Text File  |  1999-07-01  |  4KB  |  110 lines

  1. option ProjectOptions = gen(rtti, yes)
  2. {
  3.    tool"config_opt"
  4.    option  link(linkwithmultithreadlib), link(linkwithsharedlib),
  5.           incl(searchpath, "."), lang(nokeyword, "bool"), lang(nokeyword, "true"),
  6.           lang(nokeyword, "false"), define("IC_LANG_BOOL", 0), define("_X86_"),
  7.           define("IVB_IMPORT", "_Import"), link(pmtype, pm), link(debug)
  8.    {
  9.       target "debug\\ListPM.exe"
  10.       {
  11.          option macros('global', 'yes')
  12.          {
  13.             source type('cpp') 'iapp.hpp'
  14.             source type('cpp') 'ithread.hpp'
  15.          }
  16.          source type(cpp) "appmain.cpp"
  17.          source type(cpp) "aprofile.cpp"
  18.          source type(cpp) "glbfont.cpp"
  19.          option macros('global', 'yes')
  20.          {
  21.             source type('cpp') 'itext.hpp'
  22.          }
  23.          source type('cpp') 'ifilesys.inl'
  24.          source type('cpp') 'ifilesys.hpp'
  25.          source type(cpp) "isdir.cpp"
  26.          option macros('global', 'yes')
  27.          {
  28.             source type('cpp') 'iostream.h'
  29.             source type('cpp') 'fstream.h'
  30.          }
  31.          option macros('global', 'yes')
  32.          {
  33.             source type('cpp') 'listpm.h'
  34.             source type('cpp') 'listrun.hpp'
  35.             source type('cpp') 'iaccel.inl'
  36.             source type('cpp') 'iaccel.hpp'
  37.             source type('cpp') 'ictlevt.hpp'
  38.             source type('cpp') 'search.hpp'
  39.             source type('cpp') 'AProfile.hpp'
  40.             source type('cpp') 'generic.h'
  41.          }
  42.          source type('cpp') 'winthr.hpp'
  43.          source type('cpp') 'ifilehdr.hpp'
  44.          source type('cpp') 'i0string.inl'
  45.          source type('cpp') 'i0string.hpp'
  46.          source type('cpp') 'io.h'
  47.          source type('cpp') 'glbfont.hpp'
  48.          source type('cpp') 'listthrd.hpp'
  49.          source type('cpp') 'OneOf.hpp'
  50.          source type('cpp') 'iomanip.h'
  51.          source type('cpp') 'switch.hpp'
  52.          source type(cpp) "list.cpp"
  53.          source type("res") "listpm.res"
  54.          option macros('global', 'yes')
  55.          {
  56.             source type('cpp') 'iclipbrd.hpp'
  57.             source type('cpp') 'imle.hpp'
  58.             source type('cpp') 'imsgbox.hpp'
  59.             source type('cpp') 'iinfoa.hpp'
  60.             source type('cpp') 'ifiledlg.hpp'
  61.             source type('cpp') 'imenuhdr.hpp'
  62.             source type('cpp') 'isubmenu.hpp'
  63.             source type('cpp') 'ititle.hpp'
  64.             source type('cpp') 'ifont.hpp'
  65.             source type('cpp') 'ifontdlg.hpp'
  66.             source type('cpp') 'isizehdr.hpp'
  67.             source type('cpp') 'icntptr.hpp'
  68.          }
  69.          source type('cpp') 'itimer.c'
  70.          source type('cpp') 'itimer.hpp'
  71.          source type('cpp') 'timeshow.hpp'
  72.          source type('cpp') 'exwmbox.hpp'
  73.          source type('cpp') 'list.hpp'
  74.          source type(cpp) "listrun.cpp"
  75.          source type('cpp') 'appmain.hpp'
  76.          source type(cpp) "listthrd.cpp"
  77.          option macros('global', 'yes')
  78.          {
  79.             source type('cpp') 'istring.hpp'
  80.             source type('cpp') 'iprofile.hpp'
  81.             source type('cpp') 'iexcept.hpp'
  82.          }
  83.          source type(cpp) "ltprof.cpp"
  84.          option macros('global', 'yes')
  85.          {
  86.             source type('cpp') 'iframe.hpp'
  87.             source type('cpp') 'ientryfd.hpp'
  88.             source type('cpp') 'icheckbx.hpp'
  89.             source type('cpp') 'iradiobt.hpp'
  90.             source type('cpp') 'ihelp.hpp'
  91.             source type('cpp') 'ihelphdr.hpp'
  92.          }
  93.          source type(cpp) "search.cpp"
  94.          option macros('global', 'yes')
  95.          {
  96.             source type('cpp') 'os2.h'
  97.             source type('cpp') 'string.h'
  98.          }
  99.          source type(cpp) "switch.cpp"
  100.          option macros('global', 'yes')
  101.          {
  102.             source type('cpp') 'iwindow.hpp'
  103.             source type('cpp') 'icmdhdr.hpp'
  104.          }
  105.          source type('cpp') 'icritsec.hpp'
  106.          source type(cpp) "winthr.cpp"
  107.       }
  108.    }
  109. }
  110.