Core: -lrt added for POSIX

git-svn-id: svn://ultimatepp.org/upp/trunk@5030 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-06-01 17:08:25 +00:00
parent 252dca7c2f
commit bf859d2647

View file

@ -9,9 +9,9 @@ library(MSC !MSC8ARM) "kernel32 user32";
library(WIN32 !GUI !GNU !GCC) "ole32 oleaut32 oldnames";
library(LINUX) "pthread dl";
library(LINUX) "pthread dl rt";
library(BSD) pthread;
library(BSD) "pthread rt";
library(WIN32 !MSC8ARM) "advapi32 shell32 winmm mpr";