home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pcre34.zip / PCRE34S.ZIP / vacpp4 / dftables.icc < prev    next >
Text File  |  2000-11-22  |  374b  |  16 lines

  1. option opt = 
  2.   define("HAVE_STRERROR", "1"), 
  3.   define("HAVE_MEMMOVE", "1"),
  4.   incl(searchpath, "../"), 
  5.   incl(searchpath, "./"),
  6.   file(genobject, "./OBJ/")
  7.        
  8. option opt {
  9.    run after sources("dftables.exe") targets("chartables.c")
  10.      "dftables.exe > chartables.c"
  11.      
  12.    target "dftables.exe"   {
  13.        source type("c") "../dftables.c"
  14.    }
  15. }
  16.