Changeset 1459 for trunk/src


Ignore:
Timestamp:
Oct 26, 1999, 7:54:42 PM (26 years ago)
Author:
sandervl
Message:

Increased stack of pe loader to 1 MB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/peldr/makefile

    r1002 r1459  
    1 # $Id: makefile,v 1.9 1999-09-21 18:35:01 sandervl Exp $
     1# $Id: makefile,v 1.10 1999-10-26 17:54:42 sandervl Exp $
    22
    33#
     
    1717CFLAGS = $(CFLAGS) /Ge+ -I$(PDWIN32_INCLUDE)
    1818CXXFLAGS = $(CXXFLAGS) /Ge+ -I$(PDWIN32_INCLUDE)
    19 LDFLAGSEXE = $(LDFLAGS) /Ge+ /B"/pmtype:pm /stack:0x30000 /NOBASE /Map" \
     19LDFLAGSEXE = $(LDFLAGS) /Ge+ /B"/pmtype:pm /stack:0x100000 /NOBASE /Map" \
    2020             $(PDWIN32_LIB)\peldr.lib os2386.lib $(PDWIN32_LIB)\odincrt.lib $(RTLLIB_O)
    2121
     
    3030
    3131
    32 $(TARGET).exe: $(OBJS)
     32$(TARGET).exe: $(OBJS) makefile
    3333        $(LD) $(LDFLAGSEXE) -Fe$@ $(OBJS)
    3434        $(CP) $(TARGET).exe $(PDWIN32_BIN)
Note: See TracChangeset for help on using the changeset viewer.