mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 17:10:55 +00:00
fix stuff
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@619 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -2,13 +2,16 @@ dnl $Id$
|
||||
ifdef([use_x11],[add_cflag([-DUSE_X11])dnl
|
||||
add_lib([-lX11 -lXrender -lXcursor])dnl
|
||||
new_object([src/backend/x11.c])dnl
|
||||
define([gl_lib],[-lGL -lGLU])])dnl
|
||||
define([gl_lib],[-lGL -lGLU])dnl
|
||||
])dnl
|
||||
dnl
|
||||
ifdef([use_gdi],[add_cflag([-DUSE_GDI])dnl
|
||||
add_lib([-lgdi32])dnl
|
||||
new_object([src/backend/gdi.c])dnl
|
||||
define([gl_lib],[-lopengl32 -lglu32])])dnl
|
||||
define([gl_lib],[-lopengl32 -lglu32])dnl
|
||||
])dnl
|
||||
dnl
|
||||
ifdef([use_darwin],[add_cflag([-DUSE_DARWIN -DSTBI_NO_THREAD_LOCALS])dnl
|
||||
new_object([src/backend/mac/*.c])dnl
|
||||
define([gl_lib],[])])dnl
|
||||
define([gl_lib],[])dnl
|
||||
])dnl
|
||||
|
||||
Reference in New Issue
Block a user