From: Enrico Forestieri Date: Thu, 3 Aug 2017 13:56:41 +0000 (+0200) Subject: Small tweak for 64bit Cygwin X-Git-Tag: 2.3.0beta1~54 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dd884a6bfac19337107dd47ea20c3ff08ce6826c;p=features.git Small tweak for 64bit Cygwin Don't specify the main entry point because on 64bit Cygwin the leading underscore is missing and that is the default entry anyway. --- diff --git a/development/cygwin/Makefile.am b/development/cygwin/Makefile.am index e313415359..78358c5e9d 100644 --- a/development/cygwin/Makefile.am +++ b/development/cygwin/Makefile.am @@ -16,8 +16,8 @@ dist_lyxdist_DATA = lyxprofile lyxrc.dist lyxeditor_SOURCES = lyxeditor.c lyxwin_SOURCES = lyxwin.c lyxwinres.rc -lyxeditor_LDFLAGS=-mwindows -e _mainCRTStartup -lyxwin_LDFLAGS=-mwindows -e _mainCRTStartup +lyxeditor_LDFLAGS=-mwindows +lyxwin_LDFLAGS=-mwindows CLEANFILES = lyxeditor.sh lyx_32x32.ico lyx_doc_32x32.ico