Ignore:
Timestamp:
Nov 30, 1999, 8:39:14 PM (26 years ago)
Author:
sandervl
Message:

makefile updates (define i386) + pe image hdr change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/pdwin32.dbg

    r738 r1891  
    1 # $Id: pdwin32.dbg,v 1.6 1999-08-29 14:57:50 sandervl Exp $
     1# $Id: pdwin32.dbg,v 1.7 1999-11-30 19:39:12 sandervl Exp $
    22#
    33# PD-Win32 Project
     
    2424# Tool Flags
    2525#
    26 CFLAGS = -Q  -Si -Ti -Ge- -Ss+ -W3 -Gm+ /Gn+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__  -D__WINE__
    27 CXXFLAGS = -Q  -Si -Ti -Ge- -Ss+ -W3 -Gm+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
     26CFLAGS = -Q  -Si -Ti -Ge- -Ss+ -W3 -Gm+ /Gn+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__  -D__WINE__ -D__i386__
     27CXXFLAGS = -Q  -Si -Ti -Ge- -Ss+ -W3 -Gm+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__ -D__i386__
    2828ASFLAGS = -Sc -Sv:ALP +Od
    2929LDFLAGS = -Q  -Si -Ti -Ge- -Ss+ -W3 -Gm+ /B"/noe /NOD"
Note: See TracChangeset for help on using the changeset viewer.