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

Side by Side Diff: test/win/generator-output-different-drive/prog.c

Issue 18991011: On Windows, don't try to create relative paths across different drives (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: remove .exe Created 7 years, 5 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
OLDNEW
1 #include <stdio.h> 1 #include <stdio.h>
2 2
3 int main(int argc, char *argv[]) 3 int main(int argc, char *argv[])
4 { 4 {
5 printf("Hello from prog1.c\n"); 5 printf("Hello from prog.c\n");
6 return 0; 6 return 0;
7 } 7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698