sample_options.icc
上传用户:huihehuasu
上传日期:2007-01-10
资源大小:6948k
文件大小:0k
源码类别:

xml/soap/webservice

开发平台:

C/C++

  1. option sample_options =
  2.     link(linkwithmultithreadlib, "yes"),
  3.     link(map, "Yes"),
  4.     link(pmtype, "vio"),
  5.     link(stub, "Yes"),
  6.     opt(inline, "yes"),
  7.     opt(level, "2"),
  8.     opt(tune, "pentium"),
  9.     incl(searchpath, BASE_DIR "\include"),
  10.     incl(searchpath, BASE_DIR "\include\dom")