mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-07 18:09:44 +00:00
remove pthread
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@695 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -17,7 +17,6 @@ our $cflags = "-fPIC -D_MILSKO";
|
|||||||
our $libdir = "";
|
our $libdir = "";
|
||||||
our $ldflags = "";
|
our $ldflags = "";
|
||||||
our $math = "-lm";
|
our $math = "-lm";
|
||||||
our $thread = "-lpthread";
|
|
||||||
our $shared = "-shared";
|
our $shared = "-shared";
|
||||||
our $backend = "";
|
our $backend = "";
|
||||||
|
|
||||||
@@ -143,7 +142,7 @@ print(OUT "INCDIR = ${incdir}\n");
|
|||||||
print(OUT "CFLAGS = ${cflags}\n");
|
print(OUT "CFLAGS = ${cflags}\n");
|
||||||
print(OUT "LIBDIR = ${libdir}\n");
|
print(OUT "LIBDIR = ${libdir}\n");
|
||||||
print(OUT "LDFLAGS = ${ldflags}\n");
|
print(OUT "LDFLAGS = ${ldflags}\n");
|
||||||
print(OUT "LIBS = ${math} ${thread} ${libs}\n");
|
print(OUT "LIBS = ${math} ${libs}\n");
|
||||||
print(OUT "MATH = ${math}\n");
|
print(OUT "MATH = ${math}\n");
|
||||||
print(OUT "SHARED = ${shared}\n");
|
print(OUT "SHARED = ${shared}\n");
|
||||||
print(OUT "\n");
|
print(OUT "\n");
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ $library_prefix = "";
|
|||||||
$library_suffix = ".dll";
|
$library_suffix = ".dll";
|
||||||
$executable_suffix = ".exe";
|
$executable_suffix = ".exe";
|
||||||
$math = "";
|
$math = "";
|
||||||
$thread = "";
|
|
||||||
add_ldflags("-Wl,--out-implib,src/libMw.a -static-libgcc");
|
add_ldflags("-Wl,--out-implib,src/libMw.a -static-libgcc");
|
||||||
use_backend("gdi");
|
use_backend("gdi");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user