comparison src/makefile.nt @ 22434:e283153313b6

(LINK_FLAGS): Place debug info in executable in unoptimized compile. Link to run off of cd or network.
author Geoff Voelker <voelker@cs.washington.edu>
date Thu, 11 Jun 1998 04:33:37 +0000
parents 7139cd22a2f7
children caf3f908142d
comparison
equal deleted inserted replaced
22433:a9820c4e8c9e 22434:e283153313b6
56 TLASTLIB = $(BLD)\lastfile.lib 56 TLASTLIB = $(BLD)\lastfile.lib
57 57
58 # see comments in allocate_heap in w32heap.c before changing any of the 58 # see comments in allocate_heap in w32heap.c before changing any of the
59 # -stack, -heap, or -base settings. 59 # -stack, -heap, or -base settings.
60 !if "$(BUILD_TYPE)" == "spd" 60 !if "$(BUILD_TYPE)" == "spd"
61 LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map 61 LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -swaprun:net -swaprun:cd
62 !else 62 !else
63 LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map 63 LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -pdb:none -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -swaprun:net -swaprun:cd
64 !endif 64 !endif
65 65
66 # 66 #
67 # Split up the objects into two sets so that we don't run out of 67 # Split up the objects into two sets so that we don't run out of
68 # command line space when we link them into a library. 68 # command line space when we link them into a library.