From 54b0123eab05295c4f510692bef48c0ac7618607 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Wed, 21 May 2014 04:10:12 +0000 Subject: 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 --- ide/VisualC2008/fltk.lib.vcproj | 46 +++++++++++++++++++++++++++++++++++++++++ ide/VisualC2008/fltkdll.vcproj | 42 +++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) (limited to 'ide/VisualC2008') diff --git a/ide/VisualC2008/fltk.lib.vcproj b/ide/VisualC2008/fltk.lib.vcproj index dc8112aec..a33314ebc 100644 --- a/ide/VisualC2008/fltk.lib.vcproj +++ b/ide/VisualC2008/fltk.lib.vcproj @@ -3660,6 +3660,52 @@ /> + + + + + + + + + + + + + + diff --git a/ide/VisualC2008/fltkdll.vcproj b/ide/VisualC2008/fltkdll.vcproj index 8f06b2e32..a77b1869c 100644 --- a/ide/VisualC2008/fltkdll.vcproj +++ b/ide/VisualC2008/fltkdll.vcproj @@ -3392,6 +3392,48 @@ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;FL_DLL;FL_LIBRARY;WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN;$(NoInherit)" /> + + + + + + + + + + + + + +