diff options
author | s_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-30 16:39:35 +0000 |
---|---|---|
committer | s_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-30 16:39:35 +0000 |
commit | 61cbc6464e0c9469c4ddcf35285db220a18f153f (patch) | |
tree | 3db4d28641f250fbfb37d2bce70bbfe00959821c /Game/Code | |
parent | 6f58aee2fe106c1fc2056876a570fe48069a7d45 (diff) | |
download | usdx-61cbc6464e0c9469c4ddcf35285db220a18f153f.tar.gz usdx-61cbc6464e0c9469c4ddcf35285db220a18f153f.tar.xz usdx-61cbc6464e0c9469c4ddcf35285db220a18f153f.zip |
enabled the output of the full file path on error, warning or notice durring compilation
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@982 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Makefile.in b/Game/Code/Makefile.in index 62cd2632..1529c002 100644 --- a/Game/Code/Makefile.in +++ b/Game/Code/Makefile.in @@ -85,7 +85,7 @@ PDEFINES = -dLCL -dLCL$(LCL_WIDGET_TYPE) # The user can overwrite the default flags with
# make PFLAGS="myflags"
-PFLAGS = -S2gi
+PFLAGS = -S2gi -vB
# the user's flags (specified with configure) must be the last in
# the list to overwrite the defaults (e.g.with the - option: -Xs-).
PFLAGS += @PFLAGS@
|