Skip to content

Commit

Permalink
updated the Option comment for adding -D, --define in the future
Browse files Browse the repository at this point in the history
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1309 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
lhauch committed Aug 27, 2008
1 parent 782705f commit 7c8036b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Python/build/build.py
Expand Up @@ -1180,7 +1180,7 @@ def MyOptionParser():
Parser.add_option("-u", "--skip-autogen", action="store_true", dest="SkipAutoGen", help="Skip AutoGen step.")
Parser.add_option("-e", "--re-parse", action="store_true", dest="Reparse", help="Re-parse all meta-data files.")

# Parser.add_option("-D", action="append", dest="Defines", metavar="NAME[=[VALUE]]",
# Parser.add_option("-D", "--define", action="append", dest="Defines", metavar="NAME[=[VALUE]]",
# help="Define global macro which can be used in DSC/DEC/INF files.")

Parser.add_option("-w", "--warning-as-error", action="store_true", dest="WarningAsError", help="Treat warning in tools as error.")
Expand Down

0 comments on commit 7c8036b

Please sign in to comment.