diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2017-11-08 02:11:08 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2017-11-08 02:11:08 -0600 |
| commit | aa11f813f22fb7e473248ba0a42cda48f672238e (patch) | |
| tree | 65b2bf9c9492bb7d6120c75d473cc84c89765163 /README.md | |
| parent | bbe58407cfc9dba26db7a398bb6af3207222843e (diff) | |
| download | nimgen-aa11f813f22fb7e473248ba0a42cda48f672238e.tar.gz nimgen-aa11f813f22fb7e473248ba0a42cda48f672238e.zip | |
Added ppflags and noprocess
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,6 +68,10 @@ The following keys apply to library source code and help with generating the .ni ```flags``` = flags to pass to the c2nim process in "quotes" [default: --stdcall]. --cdecl, --assumedef, --assumendef may be useful +```ppflags``` = flags to pass to the preprocessor [default: ""]. -D for gcc and others may be useful + +```noprocess``` = do not process this source file with c2nim [default: false] - this is useful if a file only needs to be manipulated + Multiple entries for the all following keys are possible by appending any .string to the key. E.g. dynlib.win, compile.dir ```compile``` = file or dir of files of source code to {.compile.} into generated .nim |
