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

Side by Side Diff: test/module/src/lib2.c

Issue 256020: Make scons 'loadable_module' output consistent with make output location... (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: '' Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/module/src/lib1.c ('k') | test/module/src/module.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #include <stdio.h>
2
3 #ifdef _WIN32
4 __declspec(dllexport)
5 #endif
6 void module_main(void)
7 {
8 fprintf(stdout, "Hello from lib2.c\n");
9 fflush(stdout);
10 }
OLDNEW
« no previous file with comments | « test/module/src/lib1.c ('k') | test/module/src/module.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698