diff --git a/legacy/eet/src/bin/eet_main.c b/legacy/eet/src/bin/eet_main.c index a478648f8a..1ae39fea3f 100644 --- a/legacy/eet/src/bin/eet_main.c +++ b/legacy/eet/src/bin/eet_main.c @@ -8,8 +8,10 @@ #include #include -#include #include +#ifndef _MSC_VER +# include +#endif #ifdef HAVE_EVIL # include diff --git a/legacy/eet/win32/start.bat b/legacy/eet/win32/start.bat index 0e937064e0..97f1b6582e 100644 --- a/legacy/eet/win32/start.bat +++ b/legacy/eet/win32/start.bat @@ -58,7 +58,7 @@ rem Add installation directory pathes. set INCLUDE=%EXT_DIR%\include;%INCLUDE% set LIB=%EXT_DIR%\lib;%LIB% -set INCLUDE=%cd%\common;%cd%\..\src\include;%INCLUDE% +set INCLUDE=%cd%\common;%cd%\..\src\lib;%INCLUDE% set SolutionDirectory=%cd%\%PROJECT_TYPE% set DebugOutputDirectory=%SolutionDirectory%\out diff --git a/legacy/eet/win32/vs9/eet.sln b/legacy/eet/win32/vs9/eet.sln index 836d5af477..6685a4fad0 100644 --- a/legacy/eet/win32/vs9/eet.sln +++ b/legacy/eet/win32/vs9/eet.sln @@ -1,8 +1,13 @@  Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual C++ Express 2008 +# Visual Studio 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libeet", "libeet.vcproj", "{689B4F2B-666D-439F-9BF3-1203D813DE3F}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eet", "eet.vcproj", "{1B13CAE1-0AD7-4BE8-B24C-34560EDE69A6}" + ProjectSection(ProjectDependencies) = postProject + {689B4F2B-666D-439F-9BF3-1203D813DE3F} = {689B4F2B-666D-439F-9BF3-1203D813DE3F} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -13,6 +18,10 @@ Global {689B4F2B-666D-439F-9BF3-1203D813DE3F}.Debug|Win32.Build.0 = Debug|Win32 {689B4F2B-666D-439F-9BF3-1203D813DE3F}.Release|Win32.ActiveCfg = Release|Win32 {689B4F2B-666D-439F-9BF3-1203D813DE3F}.Release|Win32.Build.0 = Release|Win32 + {1B13CAE1-0AD7-4BE8-B24C-34560EDE69A6}.Debug|Win32.ActiveCfg = Debug|Win32 + {1B13CAE1-0AD7-4BE8-B24C-34560EDE69A6}.Debug|Win32.Build.0 = Debug|Win32 + {1B13CAE1-0AD7-4BE8-B24C-34560EDE69A6}.Release|Win32.ActiveCfg = Release|Win32 + {1B13CAE1-0AD7-4BE8-B24C-34560EDE69A6}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/legacy/eet/win32/vs9/eet.vcproj b/legacy/eet/win32/vs9/eet.vcproj new file mode 100644 index 0000000000..d2f3a62eed --- /dev/null +++ b/legacy/eet/win32/vs9/eet.vcproj @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +