Changeset 4799 for trunk/src


Ignore:
Timestamp:
Dec 16, 2000, 4:40:54 PM (25 years ago)
Author:
sandervl
Message:

pec must be vio

Location:
trunk/src/peldr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/peldr/pe.mak

    r4719 r4799  
    1 # $Id: pe.mak,v 1.3 2000-12-02 23:57:55 bird Exp $
     1# $Id: pe.mak,v 1.4 2000-12-16 15:40:53 sandervl Exp $
    22
    33#
     
    1010# Tell that we're producing an executable
    1111#
     12STACKSIZE = 0x100000
    1213EXETARGET = 1
    1314MAKEFILE = pe.mak
     
    1920!include ../../makefile.inc
    2021
    21 
    22 #
    23 # Overrides.
    24 #
    25 !if "$(VAC3)" == "1" || "$(VAC36)" == "1"
    26 LD2FLAGS = $(LD2FLAGS) /PMTYPE:pm /STACK:0x100000 /NOBASE
    27 !else
    28 !error Compiler not supported yet
    29 !endif
    3022
    3123
  • trunk/src/peldr/pec.mak

    r4719 r4799  
    1 # $Id: pec.mak,v 1.3 2000-12-02 23:57:55 bird Exp $
     1# $Id: pec.mak,v 1.4 2000-12-16 15:40:54 sandervl Exp $
    22
    33#
     
    1010# Tell that we're producing an executable
    1111#
     12STACKSIZE = 0x100000
     13VIO = 1
    1214EXETARGET = 1
    1315MAKEFILE = pec.mak
     
    1921!include ../../makefile.inc
    2022
    21 
    22 #
    23 # Overrides.
    24 #
    25 !if "$(VAC3)" == "1" || "$(VAC36)" == "1"
    26 LD2FLAGS = $(LD2FLAGS) /PMTYPE:vio /STACK:0x100000 /NOBASE
    27 !else
    28 !error Compiler not supported yet
    29 !endif
    3023
    3124
Note: See TracChangeset for help on using the changeset viewer.