Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: ports/alut-demo/Makefile

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/agg-demo/drawing.cc ('k') | ports/alut-demo/alut_hello_world.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/alut-demo/Makefile
diff --git a/ports/alut-demo/Makefile b/ports/alut-demo/Makefile
index 71a66c745e7cf6b6974b99eb44908c162dc6b9c6..fe33a0c35cf241eb646103b1a29afbf05c3af1a5 100644
--- a/ports/alut-demo/Makefile
+++ b/ports/alut-demo/Makefile
@@ -5,7 +5,7 @@
include $(NACL_SDK_ROOT)/tools/common.mk
TARGET = alut-demo
-LIBS = alut openal ppapi_simple nacl_io ppapi_cpp ppapi
+LIBS = alut openal
SOURCES = alut_hello_world.c
INSTALL_DIR = $(NACL_PACKAGES_PUBLISH)/$(TARGET)/$(TOOLCHAIN)
CFLAGS += -Wall -Werror
« no previous file with comments | « ports/agg-demo/drawing.cc ('k') | ports/alut-demo/alut_hello_world.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698