Ignore:
Timestamp:
Aug 9, 1999, 8:12:08 PM (26 years ago)
Author:
achimha
Message:

changed makefiles to not link with default libraries, requires changes for all modulespdwin32.dbg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/pdwin32.dbg

    r94 r444  
    1 # $Id: pdwin32.dbg,v 1.3 1999-06-10 16:21:49 achimha Exp $
     1# $Id: pdwin32.dbg,v 1.4 1999-08-09 18:12:08 achimha Exp $
    22#
    33# PD-Win32 Project
     
    2424# Tool Flags
    2525#
    26 CFLAGS = -Q -Fi -Si -Ti -Ge- -Ss+ -W3 -Gm+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__  -D__WINE__
     26CFLAGS = -Q -Fi -Si -Ti -Ge- -Ss+ -W3 -Gm+ /Gn+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__  -D__WINE__
    2727CXXFLAGS = -Q -Fi -Si -Ti -Ge- -Ss+ -W3 -Gm+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
    2828ASFLAGS = -Sc -Sv:M510
    29 LDFLAGS = -Q -Fi -Si -Ti -Ge- -Ss+ -W3 -Gm+ /B"/noe"
     29LDFLAGS = -Q -Fi -Si -Ti -Ge- -Ss+ -W3 -Gm+ /B"/noe /NOD"
    3030IMPLIBFLAGS = /nologo
    3131
Note: See TracChangeset for help on using the changeset viewer.