forked from pyrite-dev/milsko
solve merge conflict
This commit is contained in:
commit
3f6a77f890
171 changed files with 730 additions and 926 deletions
|
|
@ -1,5 +1,3 @@
|
|||
# $Id$
|
||||
|
||||
if(system("wayland-scanner -v >/dev/null 2>&1") == 0){
|
||||
use_backend("wayland", "x11");
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
add_incdir("-I/usr/X11R7/include -I/usr/pkg/include");
|
||||
add_libdir(
|
||||
"-L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib");
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
use_backend("x11");
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
add_libs("-lsocket -lnsl");
|
||||
use_backend("x11");
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
$library_prefix = "";
|
||||
$library_suffix = ".dll";
|
||||
$executable_suffix = ".exe";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
new_object("src/*.c");
|
||||
|
||||
my $gl_libs = "";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
sub add_incdir {
|
||||
my $input = $_[0];
|
||||
$input =~ s/\r?\n/ /g;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue