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

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