add mutex
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@691 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
06569b3dbf
commit
4d5f5a2f9d
7 changed files with 106 additions and 14 deletions
|
|
@ -17,6 +17,7 @@ our $cflags = "-fPIC -D_MILSKO";
|
|||
our $libdir = "";
|
||||
our $ldflags = "";
|
||||
our $math = "-lm";
|
||||
our $thread = "-lpthread";
|
||||
our $shared = "-shared";
|
||||
our $backend = "";
|
||||
|
||||
|
|
@ -142,7 +143,7 @@ print(OUT "INCDIR = ${incdir}\n");
|
|||
print(OUT "CFLAGS = ${cflags}\n");
|
||||
print(OUT "LIBDIR = ${libdir}\n");
|
||||
print(OUT "LDFLAGS = ${ldflags}\n");
|
||||
print(OUT "LIBS = ${math} ${libs}\n");
|
||||
print(OUT "LIBS = ${math} ${thread} ${libs}\n");
|
||||
print(OUT "MATH = ${math}\n");
|
||||
print(OUT "SHARED = ${shared}\n");
|
||||
print(OUT "\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue