update build system to autotools (finally)
This commit is contained in:
6
test/win/makefile.am
Normal file
6
test/win/makefile.am
Normal 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
|
Reference in New Issue
Block a user