Changeset 184


Ignore:
Timestamp:
May 24, 2001, 7:01:37 PM (24 years ago)
Author:
sandervl
Message:

wlib flags fix for debug build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/include/sblive32.mak

    r174 r184  
    4444LINK    = WLINK $(LFLAGS)
    4545
     46!if "$(DEBUG)" == "1"
     47BFLAGS  = -c -b -q -n
     48!else
    4649BFLAGS  = -s -t -c -b -q -n
     50!endif
    4751LIB     = WLIB $(BFLAGS)
    4852
Note: See TracChangeset for help on using the changeset viewer.