wuying225 / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Add include path and system include path to driver. #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
  As title.
  If file is in memory, it will use executable file working path as include path.

Original issue reported on code.google.com by wuye9036 on 4 Apr 2012 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 4 May 2012 at 5:21

GoogleCodeExporter commented 9 years ago
Support following parameters:
      -I [ --include ] path   : specify an additional include directory
      -S [ --sysinclude ] syspath : specify an additional system include directory
      -D [ --define ] macro[=[value]] : specify a macro to define
      -P [ --predefine ] macro[=[value]] : specify a macro to predefine
      -U [ --undefine ] macro : specify a macro to undefine

See reference:
      waveidl

Original comment by wuye9036 on 5 May 2012 at 5:24

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 257952ccd5c7.

SASL:
  Add add_include/sysinclude_path, add/remove_macro to driver and code source.
  NEED TO BE TESTED.

Original comment by wuye9036 on 6 May 2012 at 2:21

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 5adda93cc0f8.

SASL:
  Add tests for include path and sysinclude path to robust project.
  Remove answer directory from test repo since it's unused.

Original comment by wuye9036 on 8 May 2012 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 8 May 2012 at 12:07