[c-host] added linux platform stubs

This commit is contained in:
Geoffrey McRae
2019-02-28 19:31:04 +11:00
parent a8622be1c6
commit fb2a2076a2
2 changed files with 47 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ ifdef OS
DLLS += dll/libd3d11.a
OBJS += capture/dxgi.o
endif
else
OBJS += linux/platform.o
endif
all: $(OBJS) $(DLLS)