diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2010-04-10 13:00:02 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2010-04-10 13:00:02 +0000 |
commit | 63f9adccc4c9071f59b8cf2c9e6f5484ef911380 (patch) | |
tree | 72f5edff718bf05cb42c990b514482225304bbc2 /win32 | |
parent | 845b3d37c6b857b9c103c69335ad1a1876133c28 (diff) |
update Visual Studio project files
SVN revision: 47893
Diffstat (limited to 'win32')
-rw-r--r-- | win32/set_env.bat | 11 | ||||
-rw-r--r-- | win32/vs8/expedite.vcproj | 176 |
2 files changed, 178 insertions, 9 deletions
diff --git a/win32/set_env.bat b/win32/set_env.bat index eef27b8..cd053ee 100644 --- a/win32/set_env.bat +++ b/win32/set_env.bat | |||
@@ -1,7 +1,7 @@ | |||
1 | @echo off | 1 | @echo off |
2 | 2 | ||
3 | rem Set external libraries directory. | 3 | rem Set external libraries directory. |
4 | set EXT_DIR=%cd%\..\..\..\..\extern | 4 | set EXT_DIR=%cd%\..\..\..\extern |
5 | 5 | ||
6 | if not exist %EXT_DIR% ( | 6 | if not exist %EXT_DIR% ( |
7 | set EXT_DIR= | 7 | set EXT_DIR= |
@@ -15,16 +15,17 @@ set INCLUDE=%EXT_DIR%\include;%INCLUDE% | |||
15 | set LIB=%EXT_DIR%\lib;%LIB% | 15 | set LIB=%EXT_DIR%\lib;%LIB% |
16 | 16 | ||
17 | rem Add Evil lib path | 17 | rem Add Evil lib path |
18 | set EvilInclude=%cd%\..\..\proto\evil\src\lib | 18 | set EvilInclude=%cd%\..\..\evil\src\lib |
19 | set EvilCommon=%cd%\..\..\proto\evil\win32\common | 19 | set EvilCommon=%cd%\..\..\evil\win32\common |
20 | set EvilOut=%cd%\..\..\proto\evil\win32\%PROJECT_TYPE%\out | 20 | set EvilOut=%cd%\..\..\evil\win32\%PROJECT_TYPE%\out |
21 | 21 | ||
22 | rem Add Evas lib path | 22 | rem Add Evas lib path |
23 | set EvasOut=%cd%\..\..\evas\win32\%PROJECT_TYPE%\out | 23 | set EvasOut=%cd%\..\..\evas\win32\%PROJECT_TYPE%\out |
24 | set EvasDirect3DInclude=%cd%\..\..\evas\src\modules\engines\direct3d | 24 | set EvasDirect3DInclude=%cd%\..\..\evas\src\modules\engines\direct3d |
25 | set EvasGLGlewInclude=%cd%\..\..\evas\src\modules\engines\gl_glew | 25 | set EvasGLGlewInclude=%cd%\..\..\evas\src\modules\engines\gl_glew |
26 | set EvasDDrawInclude=%cd%\..\..\evas\src\modules\engines\software_ddraw | 26 | set EvasDDrawInclude=%cd%\..\..\evas\src\modules\engines\software_ddraw |
27 | set EvasInclude=%EvasDDrawInclude%;%EvasGLGlewInclude%;%EvasDirect3DInclude%;%cd%\..\..\evas\src\lib | 27 | set EvasGDIInclude=%cd%\..\..\evas\src\modules\engines\software_gdi |
28 | set EvasInclude=%EvasGDIInclude%;%EvasDDrawInclude%;%EvasGLGlewInclude%;%EvasDirect3DInclude%;%cd%\..\..\evas\src\lib | ||
28 | 29 | ||
29 | rem Add Eina lib path | 30 | rem Add Eina lib path |
30 | set EinaInclude=%cd%\..\..\eina\src\include | 31 | set EinaInclude=%cd%\..\..\eina\src\include |
diff --git a/win32/vs8/expedite.vcproj b/win32/vs8/expedite.vcproj index a9bb932..d98798b 100644 --- a/win32/vs8/expedite.vcproj +++ b/win32/vs8/expedite.vcproj | |||
@@ -41,7 +41,7 @@ | |||
41 | Name="VCCLCompilerTool" | 41 | Name="VCCLCompilerTool" |
42 | Optimization="0" | 42 | Optimization="0" |
43 | AdditionalIncludeDirectories="$(INCLUDE)" | 43 | AdditionalIncludeDirectories="$(INCLUDE)" |
44 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_EVIL;__CRT_INLINE=__inline;snprintf=_snprintf_c;PACKAGE_DATA_DIR=;HAVE_EVAS_DIRECT3D;HAVE_EVAS_OPENGL_GLEW" | 44 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_EVIL;__CRT_INLINE=__inline;inline=__inline;snprintf=_snprintf_c;PACKAGE_DATA_DIR=;HAVE_EVAS_DIRECT3D;HAVE_EVAS_SOFTWARE_GDI;_CRT_SECURE_NO_DEPRECATE" |
45 | MinimalRebuild="true" | 45 | MinimalRebuild="true" |
46 | BasicRuntimeChecks="3" | 46 | BasicRuntimeChecks="3" |
47 | RuntimeLibrary="3" | 47 | RuntimeLibrary="3" |
@@ -61,7 +61,7 @@ | |||
61 | /> | 61 | /> |
62 | <Tool | 62 | <Tool |
63 | Name="VCLinkerTool" | 63 | Name="VCLinkerTool" |
64 | AdditionalDependencies="eina.lib libevas.lib d3d9.lib d3dx9.lib ddraw.lib opengl32.lib glew32.lib" | 64 | AdditionalDependencies="eina.lib libevas.lib d3d9.lib d3dx9.lib ddraw.lib gdi32.lib user32.lib" |
65 | OutputFile="$(OutDir)\expedite.exe" | 65 | OutputFile="$(OutDir)\expedite.exe" |
66 | LinkIncremental="2" | 66 | LinkIncremental="2" |
67 | AdditionalLibraryDirectories="$(LIB); $(DebugLibraryDirectory)" | 67 | AdditionalLibraryDirectories="$(LIB); $(DebugLibraryDirectory)" |
@@ -120,7 +120,7 @@ | |||
120 | <Tool | 120 | <Tool |
121 | Name="VCCLCompilerTool" | 121 | Name="VCCLCompilerTool" |
122 | AdditionalIncludeDirectories="$(INCLUDE)" | 122 | AdditionalIncludeDirectories="$(INCLUDE)" |
123 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_EVIL;__CRT_INLINE=__inline;snprintf=_snprintf_c;PACKAGE_DATA_DIR=;HAVE_EVAS_DIRECT3D;HAVE_EVAS_OPENGL_GLEW" | 123 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_EVIL;__CRT_INLINE=__inline;inline=__inline;snprintf=_snprintf_c;PACKAGE_DATA_DIR=;HAVE_EVAS_DIRECT3D;HAVE_EVAS_SOFTWARE_GDI;_CRT_SECURE_NO_DEPRECATE" |
124 | RuntimeLibrary="2" | 124 | RuntimeLibrary="2" |
125 | UsePrecompiledHeader="0" | 125 | UsePrecompiledHeader="0" |
126 | WarningLevel="3" | 126 | WarningLevel="3" |
@@ -138,7 +138,7 @@ | |||
138 | /> | 138 | /> |
139 | <Tool | 139 | <Tool |
140 | Name="VCLinkerTool" | 140 | Name="VCLinkerTool" |
141 | AdditionalDependencies="eina.lib libevas.lib d3d9.lib d3dx9.lib ddraw.lib opengl32.lib glew32.lib" | 141 | AdditionalDependencies="eina.lib libevas.lib d3d9.lib d3dx9.lib ddraw.lib gdi32.lib user32.lib" |
142 | OutputFile="$(OutDir)\expedite.exe" | 142 | OutputFile="$(OutDir)\expedite.exe" |
143 | LinkIncremental="1" | 143 | LinkIncremental="1" |
144 | AdditionalLibraryDirectories="$(LIB); $(ReleaseLibraryDirectory)" | 144 | AdditionalLibraryDirectories="$(LIB); $(ReleaseLibraryDirectory)" |
@@ -233,6 +233,42 @@ | |||
233 | <File | 233 | <File |
234 | RelativePath="..\..\src\bin\engine_gl_glew.c" | 234 | RelativePath="..\..\src\bin\engine_gl_glew.c" |
235 | > | 235 | > |
236 | <FileConfiguration | ||
237 | Name="Debug|Win32" | ||
238 | ExcludedFromBuild="true" | ||
239 | > | ||
240 | <Tool | ||
241 | Name="VCCLCompilerTool" | ||
242 | /> | ||
243 | </FileConfiguration> | ||
244 | <FileConfiguration | ||
245 | Name="Release|Win32" | ||
246 | ExcludedFromBuild="true" | ||
247 | > | ||
248 | <Tool | ||
249 | Name="VCCLCompilerTool" | ||
250 | /> | ||
251 | </FileConfiguration> | ||
252 | </File> | ||
253 | <File | ||
254 | RelativePath="..\..\src\bin\engine_gl_sdl.c" | ||
255 | > | ||
256 | <FileConfiguration | ||
257 | Name="Debug|Win32" | ||
258 | ExcludedFromBuild="true" | ||
259 | > | ||
260 | <Tool | ||
261 | Name="VCCLCompilerTool" | ||
262 | /> | ||
263 | </FileConfiguration> | ||
264 | <FileConfiguration | ||
265 | Name="Release|Win32" | ||
266 | ExcludedFromBuild="true" | ||
267 | > | ||
268 | <Tool | ||
269 | Name="VCCLCompilerTool" | ||
270 | /> | ||
271 | </FileConfiguration> | ||
236 | </File> | 272 | </File> |
237 | <File | 273 | <File |
238 | RelativePath="..\..\src\bin\engine_gl_x11.c" | 274 | RelativePath="..\..\src\bin\engine_gl_x11.c" |
@@ -335,6 +371,10 @@ | |||
335 | </FileConfiguration> | 371 | </FileConfiguration> |
336 | </File> | 372 | </File> |
337 | <File | 373 | <File |
374 | RelativePath="..\..\src\bin\engine_software_gdi.c" | ||
375 | > | ||
376 | </File> | ||
377 | <File | ||
338 | RelativePath="..\..\src\bin\engine_software_sdl.c" | 378 | RelativePath="..\..\src\bin\engine_software_sdl.c" |
339 | > | 379 | > |
340 | <FileConfiguration | 380 | <FileConfiguration |
@@ -403,6 +443,14 @@ | |||
403 | > | 443 | > |
404 | </File> | 444 | </File> |
405 | <File | 445 | <File |
446 | RelativePath="..\..\src\bin\image_blend_fade_pow2_unscaled.c" | ||
447 | > | ||
448 | </File> | ||
449 | <File | ||
450 | RelativePath="..\..\src\bin\image_blend_fade_unscaled.c" | ||
451 | > | ||
452 | </File> | ||
453 | <File | ||
406 | RelativePath="..\..\src\bin\image_blend_nearest_same_scaled.c" | 454 | RelativePath="..\..\src\bin\image_blend_nearest_same_scaled.c" |
407 | > | 455 | > |
408 | </File> | 456 | </File> |
@@ -487,6 +535,22 @@ | |||
487 | > | 535 | > |
488 | </File> | 536 | </File> |
489 | <File | 537 | <File |
538 | RelativePath="..\..\src\bin\image_blend_solid_fade_pow2_unscaled.c" | ||
539 | > | ||
540 | </File> | ||
541 | <File | ||
542 | RelativePath="..\..\src\bin\image_blend_solid_fade_unscaled.c" | ||
543 | > | ||
544 | </File> | ||
545 | <File | ||
546 | RelativePath="..\..\src\bin\image_blend_solid_middle_border.c" | ||
547 | > | ||
548 | </File> | ||
549 | <File | ||
550 | RelativePath="..\..\src\bin\image_blend_solid_middle_unscaled.c" | ||
551 | > | ||
552 | </File> | ||
553 | <File | ||
490 | RelativePath="..\..\src\bin\image_blend_solid_unscaled.c" | 554 | RelativePath="..\..\src\bin\image_blend_solid_unscaled.c" |
491 | > | 555 | > |
492 | </File> | 556 | </File> |
@@ -515,6 +579,82 @@ | |||
515 | > | 579 | > |
516 | </File> | 580 | </File> |
517 | <File | 581 | <File |
582 | RelativePath="..\..\src\bin\image_map_3d_1.c" | ||
583 | > | ||
584 | </File> | ||
585 | <File | ||
586 | RelativePath="..\..\src\bin\image_map_3d_2.c" | ||
587 | > | ||
588 | </File> | ||
589 | <File | ||
590 | RelativePath="..\..\src\bin\image_map_3d_3.c" | ||
591 | > | ||
592 | </File> | ||
593 | <File | ||
594 | RelativePath="..\..\src\bin\image_map_3d_4.c" | ||
595 | > | ||
596 | </File> | ||
597 | <File | ||
598 | RelativePath="..\..\src\bin\image_map_3d_5.c" | ||
599 | > | ||
600 | </File> | ||
601 | <File | ||
602 | RelativePath="..\..\src\bin\image_map_3d_6.c" | ||
603 | > | ||
604 | </File> | ||
605 | <File | ||
606 | RelativePath="..\..\src\bin\image_map_3d_flow.c" | ||
607 | > | ||
608 | </File> | ||
609 | <File | ||
610 | RelativePath="..\..\src\bin\image_map_color_alpha_nearest_rotate.c" | ||
611 | > | ||
612 | </File> | ||
613 | <File | ||
614 | RelativePath="..\..\src\bin\image_map_color_alpha_nearest_solid_rotate.c" | ||
615 | > | ||
616 | </File> | ||
617 | <File | ||
618 | RelativePath="..\..\src\bin\image_map_color_alpha_rotate.c" | ||
619 | > | ||
620 | </File> | ||
621 | <File | ||
622 | RelativePath="..\..\src\bin\image_map_color_alpha_solid_rotate.c" | ||
623 | > | ||
624 | </File> | ||
625 | <File | ||
626 | RelativePath="..\..\src\bin\image_map_color_nearest_rotate.c" | ||
627 | > | ||
628 | </File> | ||
629 | <File | ||
630 | RelativePath="..\..\src\bin\image_map_color_nearest_solid_rotate.c" | ||
631 | > | ||
632 | </File> | ||
633 | <File | ||
634 | RelativePath="..\..\src\bin\image_map_color_rotate.c" | ||
635 | > | ||
636 | </File> | ||
637 | <File | ||
638 | RelativePath="..\..\src\bin\image_map_color_solid_rotate.c" | ||
639 | > | ||
640 | </File> | ||
641 | <File | ||
642 | RelativePath="..\..\src\bin\image_map_nearest_rotate.c" | ||
643 | > | ||
644 | </File> | ||
645 | <File | ||
646 | RelativePath="..\..\src\bin\image_map_nearest_solid_rotate.c" | ||
647 | > | ||
648 | </File> | ||
649 | <File | ||
650 | RelativePath="..\..\src\bin\image_map_rotate.c" | ||
651 | > | ||
652 | </File> | ||
653 | <File | ||
654 | RelativePath="..\..\src\bin\image_map_solid_rotate.c" | ||
655 | > | ||
656 | </File> | ||
657 | <File | ||
518 | RelativePath="..\..\src\bin\image_quality_scale.c" | 658 | RelativePath="..\..\src\bin\image_quality_scale.c" |
519 | > | 659 | > |
520 | </File> | 660 | </File> |
@@ -535,6 +675,14 @@ | |||
535 | > | 675 | > |
536 | </File> | 676 | </File> |
537 | <File | 677 | <File |
678 | RelativePath="..\..\src\bin\rect_blend_pow2.c" | ||
679 | > | ||
680 | </File> | ||
681 | <File | ||
682 | RelativePath="..\..\src\bin\rect_blend_pow2_few.c" | ||
683 | > | ||
684 | </File> | ||
685 | <File | ||
538 | RelativePath="..\..\src\bin\rect_solid.c" | 686 | RelativePath="..\..\src\bin\rect_solid.c" |
539 | > | 687 | > |
540 | </File> | 688 | </File> |
@@ -570,6 +718,22 @@ | |||
570 | RelativePath="..\..\src\bin\ui.c" | 718 | RelativePath="..\..\src\bin\ui.c" |
571 | > | 719 | > |
572 | </File> | 720 | </File> |
721 | <File | ||
722 | RelativePath="..\..\src\bin\widgets_file_icons.c" | ||
723 | > | ||
724 | </File> | ||
725 | <File | ||
726 | RelativePath="..\..\src\bin\widgets_file_icons_2.c" | ||
727 | > | ||
728 | </File> | ||
729 | <File | ||
730 | RelativePath="..\..\src\bin\widgets_file_icons_3.c" | ||
731 | > | ||
732 | </File> | ||
733 | <File | ||
734 | RelativePath="..\..\src\bin\widgets_file_icons_4.c" | ||
735 | > | ||
736 | </File> | ||
573 | </Filter> | 737 | </Filter> |
574 | <Filter | 738 | <Filter |
575 | Name="Header Files" | 739 | Name="Header Files" |
@@ -617,6 +781,10 @@ | |||
617 | > | 781 | > |
618 | </File> | 782 | </File> |
619 | <File | 783 | <File |
784 | RelativePath="..\..\src\bin\engine_software_gdi.h" | ||
785 | > | ||
786 | </File> | ||
787 | <File | ||
620 | RelativePath="..\..\src\bin\engine_software_sdl.h" | 788 | RelativePath="..\..\src\bin\engine_software_sdl.h" |
621 | > | 789 | > |
622 | </File> | 790 | </File> |