comparison src/Makefile.in.in @ 4848:bde90bc762f2

Remove support for non-pdump on Cygwin. See xemacs-patches message <870180fe1001130949m2b4b3f08k198e360f56b7ac45@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 13 Jan 2010 10:50:47 -0700
parents bc4f2511bbea
children 9873ea104ef6
comparison
equal deleted inserted replaced
4847:05c519de7353 4848:bde90bc762f2
387 cflags = $(CFLAGS) $(cppflags) 387 cflags = $(CFLAGS) $(cppflags)
388 #if defined (WIN32_NATIVE) 388 #if defined (WIN32_NATIVE)
389 ldflags = $(LDFLAGS) -mwindows -e _mainCRTStartup $(ld_switch_all) $(ld_dynamic_link_flags) 389 ldflags = $(LDFLAGS) -mwindows -e _mainCRTStartup $(ld_switch_all) $(ld_dynamic_link_flags)
390 #else 390 #else
391 ldflags = $(LDFLAGS) $(ld_switch_all) $(ld_dynamic_link_flags) 391 ldflags = $(LDFLAGS) $(ld_switch_all) $(ld_dynamic_link_flags)
392 #endif
393
394 #if defined (CYGWIN) && !defined (PDUMP)
395 ldflags += -Wl,--script=s/cygwin.sc
396 #endif 392 #endif
397 393
398 #ifdef SOLARIS2 394 #ifdef SOLARIS2
399 %.o : %.c 395 %.o : %.c
400 #else 396 #else