Move toplevel windows-specific files to the Windows dir

This commit is contained in:
Diogo Franco (Kovensky) 2012-11-17 23:13:55 +00:00 committed by Kovensky
parent 547945d6ce
commit cd93e49584
6 changed files with 4 additions and 5 deletions

View file

@ -279,9 +279,9 @@
<ClCompile Include="DSoundStream.cpp" />
<ClCompile Include="OpenGLBase.cpp" />
<ClCompile Include="WindowsHost.cpp" />
<ClCompile Include="..\Globals.cpp" />
<ClCompile Include="..\main.cpp" />
<ClCompile Include="..\stdafx.cpp">
<ClCompile Include="Globals.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
@ -359,4 +359,4 @@
<UserProperties RESOURCE_FILE="DaSh.rc" />
</VisualStudio>
</ProjectExtensions>
</Project>
</Project>

View file

@ -53,7 +53,6 @@ LOCAL_SRC_FILES := \
$(SRC)/ext/libkirk/bn.c \
$(SRC)/ext/libkirk/ec.c \
$(SRC)/ext/libkirk/kirk_engine.c \
$(SRC)/Globals.cpp \
$(SRC)/Common/ArmABI.cpp \
$(SRC)/Common/ArmEmitter.cpp \
$(SRC)/Common/LogManager.cpp \