Ignore:
Timestamp:
Oct 3, 2000, 7:39:51 AM (25 years ago)
Author:
bird
Message:

Implemented new linker tools which converts .Def-files to linker directives
and options.++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/pdwin32.wat.dbg

    r4334 r4401  
    1 # $Id: pdwin32.wat.dbg,v 1.4 2000-09-28 03:16:24 bird Exp $
     1# $Id: pdwin32.wat.dbg,v 1.5 2000-10-03 05:39:51 bird Exp $
    22# ODIN / win32os2 Project
    33#
     
    6767
    6868!ifdef EXETARGET
    69 LDFLAGS          = system os2v2 nodefaultlibs, maxe=25, q, symf
    70 LDFLAGS_ODINCRT  = system os2v2 maxe=25, q, symf
     69LDFLAGS          = option maxe=125, quiet, symfile, nodefaultlibs
     70LDFLAGS_ODINCRT  = option maxe=125, quiet, symfile
    7171!else
    72 LDFLAGS          = system os2v2 dll initinstance terminstance option nodefaultlibs, maxe=25, q, symf
    73 LDFLAGS_ODINCRT  = system os2v2 dll initinstance terminstance option                maxe=25, q, symf
     72LDFLAGS          = option maxe=125, quiet, symfile, nodefaultlibs
     73LDFLAGS_ODINCRT  = option maxe=125, quiet, symfile
    7474!endif
    7575
     
    8282
    8383!ifndef NODEBUGINFO
    84 LDFLAGS          += d all
    85 LDFLAGS_ODINCRT  += d all
     84LDFLAGS          += debug all
     85LDFLAGS_ODINCRT  += debug all
    8686!else
    8787CFLAGS           += -DDEFAULT_LOGGING_OFF
Note: See TracChangeset for help on using the changeset viewer.