Index: native_client_sdk/src/examples/dlopen/example.dsc |
=================================================================== |
--- native_client_sdk/src/examples/dlopen/example.dsc (revision 0) |
+++ native_client_sdk/src/examples/dlopen/example.dsc (revision 0) |
@@ -0,0 +1,21 @@ |
+{ |
+ 'TOOLS': ['glibc'], |
+ 'TARGETS': [ |
+ { |
+ 'NAME' : 'dlopen', |
+ 'TYPE' : 'main', |
+ 'SOURCES' : ['dlopen.cc'], |
+ 'LDFLAGS' : ['-g','-ldl','-lppapi_cpp', '-lppapi'] |
+ }, |
+ { |
+ 'NAME' : 'libeightball', |
+ 'TYPE' : 'so', |
+ 'SOURCES' : ['eightball.cc', 'eightball.h'], |
+ 'CXXFLAGS': ['$(NACL_CXXFLAGS)', '-fPIC'], |
+ 'LDFLAGS' : ['-g','-ldl','-lppapi_cpp', '-lppapi', '-shared'] |
+ } |
+ ], |
+ 'DEST': 'examples', |
+ 'NAME': 'dlopen', |
+} |
+ |
Property changes on: native_client_sdk/src/examples/dlopen/example.dsc |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |