comparison nt/xemacs.mak @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents 12579d965149
children 557eaa0339bf
comparison
equal deleted inserted replaced
226:eea38c7ad7b4 227:0e522484dd2a
499 $(OUTDIR)\tparam.obj \ 499 $(OUTDIR)\tparam.obj \
500 $(OUTDIR)\undo.obj \ 500 $(OUTDIR)\undo.obj \
501 $(OUTDIR)\unexnt.obj \ 501 $(OUTDIR)\unexnt.obj \
502 $(OUTDIR)\vm-limit.obj \ 502 $(OUTDIR)\vm-limit.obj \
503 $(OUTDIR)\widget.obj \ 503 $(OUTDIR)\widget.obj \
504 $(OUTDIR)\window.obj 504 $(OUTDIR)\window.obj \
505 xemacs.res
505 506
506 # Rules 507 # Rules
507 508
508 .SUFFIXES: 509 .SUFFIXES:
509 .SUFFIXES: .c 510 .SUFFIXES: .c
529 $(TEMACS): $(TEMACS_INCLUDES) $(TEMACS_OBJS) 530 $(TEMACS): $(TEMACS_INCLUDES) $(TEMACS_OBJS)
530 link.exe @<< 531 link.exe @<<
531 $(TEMACS_LFLAGS) $(TEMACS_OBJS) $(TEMACS_LIBS) 532 $(TEMACS_LFLAGS) $(TEMACS_OBJS) $(TEMACS_LIBS)
532 << 533 <<
533 !$(TEMACS) -batch -l update-elc.el 534 !$(TEMACS) -batch -l update-elc.el
535
536 xemacs.res: xemacs.rc
537 rc xemacs.rc
534 538
535 # MSDEV Source Broswer file. "*.sbr" is too inclusive but this is harmless 539 # MSDEV Source Broswer file. "*.sbr" is too inclusive but this is harmless
536 $(TEMACS_BROWSE): $(TEMACS_OBJS) 540 $(TEMACS_BROWSE): $(TEMACS_OBJS)
537 dir /b/s $(OUTDIR)\*.sbr > bscmake.tmp 541 dir /b/s $(OUTDIR)\*.sbr > bscmake.tmp
538 bscmake -o$@ @bscmake.tmp 542 bscmake -o$@ @bscmake.tmp