summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-12-14 19:39:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-12-14 19:39:23 +0000
commitfaa1df8435fb7a9a3d165d12b20e3a7b8ed4fb16 (patch)
tree5c0fb3836fc7871b1cea0e08389d681138937ede /include
parent35b2535489e563fbb58d383e7abc4913ce6f4c33 (diff)
downloadATCD-faa1df8435fb7a9a3d165d12b20e3a7b8ed4fb16.tar.gz
ChangeLogTag: Tue Dec 14 19:39:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_cygwin32.GNU4
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.