git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@632 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-07 21:13:56 +00:00
parent 6bea5a96b5
commit 962cd2e1c1
5 changed files with 30 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
dnl $Id$
ifdef([build_opengl],[new_object([src/widget/opengl.c])dnl
new_example([examples/gldemos/boing],[],[],[gl_lib])dnl
new_example([examples/gldemos/clock],[],[],[gl_lib])dnl
new_example([examples/gldemos/cube],[],[],[gl_lib])dnl
new_example([examples/gldemos/gears],[],[],[gl_lib])dnl
new_example([examples/gldemos/triangle],[],[],[gl_lib])dnl
new_example([examples/gldemos/tripaint],[],[],[gl_lib])dnl
new_example([examples/gldemos/boing],[],[],gl_lib)dnl
new_example([examples/gldemos/clock],[],[],gl_lib)dnl
new_example([examples/gldemos/cube],[],[],gl_lib)dnl
new_example([examples/gldemos/gears],[],[],gl_lib)dnl
new_example([examples/gldemos/triangle],[],[],gl_lib)dnl
new_example([examples/gldemos/tripaint],[],[],gl_lib)dnl
])dnl