Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490)
This commit is contained in:
parent
6af92da76a
commit
cf121ade21
51 changed files with 37593 additions and 0 deletions
270
arogue7/arogue77.vcproj
Normal file
270
arogue7/arogue77.vcproj
Normal file
|
|
@ -0,0 +1,270 @@
|
|||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="arogue77"
|
||||
ProjectGUID="{D95CFDAC-E66E-47D3-87B7-F76149F6A51D}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="../pdcurses"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;DUMP"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="5"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4013;4033;4716"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="shfolder.lib pdcurses.lib"
|
||||
OutputFile="$(OutDir)/arogue77.exe"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="../pdcurses"
|
||||
IgnoreAllDefaultLibraries="FALSE"
|
||||
IgnoreDefaultLibraryNames="LIBC.LIB"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/arogue77.pdb"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
OmitFramePointers="TRUE"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/arogue77.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||
<File
|
||||
RelativePath="actions.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="chase.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="command.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="daemon.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="daemons.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="eat.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="effects.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="encumb.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="fight.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="init.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="io.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="list.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="main.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="maze.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="mdport.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="misc.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="monsters.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="move.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="new_level.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="options.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="outside.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="pack.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="passages.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="player.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="potions.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="rings.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="rip.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="rogue.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="rooms.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="save.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="scrolls.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="state.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sticks.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="things.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="trader.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="util.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="vers.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="weapons.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="wear.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="wizard.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="xcrypt.c">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc">
|
||||
<File
|
||||
RelativePath="mach_dep.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="network.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="rogue.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="LICENSE.TXT">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Makefile">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="aguide.mm">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arogue77.doc">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arogue77.html">
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
Loading…
Add table
Add a link
Reference in a new issue