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

Unified Diff: src/untrusted/irt/nacl.scons

Issue 7242011: Get rid of assumptions about ".nexe" extension. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 6 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
Index: src/untrusted/irt/nacl.scons
===================================================================
--- src/untrusted/irt/nacl.scons (revision 5756)
+++ src/untrusted/irt/nacl.scons (working copy)
@@ -83,13 +83,13 @@
return blob_env.ComponentProgram(output, irt_support_objs + files,
EXTRA_LIBS=libs + irt_support_libs)
-irt_core_library = LinkIrt('irt_core.nexe', irt_nonbrowser, [])
-irt_library = LinkIrt('irt.nexe', irt_browser, ['ppruntime',
- 'srpc',
- 'imc_syscalls',
- 'platform',
- 'gio',
- 'm'])
+irt_core_library = LinkIrt('irt_core', irt_nonbrowser, [])
+irt_library = LinkIrt('irt', irt_browser, ['ppruntime',
+ 'srpc',
+ 'imc_syscalls',
+ 'platform',
+ 'gio',
+ 'm'])
# TODO(mcgrathr): these should be installed, but scons is a mystery
#env.AddHeaderToSdk(['irt.h'])

Powered by Google App Engine
This is Rietveld 408576698