Files
oboe/Blades of Exile/Blades of Exile.dev
Celtic Minstrel cf433e773d Well, at present the Windows code for the actual game almost compiles. The current goal is to undo all the things that Ormus did to make this job difficult.
Basically, remove as many as possible of the dependencies of the source files in the tools and classes folders on source files not in those folders.
(With the exception that files in the classes folder may depend on files in the tools folder.)

In this commit, several changes were made.
- Project file modified, may need further modification.
- Many files renamed to match the Mac version.
- #include statements for system headers changed to use <> instead of "" (some already did, but many didn't).
- xxx.h headers replaced with cxxx headers where appropriate.
- Most sound-related variables moved from globvars.cpp to soundvars.cpp.
- The files originally named graphutil and gutils have been merged.
- Changed TRUE/FALSE to true/false.
- Changed exlsound to soundtool and mostly removed dependencies on the main game files; the exception is that it still uses mainPtr (which probably can't be helped)
  and print_nums (which should probably be incorporated into the MessageBox string).
- Possibly other things that were forgotten.

For some reason this commit also includes changes recently committed into the branch for osx.

git-svn-id: http://openexile.googlecode.com/svn/trunk@121 4ebdad44-0ea0-11de-aab3-ff745001d230
2009-08-03 19:00:23 +00:00

672 lines
9.3 KiB
Plaintext

[Project]
FileName=Blades of Exile.dev
Name=Blades of Exile Win32
UnitCount=56
Type=0
Ver=1
IsCpp=1
Folders=
CommandLine=
CompilerSettings=0000000000001000000000
PchHead=-1
PchSource=-1
ProfilesCount=1
ProfileIndex=0
ObjFiles=
Includes=
Libs=
PrivateResource=Blades_of_Exile_private.rc
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=-Wall_@@_
Linker=-lwinmm_@@_
Icon=
ExeOutput=
ObjectOutput=
OverrideOutput=0
OverrideOutputName=Blades of Exile.exe
HostApplication=
UseCustomMakefile=0
CustomMakefile=
IncludeVersionInfo=0
SupportXPThemes=0
CompilerSet=0
[Unit1]
FileName=boe.actions.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit2]
FileName=boe.main.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit3]
FileName=boe.combat.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit4]
FileName=boe.dlgutil.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit5]
FileName=DLOGTOOL.CPP
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit6]
FileName=sountool.CPP
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit7]
FileName=boe.fields.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit8]
FileName=boe.fileio.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit9]
FileName=GLOBAL.CPP
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit10]
FileName=boe.graphics.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit11]
FileName=boe.graphutil.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit13]
FileName=boe.infodlg.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit14]
FileName=boe.itemdata.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit15]
FileName=boe.items.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit16]
FileName=boe.locutils.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit17]
FileName=boe.monster.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit18]
FileName=boe.newgraph.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit19]
FileName=boe.party.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit20]
FileName=boe.specials.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit22]
FileName=boe.town.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit24]
FileName=GAMEDLOG.RC
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=0
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[VersionInfo]
Major=0
Minor=1
Release=1
Build=1
LanguageID=1033
CharsetID=1252
CompanyName=
FileVersion=
FileDescription=Developed using the Dev-C++ IDE
InternalName=
LegalCopyright=
LegalTrademarks=
OriginalFilename=
ProductName=
ProductVersion=
AutoIncBuildNrOnRebuild=0
AutoIncBuildNrOnCompile=0
AutoIncBuildNr=0
[Unit26]
FileName=boe.actions.h
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
CompileCpp=1
[Unit25]
FileName=GAMESTR.RC
Folder=Blades of Exile
Compile=1
Link=0
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit27]
FileName=boe.combat.h
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
CompileCpp=1
[Unit28]
FileName=boe.dlgutil.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit29]
FileName=DLOGTOOL.H
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit30]
FileName=soundtool.H
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit31]
FileName=boe.fields.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit32]
FileName=boe.fileio.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit33]
FileName=GLOBAL.H
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit34]
FileName=boe.graphics.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit35]
FileName=boe.graphutil.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit37]
FileName=boe.infodlg.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit38]
FileName=boe.itemdata.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit39]
FileName=boe.items.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit40]
FileName=boe.locutils.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit41]
FileName=boe.monster.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit42]
FileName=boe.newgraph.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit45]
FileName=boe.text.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit46]
FileName=boe.town.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit50]
FileName=ITEM.H
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit51]
FileName=LOCATION.H
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit52]
FileName=ITEM.CPP
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit55]
FileName=GLOBVAR.H
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit56]
FileName=CONSTS.H
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit43]
FileName=boe.party.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit44]
FileName=boe.specials.h
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit49]
FileName=PC.CPP
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Profile1]
ProfileName=Default Profile
Type=0
ObjFiles=
Includes=
Libs=
PrivateResource=D:\Blades of Exile Source Release 1\Windows Code Release 2\Default Profile\Blades_of_Exile_private.rc
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=_@@_
Linker=C:/Dev-Cpp/lib/libwinmm.a_@@_C:/Dev-Cpp/lib/libgdi32.a_@@_C:/Dev-Cpp/lib/libcomdlg32.a_@@_
PreprocDefines=
CompilerSettings=0000000000000000000000
Icon=
ExeOutput=Default Profile
ObjectOutput=Default Profile
OverrideOutput=0
OverrideOutputName=Blades of Exile.exe
HostApplication=
CommandLine=
UseCustomMakefile=0
CustomMakefile=
IncludeVersionInfo=0
SupportXPThemes=0
CompilerSet=0
compilerType=0
[Unit53]
FileName=LOCATION.CPP
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit54]
FileName=GLOBVAR.CPP
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit57]
FileName=CONSTS.H
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit58]
FileName=GLOBVAR.H
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit59]
FileName=CONSTS.H
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit36]
FileName=GLOBVAR.H
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit12]
FileName=CONSTS.H
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit21]
FileName=boe.text.cpp
CompileCpp=1
Folder=Blades of Exile
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit47]
FileName=boe.main.h
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit23]
FileName=BLADES.RC
Folder=Blades of Exile
Compile=1
Link=0
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit48]
FileName=PC.H
CompileCpp=1
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=