first commit

This commit is contained in:
2024-06-10 12:48:14 +03:00
commit d54c9805b3
1398 changed files with 739400 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
noinst_PROGRAMS= dstest
AM_CPPFLAGS = -I$(top_srcdir)/drawstuff/src -I$(top_srcdir)/include
dstest_SOURCES= dstest.cpp
dstest_LDADD=$(top_builddir)/drawstuff/src/libdrawstuff.la \
@GL_LIBS@
if WIN32
resources.o: $(top_srcdir)/drawstuff/src/resources.rc $(top_srcdir)/drawstuff/src/resource.h
$(WINDRES) $(top_srcdir)/drawstuff/src/resources.rc -o resources.o
dstest_LDADD += resources.o
endif