mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-20 07:00:28 +00:00
Add a basic entry point to allow the nexe to link
This commit is contained in:
3
Makefile
3
Makefile
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user