Remove .o files and add newly built libcef_dll_wrapper.a

This commit is contained in:
Kevin Sawicki
2012-06-04 10:32:33 -07:00
parent 2b705f7004
commit 09053b7e47
65 changed files with 3 additions and 3 deletions

View File

@@ -36,12 +36,12 @@ CFLAGS_CC_Release := -fno-rtti \
LDFLAGS_Release := -pthread \
-Wl,-z,noexecstack \
-fPIC \
-Lobj/cef \
-Llib \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \
-Wl,-rpath=obj/cef \
-Wl,-rpath-link=obj/cef
-Wl,-rpath=lib/ \
-Wl,-rpath-link=lib/
LIBS := -lX11 \
-lgtk-x11-2.0 \

Binary file not shown.

Binary file not shown.