BackupGGCode / open-source-spin-compiler

A C/C++-based port of the Parallax Propeller Spin/PASM Compiler
0 stars 0 forks source link

Add a -I option to allow passing in "include paths" for referenced OBJs #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Make it so that PropCom.cpp main function takes one or more -I command line 
options that are include paths where the code will search for spin files 
references in OBJ sections.

Original issue reported on code.google.com by reltham on 21 Jan 2012 at 11:14

GoogleCodeExporter commented 9 years ago
The change for this is done now.

Original comment by reltham on 22 Jan 2012 at 9:14