From 5fff5f37d0dff1c61523c794bfc315dbf2b640d1 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Thu, 12 Jan 2017 02:03:39 +0100 Subject: [PATCH] Expand help text on --prenodef. --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index dbc992b..25f2533 100755 --- a/main.py +++ b/main.py @@ -191,6 +191,9 @@ Options marked with * are used to define the preprocessor macros __AGENTID__, __AGENTKEY__, __AGENTIDRAW__, __AGENTNAME__, __ASSETID__ and __SHORTFILE__, and have no effect if --prenodef is specified. +Using --prenodef before -p causes no macros whatsoever to be defined. If used +after -p, the type casting macros string(...), key(...), etc. will be defined. + If filename is a dash (-) then standard input is used. Use: {progname} -O help for help on the optimizer control options.