summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-27 22:58:57 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-27 22:58:57 -0700
commit47e5704136cf30ca9b2dd5d556bc5bddc3a7ada3 (patch)
tree12e59d90469668efbba7198b2ffd3e757eaa9885 /crawl-ref/source/MSVC
parentd60393247bf21b88a7ab7f02af329e43fb6ba21a (diff)
downloadcrawl-ref-47e5704136cf30ca9b2dd5d556bc5bddc3a7ada3.tar.gz
crawl-ref-47e5704136cf30ca9b2dd5d556bc5bddc3a7ada3.zip
Create prompt.cc
Diffstat (limited to 'crawl-ref/source/MSVC')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj78
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj.filters20
2 files changed, 51 insertions, 47 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj b/crawl-ref/source/MSVC/crawl.vcxproj
index 62b4dbf5e5..50e1ff2213 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj
+++ b/crawl-ref/source/MSVC/crawl.vcxproj
@@ -94,13 +94,13 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Tiles|x64'">
<OutDir>$(SolutionDir)\..\</OutDir>
<LinkIncremental>false</LinkIncremental>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Tiles|Win32'">
- <PreBuildEvent>
- <Message>Generating build-specific headers...</Message>
- <Command>set PATH=c:\cygwin\bin%3bc:\msysgit\mingw\bin%3bc:\msysgit\bin%3bc:\mingw\bin%3b%25PATH%25
-cd $(SolutionDir)\..\
-perl.exe "util/gen_ver_msvc.pl" build.h
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Tiles|Win32'">
+ <PreBuildEvent>
+ <Message>Generating build-specific headers...</Message>
+ <Command>set PATH=c:\cygwin\bin%3bc:\msysgit\mingw\bin%3bc:\msysgit\bin%3bc:\mingw\bin%3b%25PATH%25
+cd $(SolutionDir)\..\
+perl.exe "util/gen_ver_msvc.pl" build.h
perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
</Command>
</PreBuildEvent>
@@ -123,13 +123,13 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<SubSystem>Windows</SubSystem>
<TargetMachine>MachineX86</TargetMachine>
</Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Tiles|x64'">
- <PreBuildEvent>
- <Message>Generating build-specific headers...</Message>
- <Command>set PATH=c:\cygwin\bin%3bc:\msysgit\mingw\bin%3bc:\msysgit\bin%3bc:\mingw\bin%3b%25PATH%25
-cd $(SolutionDir)\..\
-perl.exe "util/gen_ver_msvc.pl" build.h
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Tiles|x64'">
+ <PreBuildEvent>
+ <Message>Generating build-specific headers...</Message>
+ <Command>set PATH=c:\cygwin\bin%3bc:\msysgit\mingw\bin%3bc:\msysgit\bin%3bc:\mingw\bin%3b%25PATH%25
+cd $(SolutionDir)\..\
+perl.exe "util/gen_ver_msvc.pl" build.h
perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
</Command>
</PreBuildEvent>
@@ -154,13 +154,13 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<SubSystem>Windows</SubSystem>
<TargetMachine>MachineX64</TargetMachine>
</Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Tiles|Win32'">
- <PreBuildEvent>
- <Message>Generating build-specific headers...</Message>
- <Command>set PATH=c:\cygwin\bin%3bc:\msysgit\mingw\bin%3bc:\msysgit\bin%3bc:\mingw\bin%3b%25PATH%25
-cd $(SolutionDir)\..\
-perl.exe "util/gen_ver_msvc.pl" build.h
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Tiles|Win32'">
+ <PreBuildEvent>
+ <Message>Generating build-specific headers...</Message>
+ <Command>set PATH=c:\cygwin\bin%3bc:\msysgit\mingw\bin%3bc:\msysgit\bin%3bc:\mingw\bin%3b%25PATH%25
+cd $(SolutionDir)\..\
+perl.exe "util/gen_ver_msvc.pl" build.h
perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
</Command>
</PreBuildEvent>
@@ -183,13 +183,13 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<TargetMachine>MachineX86</TargetMachine>
</Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Tiles|x64'">
- <PreBuildEvent>
- <Message>Generating build-specific headers...</Message>
- <Command>set PATH=c:\cygwin\bin%3bc:\msysgit\mingw\bin%3bc:\msysgit\bin%3bc:\mingw\bin%3b%25PATH%25
-cd $(SolutionDir)\..\
-perl.exe "util/gen_ver_msvc.pl" build.h
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Tiles|x64'">
+ <PreBuildEvent>
+ <Message>Generating build-specific headers...</Message>
+ <Command>set PATH=c:\cygwin\bin%3bc:\msysgit\mingw\bin%3bc:\msysgit\bin%3bc:\mingw\bin%3b%25PATH%25
+cd $(SolutionDir)\..\
+perl.exe "util/gen_ver_msvc.pl" build.h
perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
</Command>
</PreBuildEvent>
@@ -393,6 +393,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Tiles|x64'">
</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="..\prompt.cc" />
<ClCompile Include="..\libgui.cc" />
<ClCompile Include="..\libutil.cc" />
<ClCompile Include="..\libw32c.cc">
@@ -424,12 +425,12 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClCompile Include="..\mon-gear.cc" />
<ClCompile Include="..\mon-grow.cc" />
<ClCompile Include="..\mon-info.cc" />
- <ClCompile Include="..\mon-message.cc" />
+ <ClCompile Include="..\mon-message.cc" />
<ClCompile Include="..\mon-movetarget.cc" />
<ClCompile Include="..\mon-pathfind.cc" />
<ClCompile Include="..\mon-pick.cc" />
<ClCompile Include="..\mon-place.cc" />
- <ClCompile Include="..\mon-poly.cc" />
+ <ClCompile Include="..\mon-poly.cc" />
<ClCompile Include="..\mon-project.cc" />
<ClCompile Include="..\mon-speak.cc" />
<ClCompile Include="..\mon-transit.cc" />
@@ -449,7 +450,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClCompile Include="..\quiver.cc" />
<ClCompile Include="..\random-var.cc" />
<ClCompile Include="..\random.cc" />
- <ClCompile Include="..\ranged_attack.cc" />
+ <ClCompile Include="..\ranged_attack.cc" />
<ClCompile Include="..\ray.cc" />
<ClCompile Include="..\religion.cc" />
<ClCompile Include="..\rltiles\tiledef-feat.cc" />
@@ -746,6 +747,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClInclude Include="..\player-stats.h" />
<ClInclude Include="..\potion.h" />
<ClInclude Include="..\prebuilt\levcomp.tab.h" />
+ <ClInclude Include="..\prompt.h" />
<ClInclude Include="..\libgui.h" />
<ClInclude Include="..\libutil.h" />
<ClInclude Include="..\libw32c.h" />
@@ -775,12 +777,12 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClInclude Include="..\mon-gear.h" />
<ClInclude Include="..\mon-grow.h" />
<ClInclude Include="..\mon-info.h" />
- <ClInclude Include="..\mon-message.h" />
+ <ClInclude Include="..\mon-message.h" />
<ClInclude Include="..\mon-movetarget.h" />
<ClInclude Include="..\mon-pathfind.h" />
<ClInclude Include="..\mon-pick.h" />
<ClInclude Include="..\mon-place.h" />
- <ClInclude Include="..\mon-poly.h" />
+ <ClInclude Include="..\mon-poly.h" />
<ClInclude Include="..\mon-project.h" />
<ClInclude Include="..\mon-speak.h" />
<ClInclude Include="..\mon-spll.h" />
@@ -807,7 +809,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClInclude Include="..\random-var.h" />
<ClInclude Include="..\random-weight.h" />
<ClInclude Include="..\random.h" />
- <ClInclude Include="..\ranged_attack.h" />
+ <ClInclude Include="..\ranged_attack.h" />
<ClInclude Include="..\ray.h" />
<ClInclude Include="..\religion-enum.h" />
<ClInclude Include="..\religion.h" />
@@ -930,7 +932,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj.filters b/crawl-ref/source/MSVC/crawl.vcxproj.filters
index 480bb37d2e..8068c80db7 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj.filters
+++ b/crawl-ref/source/MSVC/crawl.vcxproj.filters
@@ -130,11 +130,12 @@
<ClCompile Include="..\place-info.cc" />
<ClCompile Include="..\player-act.cc" />
<ClCompile Include="..\player-equip.cc" />
- <ClCompile Include="..\player-reacts.cc" />
+ <ClCompile Include="..\player-reacts.cc" />
<ClCompile Include="..\player-stats.cc" />
<ClCompile Include="..\potion.cc" />
<ClCompile Include="..\prebuilt\levcomp.lex.cc" />
<ClCompile Include="..\prebuilt\levcomp.tab.cc" />
+ <ClCompile Include="..\prompt.cc" />
<ClCompile Include="..\libgui.cc" />
<ClCompile Include="..\libutil.cc" />
<ClCompile Include="..\libw32c.cc" />
@@ -161,12 +162,12 @@
<ClCompile Include="..\mon-gear.cc" />
<ClCompile Include="..\mon-grow.cc" />
<ClCompile Include="..\mon-info.cc" />
- <ClCompile Include="..\mon-message.cc" />
+ <ClCompile Include="..\mon-message.cc" />
<ClCompile Include="..\mon-movetarget.cc" />
<ClCompile Include="..\mon-pathfind.cc" />
<ClCompile Include="..\mon-pick.cc" />
<ClCompile Include="..\mon-place.cc" />
- <ClCompile Include="..\mon-poly.cc" />
+ <ClCompile Include="..\mon-poly.cc" />
<ClCompile Include="..\mon-project.cc" />
<ClCompile Include="..\mon-speak.cc" />
<ClCompile Include="..\mon-transit.cc" />
@@ -186,7 +187,7 @@
<ClCompile Include="..\quiver.cc" />
<ClCompile Include="..\random-var.cc" />
<ClCompile Include="..\random.cc" />
- <ClCompile Include="..\ranged_attack.cc" />
+ <ClCompile Include="..\ranged_attack.cc" />
<ClCompile Include="..\ray.cc" />
<ClCompile Include="..\religion.cc" />
<ClCompile Include="..\rltiles\tiledef-feat.cc" />
@@ -433,10 +434,11 @@
<ClInclude Include="..\place-info.h" />
<ClInclude Include="..\platform.h" />
<ClInclude Include="..\player-equip.h" />
- <ClInclude Include="..\player-reacts.h" />
+ <ClInclude Include="..\player-reacts.h" />
<ClInclude Include="..\player-stats.h" />
<ClInclude Include="..\potion.h" />
<ClInclude Include="..\prebuilt\levcomp.tab.h" />
+ <ClInclude Include="..\prompt.h" />
<ClInclude Include="..\libgui.h" />
<ClInclude Include="..\libutil.h" />
<ClInclude Include="..\libw32c.h" />
@@ -465,12 +467,12 @@
<ClInclude Include="..\mon-gear.h" />
<ClInclude Include="..\mon-grow.h" />
<ClInclude Include="..\mon-info.h" />
- <ClInclude Include="..\mon-message.h" />
+ <ClInclude Include="..\mon-message.h" />
<ClInclude Include="..\mon-movetarget.h" />
<ClInclude Include="..\mon-pathfind.h" />
<ClInclude Include="..\mon-pick.h" />
<ClInclude Include="..\mon-place.h" />
- <ClInclude Include="..\mon-poly.h" />
+ <ClInclude Include="..\mon-poly.h" />
<ClInclude Include="..\mon-project.h" />
<ClInclude Include="..\mon-speak.h" />
<ClInclude Include="..\mon-spll.h" />
@@ -496,7 +498,7 @@
<ClInclude Include="..\random-var.h" />
<ClInclude Include="..\random-weight.h" />
<ClInclude Include="..\random.h" />
- <ClInclude Include="..\ranged_attack.h" />
+ <ClInclude Include="..\ranged_attack.h" />
<ClInclude Include="..\ray.h" />
<ClInclude Include="..\religion-enum.h" />
<ClInclude Include="..\religion.h" />
@@ -619,4 +621,4 @@
<ClInclude Include="..\spl-pick.h" />
<ClInclude Include="..\data-index.h" />
</ItemGroup>
-</Project>
+</Project>