aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2017-11-08 02:11:08 -0600
committerGanesh Viswanathan <dev@genotrance.com>2017-11-08 02:11:08 -0600
commitaa11f813f22fb7e473248ba0a42cda48f672238e (patch)
tree65b2bf9c9492bb7d6120c75d473cc84c89765163 /README.md
parentbbe58407cfc9dba26db7a398bb6af3207222843e (diff)
downloadnimgen-aa11f813f22fb7e473248ba0a42cda48f672238e.tar.gz
nimgen-aa11f813f22fb7e473248ba0a42cda48f672238e.zip
Added ppflags and noprocess
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4f7deea..cc7b8a5 100644
--- a/README.md
+++ b/README.md
@@ -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