From 61cbc6464e0c9469c4ddcf35285db220a18f153f Mon Sep 17 00:00:00 2001 From: s_alexander Date: Sun, 30 Mar 2008 16:39:35 +0000 Subject: 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 --- Game/Code/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- cgit v1.2.3