mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-09 19:03:29 +00:00
replace wtih new build system
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@615 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
3
cf/Darwin.m4
Normal file
3
cf/Darwin.m4
Normal file
@@ -0,0 +1,3 @@
|
||||
dnl $Id$
|
||||
define([library_suffix],[.dylib])dnl
|
||||
define([shared_flag],[-dynamiclib])dnl
|
||||
4
cf/NetBSD.m4
Normal file
4
cf/NetBSD.m4
Normal file
@@ -0,0 +1,4 @@
|
||||
dnl $Id$
|
||||
add_incdir([-I/usr/X11R7/include -I/usr/pkg/include])dnl
|
||||
add_libdir([-L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib])dnl
|
||||
define([use_x11])dnl
|
||||
7
cf/Windows.m4
Normal file
7
cf/Windows.m4
Normal file
@@ -0,0 +1,7 @@
|
||||
dnl $Id$
|
||||
define([executable_suffix],[.exe])dnl
|
||||
define([library_prefix],[])dnl
|
||||
define([library_suffix],[.dll])dnl
|
||||
add_ldflag([-Wl,--out-implib,src/libMw.a -static-libgcc])dnl
|
||||
define([math],[])dnl
|
||||
define([use_gdi])dnl
|
||||
Reference in New Issue
Block a user