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

Side by Side Diff: tools/visual_studio/v8_base_arm.vcproj

Issue 9669: Add ARM simulator build files. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 12 years, 1 month 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 | « tools/visual_studio/v8_arm.sln ('k') | tools/visual_studio/v8_cctest_arm.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ native
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="v8_base"
6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}"
7 RootNamespace="v8_base"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 ConfigurationType="4"
21 InheritedPropertySheets=".\common.vsprops;.\debug.vsprop s;.\arm.vsprops"
22 >
23 <Tool
24 Name="VCPreBuildEventTool"
25 />
26 <Tool
27 Name="VCCustomBuildTool"
28 />
29 <Tool
30 Name="VCXMLDataGeneratorTool"
31 />
32 <Tool
33 Name="VCWebServiceProxyGeneratorTool"
34 />
35 <Tool
36 Name="VCMIDLTool"
37 />
38 <Tool
39 Name="VCCLCompilerTool"
40 />
41 <Tool
42 Name="VCManagedResourceCompilerTool"
43 />
44 <Tool
45 Name="VCResourceCompilerTool"
46 />
47 <Tool
48 Name="VCPreLinkEventTool"
49 />
50 <Tool
51 Name="VCLibrarianTool"
52 OutputFile="$(OutDir)\lib\v8_base.lib"
53 />
54 <Tool
55 Name="VCALinkTool"
56 />
57 <Tool
58 Name="VCXDCMakeTool"
59 />
60 <Tool
61 Name="VCBscMakeTool"
62 />
63 <Tool
64 Name="VCFxCopTool"
65 />
66 <Tool
67 Name="VCPostBuildEventTool"
68 />
69 </Configuration>
70 <Configuration
71 Name="Release|Win32"
72 ConfigurationType="4"
73 InheritedPropertySheets=".\common.vsprops;.\release.vspr ops;.\arm.vsprops"
74 >
75 <Tool
76 Name="VCPreBuildEventTool"
77 />
78 <Tool
79 Name="VCCustomBuildTool"
80 />
81 <Tool
82 Name="VCXMLDataGeneratorTool"
83 />
84 <Tool
85 Name="VCWebServiceProxyGeneratorTool"
86 />
87 <Tool
88 Name="VCMIDLTool"
89 />
90 <Tool
91 Name="VCCLCompilerTool"
92 />
93 <Tool
94 Name="VCManagedResourceCompilerTool"
95 />
96 <Tool
97 Name="VCResourceCompilerTool"
98 />
99 <Tool
100 Name="VCPreLinkEventTool"
101 />
102 <Tool
103 Name="VCLibrarianTool"
104 />
105 <Tool
106 Name="VCALinkTool"
107 />
108 <Tool
109 Name="VCXDCMakeTool"
110 />
111 <Tool
112 Name="VCBscMakeTool"
113 />
114 <Tool
115 Name="VCFxCopTool"
116 />
117 <Tool
118 Name="VCPostBuildEventTool"
119 />
120 </Configuration>
121 </Configurations>
122 <References>
123 </References>
124 <Files>
125 <Filter
126 Name="jscre"
127 >
128 <File
129 RelativePath="..\..\src\third_party\jscre\pcre_c ompile.cpp"
130 >
131 <FileConfiguration
132 Name="Debug|Win32"
133 >
134 <Tool
135 Name="VCCLCompilerTool"
136 UndefinePreprocessorDefinitions= "DEBUG"
137 />
138 </FileConfiguration>
139 <FileConfiguration
140 Name="Release|Win32"
141 >
142 <Tool
143 Name="VCCLCompilerTool"
144 UndefinePreprocessorDefinitions= "DEBUG"
145 />
146 </FileConfiguration>
147 </File>
148 <File
149 RelativePath="..\..\src\third_party\jscre\pcre_e xec.cpp"
150 >
151 <FileConfiguration
152 Name="Debug|Win32"
153 >
154 <Tool
155 Name="VCCLCompilerTool"
156 UndefinePreprocessorDefinitions= "DEBUG"
157 />
158 </FileConfiguration>
159 <FileConfiguration
160 Name="Release|Win32"
161 >
162 <Tool
163 Name="VCCLCompilerTool"
164 UndefinePreprocessorDefinitions= "DEBUG"
165 />
166 </FileConfiguration>
167 </File>
168 <File
169 RelativePath="..\..\src\third_party\jscre\pcre_i nternal.h"
170 >
171 </File>
172 <File
173 RelativePath="..\..\src\third_party\jscre\pcre_t ables.cpp"
174 >
175 <FileConfiguration
176 Name="Debug|Win32"
177 >
178 <Tool
179 Name="VCCLCompilerTool"
180 UndefinePreprocessorDefinitions= "DEBUG"
181 />
182 </FileConfiguration>
183 <FileConfiguration
184 Name="Release|Win32"
185 >
186 <Tool
187 Name="VCCLCompilerTool"
188 UndefinePreprocessorDefinitions= "DEBUG"
189 />
190 </FileConfiguration>
191 </File>
192 <File
193 RelativePath="..\..\src\third_party\jscre\pcre_u cp_searchfuncs.cpp"
194 >
195 <FileConfiguration
196 Name="Debug|Win32"
197 >
198 <Tool
199 Name="VCCLCompilerTool"
200 UndefinePreprocessorDefinitions= "DEBUG"
201 />
202 </FileConfiguration>
203 <FileConfiguration
204 Name="Release|Win32"
205 >
206 <Tool
207 Name="VCCLCompilerTool"
208 UndefinePreprocessorDefinitions= "DEBUG"
209 />
210 </FileConfiguration>
211 </File>
212 <File
213 RelativePath="..\..\src\third_party\jscre\pcre_x class.cpp"
214 >
215 <FileConfiguration
216 Name="Debug|Win32"
217 >
218 <Tool
219 Name="VCCLCompilerTool"
220 UndefinePreprocessorDefinitions= "DEBUG"
221 />
222 </FileConfiguration>
223 <FileConfiguration
224 Name="Release|Win32"
225 >
226 <Tool
227 Name="VCCLCompilerTool"
228 UndefinePreprocessorDefinitions= "DEBUG"
229 />
230 </FileConfiguration>
231 </File>
232 </Filter>
233 <Filter
234 Name="dtoa"
235 >
236 <File
237 RelativePath="..\..\src\dtoa-config.c"
238 >
239 <FileConfiguration
240 Name="Debug|Win32"
241 >
242 <Tool
243 Name="VCCLCompilerTool"
244 DisableSpecificWarnings="4018;42 44"
245 />
246 </FileConfiguration>
247 <FileConfiguration
248 Name="Release|Win32"
249 >
250 <Tool
251 Name="VCCLCompilerTool"
252 DisableSpecificWarnings="4018;42 44"
253 />
254 </FileConfiguration>
255 </File>
256 </Filter>
257 <Filter
258 Name="src"
259 >
260 <File
261 RelativePath="..\..\src\accessors.cc"
262 >
263 </File>
264 <File
265 RelativePath="..\..\src\accessors.h"
266 >
267 </File>
268 <File
269 RelativePath="..\..\src\allocation.cc"
270 >
271 </File>
272 <File
273 RelativePath="..\..\src\allocation.h"
274 >
275 </File>
276 <File
277 RelativePath="..\..\src\api.cc"
278 >
279 </File>
280 <File
281 RelativePath="..\..\src\api.h"
282 >
283 </File>
284 <File
285 RelativePath="..\..\src\arguments.h"
286 >
287 </File>
288 <File
289 RelativePath="..\..\src\assembler-arm-inl.h"
290 >
291 </File>
292 <File
293 RelativePath="..\..\src\assembler-arm.cc"
294 >
295 </File>
296 <File
297 RelativePath="..\..\src\assembler-arm.h"
298 >
299 </File>
300 <File
301 RelativePath="..\..\src\assembler.cc"
302 >
303 </File>
304 <File
305 RelativePath="..\..\src\assembler.h"
306 >
307 </File>
308 <File
309 RelativePath="..\..\src\ast.cc"
310 >
311 </File>
312 <File
313 RelativePath="..\..\src\ast.h"
314 >
315 </File>
316 <File
317 RelativePath="..\..\src\bootstrapper.cc"
318 >
319 </File>
320 <File
321 RelativePath="..\..\src\bootstrapper.h"
322 >
323 </File>
324 <File
325 RelativePath="..\..\src\builtins-arm.cc"
326 >
327 </File>
328 <File
329 RelativePath="..\..\src\builtins.cc"
330 >
331 </File>
332 <File
333 RelativePath="..\..\src\builtins.h"
334 >
335 </File>
336 <File
337 RelativePath="..\..\src\char-predicates-inl.h"
338 >
339 </File>
340 <File
341 RelativePath="..\..\src\char-predicates.h"
342 >
343 </File>
344 <File
345 RelativePath="..\..\src\checks.cc"
346 >
347 </File>
348 <File
349 RelativePath="..\..\src\checks.h"
350 >
351 </File>
352 <File
353 RelativePath="..\..\src\code-stubs.cc"
354 >
355 </File>
356 <File
357 RelativePath="..\..\src\code-stubs.h"
358 >
359 </File>
360 <File
361 RelativePath="..\..\src\code.h"
362 >
363 </File>
364 <File
365 RelativePath="..\..\src\codegen-arm.cc"
366 >
367 </File>
368 <File
369 RelativePath="..\..\src\codegen-arm.h"
370 >
371 </File>
372 <File
373 RelativePath="..\..\src\codegen-inl.h"
374 >
375 </File>
376 <File
377 RelativePath="..\..\src\codegen.cc"
378 >
379 </File>
380 <File
381 RelativePath="..\..\src\codegen.h"
382 >
383 </File>
384 <File
385 RelativePath="..\..\src\compilation-cache.cc"
386 >
387 </File>
388 <File
389 RelativePath="..\..\src\compilation-cache.h"
390 >
391 </File>
392 <File
393 RelativePath="..\..\src\compiler.cc"
394 >
395 </File>
396 <File
397 RelativePath="..\..\src\compiler.h"
398 >
399 </File>
400 <File
401 RelativePath="..\..\src\constants-arm.h"
402 >
403 </File>
404 <File
405 RelativePath="..\..\src\contexts.cc"
406 >
407 </File>
408 <File
409 RelativePath="..\..\src\contexts.h"
410 >
411 </File>
412 <File
413 RelativePath="..\..\src\conversions-inl.h"
414 >
415 </File>
416 <File
417 RelativePath="..\..\src\conversions.cc"
418 >
419 </File>
420 <File
421 RelativePath="..\..\src\conversions.h"
422 >
423 </File>
424 <File
425 RelativePath="..\..\src\counters.cc"
426 >
427 </File>
428 <File
429 RelativePath="..\..\src\counters.h"
430 >
431 </File>
432 <File
433 RelativePath="..\..\src\cpu-arm.cc"
434 >
435 </File>
436 <File
437 RelativePath="..\..\src\cpu.h"
438 >
439 </File>
440 <File
441 RelativePath="..\..\src\dateparser.cc"
442 >
443 </File>
444 <File
445 RelativePath="..\..\src\dateparser.h"
446 >
447 </File>
448 <File
449 RelativePath="..\..\src\debug.cc"
450 >
451 </File>
452 <File
453 RelativePath="..\..\src\debug.h"
454 >
455 </File>
456 <File
457 RelativePath="..\..\src\disassembler.cc"
458 >
459 </File>
460 <File
461 RelativePath="..\..\src\disassembler.h"
462 >
463 </File>
464 <File
465 RelativePath="..\..\src\execution.cc"
466 >
467 </File>
468 <File
469 RelativePath="..\..\src\execution.h"
470 >
471 </File>
472 <File
473 RelativePath="..\..\src\factory.cc"
474 >
475 </File>
476 <File
477 RelativePath="..\..\src\factory.h"
478 >
479 </File>
480 <File
481 RelativePath="..\..\src\flags.cc"
482 >
483 </File>
484 <File
485 RelativePath="..\..\src\flags.h"
486 >
487 </File>
488 <File
489 RelativePath="..\..\src\frames-arm.cc"
490 >
491 </File>
492 <File
493 RelativePath="..\..\src\frames-arm.h"
494 >
495 </File>
496 <File
497 RelativePath="..\..\src\frames-inl.h"
498 >
499 </File>
500 <File
501 RelativePath="..\..\src\frames.cc"
502 >
503 </File>
504 <File
505 RelativePath="..\..\src\frames.h"
506 >
507 </File>
508 <File
509 RelativePath="..\..\src\global-handles.cc"
510 >
511 </File>
512 <File
513 RelativePath="..\..\src\global-handles.h"
514 >
515 </File>
516 <File
517 RelativePath="..\..\src\globals.h"
518 >
519 </File>
520 <File
521 RelativePath="..\..\src\handles-inl.h"
522 >
523 </File>
524 <File
525 RelativePath="..\..\src\handles.cc"
526 >
527 </File>
528 <File
529 RelativePath="..\..\src\handles.h"
530 >
531 </File>
532 <File
533 RelativePath="..\..\src\hashmap.cc"
534 >
535 </File>
536 <File
537 RelativePath="..\..\src\hashmap.h"
538 >
539 </File>
540 <File
541 RelativePath="..\..\src\heap-inl.h"
542 >
543 </File>
544 <File
545 RelativePath="..\..\src\heap.cc"
546 >
547 </File>
548 <File
549 RelativePath="..\..\src\heap.h"
550 >
551 </File>
552 <File
553 RelativePath="..\..\src\ic-arm.cc"
554 >
555 </File>
556 <File
557 RelativePath="..\..\src\ic-inl.h"
558 >
559 </File>
560 <File
561 RelativePath="..\..\src\ic.cc"
562 >
563 </File>
564 <File
565 RelativePath="..\..\src\ic.h"
566 >
567 </File>
568 <File
569 RelativePath="..\..\src\interceptors.h"
570 >
571 </File>
572 <File
573 RelativePath="..\..\src\jsregexp.cc"
574 >
575 </File>
576 <File
577 RelativePath="..\..\src\jsregexp.h"
578 >
579 </File>
580 <File
581 RelativePath="..\..\src\list-inl.h"
582 >
583 </File>
584 <File
585 RelativePath="..\..\src\list.h"
586 >
587 </File>
588 <File
589 RelativePath="..\..\src\log.cc"
590 >
591 </File>
592 <File
593 RelativePath="..\..\src\log.h"
594 >
595 </File>
596 <File
597 RelativePath="..\..\src\macro-assembler-arm.cc"
598 >
599 </File>
600 <File
601 RelativePath="..\..\src\macro-assembler-arm.h"
602 >
603 </File>
604 <File
605 RelativePath="..\..\src\macro-assembler.h"
606 >
607 </File>
608 <File
609 RelativePath="..\..\src\mark-compact.cc"
610 >
611 </File>
612 <File
613 RelativePath="..\..\src\mark-compact.h"
614 >
615 </File>
616 <File
617 RelativePath="..\..\src\memory.h"
618 >
619 </File>
620 <File
621 RelativePath="..\..\src\messages.cc"
622 >
623 </File>
624 <File
625 RelativePath="..\..\src\messages.h"
626 >
627 </File>
628 <File
629 RelativePath="..\..\src\natives.h"
630 >
631 </File>
632 <File
633 RelativePath="..\..\src\objects-debug.cc"
634 >
635 <FileConfiguration
636 Name="Release|Win32"
637 ExcludedFromBuild="true"
638 >
639 <Tool
640 Name="VCCLCompilerTool"
641 />
642 </FileConfiguration>
643 </File>
644 <File
645 RelativePath="..\..\src\objects-inl.h"
646 >
647 </File>
648 <File
649 RelativePath="..\..\src\objects.cc"
650 >
651 </File>
652 <File
653 RelativePath="..\..\src\objects.h"
654 >
655 </File>
656 <File
657 RelativePath="..\..\src\parser.cc"
658 >
659 </File>
660 <File
661 RelativePath="..\..\src\parser.h"
662 >
663 </File>
664 <File
665 RelativePath="..\..\src\platform-win32.cc"
666 >
667 </File>
668 <File
669 RelativePath="..\..\src\platform.h"
670 >
671 </File>
672 <File
673 RelativePath="..\..\src\prettyprinter.cc"
674 >
675 <FileConfiguration
676 Name="Release|Win32"
677 ExcludedFromBuild="true"
678 >
679 <Tool
680 Name="VCCLCompilerTool"
681 />
682 </FileConfiguration>
683 </File>
684 <File
685 RelativePath="..\..\src\prettyprinter.h"
686 >
687 </File>
688 <File
689 RelativePath="..\..\src\property.cc"
690 >
691 </File>
692 <File
693 RelativePath="..\..\src\property.h"
694 >
695 </File>
696 <File
697 RelativePath="..\..\src\rewriter.cc"
698 >
699 </File>
700 <File
701 RelativePath="..\..\src\rewriter.h"
702 >
703 </File>
704 <File
705 RelativePath="..\..\src\runtime.cc"
706 >
707 </File>
708 <File
709 RelativePath="..\..\src\runtime.h"
710 >
711 </File>
712 <File
713 RelativePath="..\..\src\scanner.cc"
714 >
715 </File>
716 <File
717 RelativePath="..\..\src\scanner.h"
718 >
719 </File>
720 <File
721 RelativePath="..\..\src\scopeinfo.cc"
722 >
723 </File>
724 <File
725 RelativePath="..\..\src\scopeinfo.h"
726 >
727 </File>
728 <File
729 RelativePath="..\..\src\scopes.cc"
730 >
731 </File>
732 <File
733 RelativePath="..\..\src\scopes.h"
734 >
735 </File>
736 <File
737 RelativePath="..\..\src\serialize.cc"
738 >
739 </File>
740 <File
741 RelativePath="..\..\src\serialize.h"
742 >
743 </File>
744 <File
745 RelativePath="..\..\src\shell.h"
746 >
747 </File>
748 <File
749 RelativePath="..\..\src\snapshot-common.cc"
750 >
751 </File>
752 <File
753 RelativePath="..\..\src\snapshot.h"
754 >
755 </File>
756 <File
757 RelativePath="..\..\src\simulator-arm.cc"
758 >
759 </File>
760 <File
761 RelativePath="..\..\src\simulator-arm.h"
762 >
763 </File>
764 <File
765 RelativePath="..\..\src\spaces-inl.h"
766 >
767 </File>
768 <File
769 RelativePath="..\..\src\spaces.cc"
770 >
771 </File>
772 <File
773 RelativePath="..\..\src\spaces.h"
774 >
775 </File>
776 <File
777 RelativePath="..\..\src\string-stream.cc"
778 >
779 </File>
780 <File
781 RelativePath="..\..\src\string-stream.h"
782 >
783 </File>
784 <File
785 RelativePath="..\..\src\stub-cache-arm.cc"
786 >
787 </File>
788 <File
789 RelativePath="..\..\src\stub-cache.cc"
790 >
791 </File>
792 <File
793 RelativePath="..\..\src\stub-cache.h"
794 >
795 </File>
796 <File
797 RelativePath="..\..\src\token.cc"
798 >
799 </File>
800 <File
801 RelativePath="..\..\src\token.h"
802 >
803 </File>
804 <File
805 RelativePath="..\..\src\top.cc"
806 >
807 </File>
808 <File
809 RelativePath="..\..\src\top.h"
810 >
811 </File>
812 <File
813 RelativePath="..\..\src\unicode-inl.h"
814 >
815 </File>
816 <File
817 RelativePath="..\..\src\unicode.h"
818 >
819 </File>
820 <File
821 RelativePath="..\..\src\usage-analyzer.cc"
822 >
823 </File>
824 <File
825 RelativePath="..\..\src\usage-analyzer.h"
826 >
827 </File>
828 <File
829 RelativePath="..\..\src\utils.cc"
830 >
831 </File>
832 <File
833 RelativePath="..\..\src\utils.h"
834 >
835 </File>
836 <File
837 RelativePath="..\..\src\v8-counters.cc"
838 >
839 </File>
840 <File
841 RelativePath="..\..\src\v8-counters.h"
842 >
843 </File>
844 <File
845 RelativePath="..\..\src\v8.cc"
846 >
847 </File>
848 <File
849 RelativePath="..\..\src\v8.h"
850 >
851 </File>
852 <File
853 RelativePath="..\..\src\v8threads.cc"
854 >
855 </File>
856 <File
857 RelativePath="..\..\src\v8threads.h"
858 >
859 </File>
860 <File
861 RelativePath="..\..\src\variables.cc"
862 >
863 </File>
864 <File
865 RelativePath="..\..\src\variables.h"
866 >
867 </File>
868 <File
869 RelativePath="..\..\src\zone-inl.h"
870 >
871 </File>
872 <File
873 RelativePath="..\..\src\zone.cc"
874 >
875 </File>
876 <File
877 RelativePath="..\..\src\zone.h"
878 >
879 </File>
880 <Filter
881 Name="third party"
882 >
883 <File
884 RelativePath="..\..\src\disasm-arm.cc"
885 >
886 </File>
887 <File
888 RelativePath="..\..\src\disasm.h"
889 >
890 </File>
891 </Filter>
892 <Filter
893 Name="generated files"
894 >
895 <File
896 RelativePath="..\..\src\unicode.cc"
897 >
898 </File>
899 </Filter>
900 </Filter>
901 <Filter
902 Name="include"
903 >
904 <File
905 RelativePath="..\..\include\debug.h"
906 >
907 </File>
908 <File
909 RelativePath="..\..\include\v8.h"
910 >
911 </File>
912 </Filter>
913 </Files>
914 <Globals>
915 </Globals>
916 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_arm.sln ('k') | tools/visual_studio/v8_cctest_arm.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698