0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00
obs-studio/obs/makefile.am

18 lines
321 B
Plaintext
Raw Normal View History

if OS_WIN
if ARCH_X86_64
obsdir = ../build/bin/64bit
else
obsdir = ../build/bin/32bit
endif
else
obsdir = $(bindir)
endif
obs_PROGRAMS = obs
# obs_LDADD = $(top_srcdir)/libobs/libobs.la
obs_SOURCES = window-obs-basic.cpp \
window-subclass.cpp \
2013-11-23 00:24:54 +01:00
obs-app.cpp \
2013-11-23 04:57:24 +01:00
wx-wrappers.cpp \
OBSWindows.cpp