Changeset 1492 for trunk/src/kernel32
- Timestamp:
- Oct 28, 1999, 5:23:05 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r1490 r1492 1 # $Id: makefile,v 1.5 0 1999-10-28 12:01:12sandervl Exp $1 # $Id: makefile,v 1.51 1999-10-28 15:22:09 sandervl Exp $ 2 2 3 3 # … … 46 46 # $(LD) $(LDFLAGS) /Fm /Fe$@ /B"/FREE" @$(TARGET).lrf 47 47 !ifdef DEBUG 48 # icc -Si -Ti -Ge- -Ss+ -W3 -Gm+ /B"/noe /NOD /NOFREE" @$(TARGET).lrf 48 !ifdef NODEBUGINFO 49 ilink /nodeb /map /noe /NOD /NoLogo /NOFREE @$(TARGET).lrf 50 !else 49 51 ilink /de /map /noe /NOD /dbgpack /NoLogo /NOFREE @$(TARGET).lrf 52 !endif 50 53 !else 51 54 ilink /map /noe /NOD /NoLogo /FREE @$(TARGET).lrf
Note:
See TracChangeset
for help on using the changeset viewer.