summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2014-05-21 04:10:12 +0000
committerFabien Costantini <fabien@onepost.net>2014-05-21 04:10:12 +0000
commit54b0123eab05295c4f510692bef48c0ac7618607 (patch)
treebacc68bc8db89fba29363b8e8d0e8bfc57cea4ba /src/Makefile
parent2c820fd53dad8a753721a9a4ff5d8daced7345ee (diff)
Added a new portable sleep API(ABI compatible). Now features a flexible multi-usage sleep() api accepting decimals, msleep() for millisecs only, usleep() for microsecs. Updated Makefiles, cmakefiles, vs2008, vs2010 with the new Fl_sleep add-on. Documented new API. still needs to be added in Xcode.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10150 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 5df7ea124..2c236f47a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -106,6 +106,7 @@ CPPFILES = \
Fl_get_system_colors.cxx \
Fl_grab.cxx \
Fl_lock.cxx \
+ Fl_sleep.cxx \
Fl_own_colormap.cxx \
Fl_visual.cxx \
Fl_x.cxx \
@@ -157,13 +158,13 @@ CPPFILES = \
screen_xywh.cxx \
fl_utf8.cxx \
ps_image.cxx
-
+
OBJCPPFILES = \
Fl_cocoa.mm \
Fl_Quartz_Printer.mm \
Fl_Native_File_Chooser_MAC.mm \
Fl_Sys_Menu_Bar.mm
-
+
FLCPPFILES = \
forms_compatability.cxx \
forms_bitmap.cxx \