X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.in.in;h=733b02aaf726a6b45da3da2a4ac262ca7f67ebb1;hb=0bedff1dadf7fdfd3811cd4352aa2570b5a54983;hp=2a5dc11ec8f89ad498f860febd219fde3f50324d;hpb=21db8709c0c2dcedbd278c7fe571290d5ce80a71;p=chise%2Fxemacs-chise.git.1 diff --git a/src/Makefile.in.in b/src/Makefile.in.in index 2a5dc11..733b02a 100644 --- a/src/Makefile.in.in +++ b/src/Makefile.in.in @@ -153,6 +153,9 @@ cppflags = $(CPPFLAGS) -Demacs -I. $(c_switch_all) cflags = $(CFLAGS) $(cppflags) #if defined (WIN32_NATIVE) || defined (CYGWIN) ldflags = $(LDFLAGS) -mwindows -e _mainCRTStartup $(ld_switch_all) $(ld_dynamic_link_flags) +# if defined (CYGWIN) +ldflags += -Wl,--script=s/cygwin.sc +# endif #else ldflags = $(LDFLAGS) $(ld_switch_all) $(ld_dynamic_link_flags) #endif