comparison nt/xemacs.mak @ 545:9a775fb11bb7

[xemacs-hg @ 2001-05-18 04:39:39 by kkm] My 3 patches of 05/01-05/03
author kkm
date Fri, 18 May 2001 04:39:44 +0000
parents ef4d2466a29c
children e9a3f8b4de53
comparison
equal deleted inserted replaced
544:ffd4d00ff0b6 545:9a775fb11bb7
1384 set EMACSBOOTSTRAPLOADPATH=$(LISP);$(PACKAGE_PATH) 1384 set EMACSBOOTSTRAPLOADPATH=$(LISP);$(PACKAGE_PATH)
1385 set EMACSBOOTSTRAPMODULEPATH=$(MODULES) 1385 set EMACSBOOTSTRAPMODULEPATH=$(MODULES)
1386 $(TEMACS_BATCH) -l $(TEMACS_DIR)\..\lisp\loadup.el dump 1386 $(TEMACS_BATCH) -l $(TEMACS_DIR)\..\lisp\loadup.el dump
1387 !if $(USE_PORTABLE_DUMPER) 1387 !if $(USE_PORTABLE_DUMPER)
1388 rc -d INCLUDE_DUMP -Fo $(OUTDIR)\xemacs.res $(NT)\xemacs.rc 1388 rc -d INCLUDE_DUMP -Fo $(OUTDIR)\xemacs.res $(NT)\xemacs.rc
1389 link.exe @<<
1390 $(TEMACS_LFLAGS) -out:xemacs.exe $(TEMACS_OBJS) $(OUTDIR)\xemacs.res $(TEMACS_LIBS) $(OUTDIR)\dump-id.obj
1391 <<
1392 # Make the resource section read/write since almost all of it is the dump 1389 # Make the resource section read/write since almost all of it is the dump
1393 # data which needs to be writable. This avoids having to copy it. 1390 # data which needs to be writable. This avoids having to copy it.
1394 editbin -nologo -section:.rsrc,rw xemacs.exe 1391 link.exe @<<
1392 $(TEMACS_LFLAGS) -section:.rsrc,rw -out:xemacs.exe $(TEMACS_OBJS) $(OUTDIR)\xemacs.res $(TEMACS_LIBS) $(OUTDIR)\dump-id.obj
1393 <<
1395 $(DEL) $(TEMACS_DIR)\xemacs.dmp 1394 $(DEL) $(TEMACS_DIR)\xemacs.dmp
1396 !endif 1395 !endif
1397 cd $(NT) 1396 cd $(NT)
1398 @if not exist $(TEMACS_DIR)\SATISFIED nmake -nologo -f xemacs.mak $@ 1397 @if not exist $(TEMACS_DIR)\SATISFIED nmake -nologo -f xemacs.mak $@
1399 #------------------------------------------------------------------------------ 1398 #------------------------------------------------------------------------------