Mercurial > hg > xemacs-beta
comparison nt/xemacs.mak @ 819:6504113e7c2d
[xemacs-hg @ 2002-04-25 18:03:23 by andyp]
sync up windows branch from 21.4
author | andyp |
---|---|
date | Thu, 25 Apr 2002 18:04:24 +0000 |
parents | 66265f190a16 |
children | 6728e641994e |
comparison
equal
deleted
inserted
replaced
818:accc481aef34 | 819:6504113e7c2d |
---|---|
551 $(LIB_SRC)/etags.exe : $(LIB_SRC)/etags.c $(ETAGS_DEPS) | 551 $(LIB_SRC)/etags.exe : $(LIB_SRC)/etags.c $(ETAGS_DEPS) |
552 $(LIB_SRC)/movemail.exe: $(LIB_SRC)/movemail.c $(LIB_SRC)/pop.c $(ETAGS_DEPS) | 552 $(LIB_SRC)/movemail.exe: $(LIB_SRC)/movemail.c $(LIB_SRC)/pop.c $(ETAGS_DEPS) |
553 cd $(LIB_SRC) | 553 cd $(LIB_SRC) |
554 $(CCV) -I. -I$(XEMACS)/src -I$(XEMACS)/nt/inc $(LIB_SRC_DEFINES) $(CFLAGS) -Fe$@ $** wsock32.lib -link -incremental:no | 554 $(CCV) -I. -I$(XEMACS)/src -I$(XEMACS)/nt/inc $(LIB_SRC_DEFINES) $(CFLAGS) -Fe$@ $** wsock32.lib -link -incremental:no |
555 cd $(NT) | 555 cd $(NT) |
556 | |
557 $(LIB_SRC)/winclient.exe: $(LIB_SRC)/winclient.c | |
558 cd $(LIB_SRC) | |
559 $(CCV) -I. -I$(XEMACS)/src -I$(XEMACS)/nt/inc $(LIB_SRC_DEFINES) $(CFLAGS) -Fe$@ $** user32.lib -link -incremental:no | |
560 cd $(NT) | |
561 | |
556 $(LIB_SRC)/minitar.exe : $(NT)/minitar.c | 562 $(LIB_SRC)/minitar.exe : $(NT)/minitar.c |
557 $(CCV) -I"$(ZLIB_DIR)" $(LIB_SRC_DEFINES) $(CFLAGS) -Fe$@ $** "$(ZLIB_DIR)\zlib.lib" -link -incremental:no | 563 $(CCV) -I"$(ZLIB_DIR)" $(LIB_SRC_DEFINES) $(CFLAGS) -Fe$@ $** "$(ZLIB_DIR)\zlib.lib" -link -incremental:no |
558 | 564 |
559 LIB_SRC_TOOLS = \ | 565 LIB_SRC_TOOLS = \ |
560 $(LIB_SRC)/etags.exe \ | 566 $(LIB_SRC)/etags.exe \ |
561 $(LIB_SRC)/hexl.exe \ | 567 $(LIB_SRC)/hexl.exe \ |
562 $(LIB_SRC)/i.exe \ | 568 $(LIB_SRC)/i.exe \ |
569 $(LIB_SRC)/winclient.exe \ | |
563 $(LIB_SRC)/make-docfile.exe \ | 570 $(LIB_SRC)/make-docfile.exe \ |
564 $(LIB_SRC)/mmencode.exe \ | 571 $(LIB_SRC)/mmencode.exe \ |
565 $(LIB_SRC)/movemail.exe \ | 572 $(LIB_SRC)/movemail.exe \ |
566 $(LIB_SRC)/sorted-doc.exe \ | 573 $(LIB_SRC)/sorted-doc.exe \ |
567 $(LIB_SRC)/wakeup.exe | 574 $(LIB_SRC)/wakeup.exe |