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
c942b2bb
Commit
c942b2bb
authored
Aug 19, 2015
by
Stefanos Kornilios Mitsis Poiitidis
Browse files
VisualStudio: Enable Edit&Continue, fix interm. dir
parent
4a4a3048
Changes
1
Hide whitespace changes
Inline
Side-by-side
shell/reicast.vcxproj
View file @
c942b2bb
...
...
@@ -407,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>
...
...
@@ -529,6 +529,7 @@
<ObjectFileName>
$(IntDir)/%(RelativeDir)/
</ObjectFileName>
<UndefinePreprocessorDefinitions>
</UndefinePreprocessorDefinitions>
<DebugInformationFormat>
EditAndContinue
</DebugInformationFormat>
<OpenMPSupport>
true
</OpenMPSupport>
</ClCompile>
<Link>
...
...
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