diff options
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/platform_cygwin32.GNU | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/makeinclude/platform_cygwin32.GNU b/include/makeinclude/platform_cygwin32.GNU index bcd4c51692f..232c1bad2c7 100644 --- a/include/makeinclude/platform_cygwin32.GNU +++ b/include/makeinclude/platform_cygwin32.GNU @@ -24,6 +24,10 @@ rwho = 0 # because fe ace.dll.5.2.3 isn't a valid dll name versioned_so=0 +PLATFORM_FL_CPPFLAGS= +PLATFORM_FL_LIBS=-lfltk -lfltk_forms -lfltk_gl -lfltk_images +PLATFORM_FL_LDFLAGS= + # Disable auto-import warnings. The Cygwin linker has a problem with imports # See https://sourceforge.net/tracker/?func=detail&atid=102435&aid=683455&group_id=2435 # for the details why to do this. |