diff options
author | Mattes D <github@xoft.cz> | 2013-11-27 09:23:17 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-11-27 09:23:17 +0100 |
commit | 49760db89d94ede5d123d927141a6cd60dbaaf07 (patch) | |
tree | 6c6cf99e4cf3128311a93cd187947b502f3732a0 /VC2013/expat.vcxproj | |
parent | cWorld::SpawnExperienceOrb() now returns the entity ID of the spawned orb. (diff) | |
parent | Fixed VC2008 compilation, normalized include paths. (diff) | |
download | cuberite-49760db89d94ede5d123d927141a6cd60dbaaf07.tar cuberite-49760db89d94ede5d123d927141a6cd60dbaaf07.tar.gz cuberite-49760db89d94ede5d123d927141a6cd60dbaaf07.tar.bz2 cuberite-49760db89d94ede5d123d927141a6cd60dbaaf07.tar.lz cuberite-49760db89d94ede5d123d927141a6cd60dbaaf07.tar.xz cuberite-49760db89d94ede5d123d927141a6cd60dbaaf07.tar.zst cuberite-49760db89d94ede5d123d927141a6cd60dbaaf07.zip |
Diffstat (limited to 'VC2013/expat.vcxproj')
-rw-r--r-- | VC2013/expat.vcxproj | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/VC2013/expat.vcxproj b/VC2013/expat.vcxproj index 3049b972a..388bf6158 100644 --- a/VC2013/expat.vcxproj +++ b/VC2013/expat.vcxproj @@ -73,26 +73,26 @@ </ClCompile> </ItemDefinitionGroup> <ItemGroup> - <ClInclude Include="..\expat\ascii.h" /> - <ClInclude Include="..\expat\asciitab.h" /> - <ClInclude Include="..\expat\expat.h" /> - <ClInclude Include="..\expat\expat_external.h" /> - <ClInclude Include="..\expat\iasciitab.h" /> - <ClInclude Include="..\expat\internal.h" /> - <ClInclude Include="..\expat\latin1tab.h" /> - <ClInclude Include="..\expat\nametab.h" /> - <ClInclude Include="..\expat\utf8tab.h" /> - <ClInclude Include="..\expat\winconfig.h" /> - <ClInclude Include="..\expat\xmlrole.h" /> - <ClInclude Include="..\expat\xmltok.h" /> - <ClInclude Include="..\expat\xmltok_impl.h" /> + <ClInclude Include="..\lib\expat\ascii.h" /> + <ClInclude Include="..\lib\expat\asciitab.h" /> + <ClInclude Include="..\lib\expat\expat.h" /> + <ClInclude Include="..\lib\expat\expat_external.h" /> + <ClInclude Include="..\lib\expat\iasciitab.h" /> + <ClInclude Include="..\lib\expat\internal.h" /> + <ClInclude Include="..\lib\expat\latin1tab.h" /> + <ClInclude Include="..\lib\expat\nametab.h" /> + <ClInclude Include="..\lib\expat\utf8tab.h" /> + <ClInclude Include="..\lib\expat\winconfig.h" /> + <ClInclude Include="..\lib\expat\xmlrole.h" /> + <ClInclude Include="..\lib\expat\xmltok.h" /> + <ClInclude Include="..\lib\expat\xmltok_impl.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\expat\xmlparse.c" /> - <ClCompile Include="..\expat\xmlrole.c" /> - <ClCompile Include="..\expat\xmltok.c" /> - <ClCompile Include="..\expat\xmltok_impl.c" /> - <ClCompile Include="..\expat\xmltok_ns.c" /> + <ClCompile Include="..\lib\expat\xmlparse.c" /> + <ClCompile Include="..\lib\expat\xmlrole.c" /> + <ClCompile Include="..\lib\expat\xmltok.c" /> + <ClCompile Include="..\lib\expat\xmltok_impl.c" /> + <ClCompile Include="..\lib\expat\xmltok_ns.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |