Add a basic entry point to allow the nexe to link

This commit is contained in:
Cameron Gutman
2016-02-12 22:23:26 -05:00
parent 0a04b8dba3
commit 364b8d6e9b
2 changed files with 32 additions and 1 deletions

View File

@@ -7,12 +7,13 @@ include $(NACL_SDK_ROOT)/tools/common.mk
# Include Moonlight-Common-C makefile
include common-c.mk
LIBS = ppapi pthread
LIBS = ppapi ppapi_cpp pthread nacl_io
CFLAGS = -Wall -Wno-missing-braces
SOURCES = \
$(COMMON_C_SOURCE) \
libchelper.c \
main.cpp \
# Build rules generated by macros from common.mk: