update build system to autotools (finally)

This commit is contained in:
jp9000
2013-10-29 23:21:40 -07:00
parent fa0a65a41c
commit 676a0bd67d
16 changed files with 704 additions and 13 deletions

6
test/win/makefile.am Normal file
View File

@@ -0,0 +1,6 @@
INCLUDES = -iquote$(top_srcdir)/libobs
AM_CPPFLAGS = -DUNICODE -D_UNICODE
bin_PROGRAMS = test
test_LDADD = $(top_srcdir)/libobs/libobs.la
test_LDFLAGS = -mwindows
test_SOURCES = test.cpp