Changeset 4126
- Timestamp:
- 07/27/06 01:45:29 (2 years ago)
- Files:
-
- trunk/nt/ChangeLog.Meadow (modified) (1 diff)
- trunk/nt/nmake.mw32.defs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/nt/ChangeLog.Meadow
r4123 r4126 1 2006-07-27 Shun-ichi GOTO <gotoh@taiyo.co.jp> 2 3 * nmake.mw32.defs (TEMACS_EXTRA_LINK): Remove debug option to link 4 without debug information when configured with --no-debug. 5 Close #265. 6 7 1 8 2006-07-27 MIYOSHI Masanori <miyoshi@meadowy.org> 2 9 trunk/nt/nmake.mw32.defs
r4124 r4126 153 153 # see comments in allocate_heap in w32heap.c before changing any of the 154 154 # -stack, -heap, or -base settings. 155 TEMACS_EXTRA_LINK = -stack:0x00800000 -heap:0x00100000 -base:0x01000000 - debug:full -debugtype:both -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) $(SUBSYSTEM_CONSOLE) -entry:_start -map:$(BLD)\temacs.map $(EXTRA_LINK)155 TEMACS_EXTRA_LINK = -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -machine:$(ARCH) $(SUBSYSTEM_CONSOLE) -entry:_start -map:$(BLD)\temacs.map $(EXTRA_LINK) 156 156 157 157 !ifdef NOOPT
