Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
flycast
Commits
c09cf0b1
Commit
c09cf0b1
authored
Aug 19, 2015
by
Stefanos Kornilios Mitsis Poiitidis
Browse files
Merge pull request
#770
from reicast/fix/windows-vs-projects
Fix/windows vs projects
parents
fd913f0c
c942b2bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
shell/reicast.vcxproj
View file @
c09cf0b1
...
...
@@ -21,6 +21,7 @@
<ItemGroup>
<ClCompile
Include=
"..\core\cfg\cl.cpp"
/>
<ClCompile
Include=
"..\core\cfg\cfg.cpp"
/>
<ClCompile
Include=
"..\core\cfg\ini.cpp"
/>
<ClCompile
Include=
"..\core\deps\chdpsr\cdipsr.cpp"
/>
<ClCompile
Include=
"..\core\deps\chdr\chdr.cpp"
/>
<ClCompile
Include=
"..\core\deps\coreio\coreio.cpp"
/>
...
...
@@ -198,6 +199,7 @@
<ItemGroup>
<ClInclude
Include=
"..\core\build.h"
/>
<ClInclude
Include=
"..\core\cfg\cfg.h"
/>
<ClInclude
Include=
"..\core\cfg\ini.h"
/>
<ClInclude
Include=
"..\core\deps\chdpsr\cdipsr.h"
/>
<ClInclude
Include=
"..\core\deps\chdr\chd.h"
/>
<ClInclude
Include=
"..\core\deps\chdr\coretypes.h"
/>
...
...
@@ -405,26 +407,26 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Fast|Win32'"
>
<LinkIncremental>
true
</LinkIncremental>
<OutDir>
$(SolutionDir)..\WorkDir\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\generated\objs
</IntDir>
<IntDir>
$(Platform)\$(Configuration)\generated\objs
\
</IntDir>
<TargetName>
$(ProjectName)_$(Platform)_$(Configuration)
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Fast|x64'"
>
<LinkIncremental>
true
</LinkIncremental>
<OutDir>
$(SolutionDir)..\WorkDir\
</OutDir>
<TargetName>
$(ProjectName)_$(Platform)_$(Configuration)
</TargetName>
<IntDir>
$(Platform)\$(Configuration)\generated\objs
</IntDir>
<IntDir>
$(Platform)\$(Configuration)\generated\objs
\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Slow|Win32'"
>
<LinkIncremental>
true
</LinkIncremental>
<OutDir>
$(SolutionDir)..\WorkDir\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\generated\objs
</IntDir>
<IntDir>
$(Platform)\$(Configuration)\generated\objs
\
</IntDir>
<TargetName>
$(ProjectName)_$(Platform)_$(Configuration)
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Slow|x64'"
>
<LinkIncremental>
true
</LinkIncremental>
<OutDir>
$(SolutionDir)..\WorkDir\
</OutDir>
<TargetName>
$(ProjectName)_$(Platform)_$(Configuration)
</TargetName>
<IntDir>
$(Platform)\$(Configuration)\generated\objs
</IntDir>
<IntDir>
$(Platform)\$(Configuration)\generated\objs
\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Fast|Win32'"
>
<ClCompile>
...
...
@@ -527,6 +529,7 @@
<ObjectFileName>
$(IntDir)/%(RelativeDir)/
</ObjectFileName>
<UndefinePreprocessorDefinitions>
</UndefinePreprocessorDefinitions>
<DebugInformationFormat>
EditAndContinue
</DebugInformationFormat>
<OpenMPSupport>
true
</OpenMPSupport>
</ClCompile>
<Link>
...
...
shell/reicast.vcxproj.filters
View file @
c09cf0b1
...
...
@@ -426,6 +426,9 @@
<ClCompile
Include=
"..\core\hw\naomi\naomi_cart.cpp"
>
<Filter>
hw\naomi
</Filter>
</ClCompile>
<ClCompile
Include=
"..\core\cfg\ini.cpp"
>
<Filter>
cfg
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter
Include=
"hw"
>
...
...
@@ -940,6 +943,9 @@
<ClInclude
Include=
"..\core\hw\naomi\naomi_cart.h"
>
<Filter>
hw\naomi
</Filter>
</ClInclude>
<ClInclude
Include=
"..\core\cfg\ini.h"
>
<Filter>
cfg
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None
Include=
"..\core\deps\zlib\Makefile"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment