mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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.
This commit is contained in:
parent
0faddcae60
commit
dd884a6bfa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user