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.rel

    r4334 r4401  
    1 # $Id: pdwin32.wat.rel,v 1.2 2000-09-28 03:16:24 bird Exp $
     1# $Id: pdwin32.wat.rel,v 1.3 2000-10-03 05:39:51 bird Exp $
    22# ODIN / win32os2 Project
    33#
     
    6363OS2RCFLAGS       = -r
    6464
    65 !ifndef NODEBUGINFO
    66 LDFLAGS          += d all
    67 LDFLAGS_ODINCRT  += d all
    68 !else
    69 CFLAGS          += -DDEFAULT_LOGGING_OFF
    70 CXXFLAGS        += -DDEFAULT_LOGGING_OFF
    71 !endif
    72 
    7365!ifdef EXETARGET
    7466CFLAGS           += -bg
    7567CXXFLAGS         += -bg
    76 LDFLAGS          += system os2v2
    77 LDFLAGS_ODINCRT  += system os2v2
    7868!else
    7969CFLAGS           += -bd
    8070CXXFLAGS         += -bd
    81 LDFLAGS          += system os2v2 dll initinstance terminstance
    82 LDFLAGS_ODINCRT  += system os2v2 dll initinstance terminstance
    8371!endif
    8472
Note: See TracChangeset for help on using the changeset viewer.