From 6eb84fcfaf55c7e4baf13bfdff8f0a16a5b97d76 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Tue, 12 Jul 2005 12:12:39 +0000 Subject: windows compilation fixes --- ManaWorld.vcproj | 709 ++++++++++++++++++++++++++++---------- src/engine.cpp | 1 + src/gui/browserbox.cpp | 2 + src/gui/checkbox.cpp | 2 +- src/gui/equipment.cpp | 1 + src/main.cpp | 1 + src/net/protocol.cpp | 1 + src/resources/resourcemanager.cpp | 2 + src/sound.h | 1 - 9 files changed, 531 insertions(+), 189 deletions(-) diff --git a/ManaWorld.vcproj b/ManaWorld.vcproj index ec7e0579..478a345c 100644 --- a/ManaWorld.vcproj +++ b/ManaWorld.vcproj @@ -1,151 +1,248 @@ + Keyword="Win32Proj" + SignManifests="true" + > + Name="Win32" + /> + + + InheritedPropertySheets="UpgradeFromVC71.vsprops" + CharacterSet="2" + > + + + + + + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + /> + + Name="VCResourceCompilerTool" + /> + - - + TargetMachine="1" + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCWebDeploymentTool" + /> + Name="VCPostBuildEventTool" + /> + InheritedPropertySheets="UpgradeFromVC71.vsprops" + CharacterSet="2" + > + + + + + + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + /> + Name="VCManagedResourceCompilerTool" + /> + + - + TargetMachine="1" + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCWebDeploymentTool" + /> - + Name="VCPostBuildEventTool" + /> + ConfigurationType="1" + InheritedPropertySheets="UpgradeFromVC71.vsprops" + > + + + + + + RuntimeLibrary="2" + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + Name="VCLinkerTool" + AdditionalOptions="SDL.lib" + AdditionalDependencies="allp.lib" + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCWebDeploymentTool" + /> + Name="VCPostBuildEventTool" + /> @@ -154,384 +251,622 @@ + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + RelativePath=".\src\base64.cpp" + > + RelativePath=".\src\base64.h" + > + RelativePath=".\src\being.cpp" + > + RelativePath=".\src\being.h" + > + RelativePath=".\src\configuration.cpp" + > + RelativePath=".\src\configuration.h" + > + RelativePath=".\src\engine.cpp" + > + RelativePath=".\src\engine.h" + > + RelativePath=".\src\floor_item.cpp" + > + RelativePath=".\src\floor_item.h" + > + RelativePath=".\src\game.cpp" + > + RelativePath=".\src\game.h" + > + RelativePath=".\src\graphics.cpp" + > + RelativePath=".\src\graphics.h" + > + RelativePath=".\src\log.cpp" + > + RelativePath=".\src\log.h" + > + RelativePath=".\src\main.cpp" + > + RelativePath=".\src\main.h" + > + RelativePath=".\src\map.cpp" + > + RelativePath=".\src\map.h" + > + RelativePath=".\src\sound.cpp" + > + RelativePath=".\src\sound.h" + > + > + RelativePath=".\src\graphic\spriteset.cpp" + > + RelativePath=".\src\graphic\spriteset.h" + > + > + RelativePath=".\src\net\network.cpp" + > + RelativePath=".\src\net\network.h" + > + RelativePath=".\src\net\protocol.cpp" + > + RelativePath=".\src\net\protocol.h" + > + RelativePath=".\src\net\win2linux.h" + > + RelativePath=".\src\net\win2mac.cpp" + > + RelativePath=".\src\net\win2mac.h" + > + > + + + + + RelativePath=".\src\gui\browserbox.cpp" + > + RelativePath=".\src\gui\browserbox.h" + > + RelativePath=".\src\gui\buddywindow.cpp" + > + RelativePath=".\src\gui\buddywindow.h" + > + RelativePath=".\src\gui\button.cpp" + > + RelativePath=".\src\gui\button.h" + > + RelativePath=".\src\gui\buy.cpp" + > + RelativePath=".\src\gui\buy.h" + > + RelativePath=".\src\gui\buysell.cpp" + > + RelativePath=".\src\gui\buysell.h" + > + RelativePath=".\src\gui\char_select.cpp" + > + RelativePath=".\src\gui\char_select.h" + > + RelativePath=".\src\gui\char_server.cpp" + > + RelativePath=".\src\gui\char_server.h" + > + RelativePath=".\src\gui\chargedialog.cpp" + > + RelativePath=".\src\gui\chargedialog.h" + > + RelativePath=".\src\gui\chat.cpp" + > + RelativePath=".\src\gui\chat.h" + > + RelativePath=".\src\gui\chatinput.cpp" + > + RelativePath=".\src\gui\chatinput.h" + > + RelativePath=".\src\gui\checkbox.cpp" + > + RelativePath=".\src\gui\checkbox.h" + > + RelativePath=".\src\gui\confirm_dialog.cpp" + > + RelativePath=".\src\gui\confirm_dialog.h" + > + RelativePath=".\src\gui\equipment.cpp" + > + RelativePath=".\src\gui\equipment.h" + > + RelativePath=".\src\gui\focushandler.cpp" + > + RelativePath=".\src\gui\focushandler.h" + > + RelativePath=".\src\gui\gui.cpp" + > + RelativePath=".\src\gui\gui.h" + > + RelativePath=".\src\gui\hbox.cpp" + > + RelativePath=".\src\gui\hbox.h" + > + RelativePath=".\src\gui\help.cpp" + > + RelativePath=".\src\gui\help.h" + > + RelativePath=".\src\gui\inttextbox.cpp" + > + RelativePath=".\src\gui\inttextbox.h" + > + RelativePath=".\src\gui\inventory.cpp" + > + RelativePath=".\src\gui\inventory.h" + > + RelativePath=".\src\gui\item_amount.cpp" + > + RelativePath=".\src\gui\item_amount.h" + > + RelativePath=".\src\gui\itemcontainer.cpp" + > + RelativePath=".\src\gui\itemcontainer.h" + > + RelativePath=".\src\gui\linkhandler.h" + > + RelativePath=".\src\gui\listbox.cpp" + > + RelativePath=".\src\gui\listbox.h" + > + RelativePath=".\src\gui\login.cpp" + > + RelativePath=".\src\gui\login.h" + > + RelativePath=".\src\gui\minimap.cpp" + > + RelativePath=".\src\gui\minimap.h" + > + RelativePath=".\src\gui\newskill.cpp" + > + RelativePath=".\src\gui\newskill.h" + > + RelativePath=".\src\gui\npc.cpp" + > + RelativePath=".\src\gui\npc.h" + > + RelativePath=".\src\gui\npc_text.cpp" + > + RelativePath=".\src\gui\npc_text.h" + > + RelativePath=".\src\gui\ok_dialog.cpp" + > + RelativePath=".\src\gui\ok_dialog.h" + > + RelativePath=".\src\gui\passwordfield.cpp" + > + RelativePath=".\src\gui\passwordfield.h" + > + RelativePath=".\src\gui\playerbox.cpp" + > + RelativePath=".\src\gui\playerbox.h" + > + RelativePath=".\src\gui\popupmenu.cpp" + > + RelativePath=".\src\gui\popupmenu.h" + > + RelativePath=".\src\gui\progressbar.cpp" + > + RelativePath=".\src\gui\progressbar.h" + > + RelativePath=".\src\gui\radiobutton.cpp" + > + RelativePath=".\src\gui\radiobutton.h" + > + RelativePath=".\src\gui\requesttrade.cpp" + > + RelativePath=".\src\gui\requesttrade.h" + > + RelativePath=".\src\gui\scrollarea.cpp" + > + RelativePath=".\src\gui\scrollarea.h" + > + RelativePath=".\src\gui\sell.cpp" + > + RelativePath=".\src\gui\sell.h" + > + RelativePath=".\src\gui\setup.cpp" + > + RelativePath=".\src\gui\setup.h" + > + RelativePath=".\src\gui\shop.cpp" + > + RelativePath=".\src\gui\shop.h" + > + RelativePath=".\src\gui\skill.cpp" + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + > + + + + + + + + + + + + + RelativePath=".\src\resources\itemmanager.cpp" + > + RelativePath=".\src\resources\itemmanager.h" + > + RelativePath=".\src\resources\mapreader.cpp" + > + RelativePath=".\src\resources\mapreader.h" + > + RelativePath=".\src\resources\music.cpp" + > + RelativePath=".\src\resources\music.h" + > + RelativePath=".\src\resources\resource.cpp" + > + RelativePath=".\src\resources\resource.h" + > + RelativePath=".\src\resources\resourcemanager.cpp" + > + RelativePath=".\src\resources\resourcemanager.h" + > + RelativePath=".\src\resources\soundeffect.cpp" + > + RelativePath=".\src\resources\soundeffect.h" + > diff --git a/src/engine.cpp b/src/engine.cpp index 6de307c8..85837235 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -21,6 +21,7 @@ * $Id$ */ +#include #include "game.h" #include "main.h" #include "playerinfo.h" diff --git a/src/gui/browserbox.cpp b/src/gui/browserbox.cpp index 23ed6c5c..c4d063ea 100644 --- a/src/gui/browserbox.cpp +++ b/src/gui/browserbox.cpp @@ -21,6 +21,8 @@ * $Id$ */ +#include +#include "../main.h" #include "browserbox.h" #ifndef USE_OPENGL #include "gui.h" diff --git a/src/gui/checkbox.cpp b/src/gui/checkbox.cpp index 9fb79060..2df7a82b 100644 --- a/src/gui/checkbox.cpp +++ b/src/gui/checkbox.cpp @@ -22,7 +22,7 @@ */ #include "checkbox.h" -#include "graphics.h" +#include "../graphics.h" #include "../resources/resourcemanager.h" #include diff --git a/src/gui/equipment.cpp b/src/gui/equipment.cpp index b9cfd0c6..33786c36 100644 --- a/src/gui/equipment.cpp +++ b/src/gui/equipment.cpp @@ -21,6 +21,7 @@ * $Id$ */ +#include #include "equipment.h" #include "../log.h" #include "../resources/resourcemanager.h" diff --git a/src/main.cpp b/src/main.cpp index d13f80e3..2009be96 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,6 +21,7 @@ * $Id$ */ +#include #include "main.h" #include "game.h" #include "log.h" diff --git a/src/net/protocol.cpp b/src/net/protocol.cpp index 483544dd..fac6b11d 100644 --- a/src/net/protocol.cpp +++ b/src/net/protocol.cpp @@ -21,6 +21,7 @@ * $Id$ */ +#include #include "../main.h" #include "../game.h" #include "../playerinfo.h" diff --git a/src/resources/resourcemanager.cpp b/src/resources/resourcemanager.cpp index 70247a12..a884f63e 100644 --- a/src/resources/resourcemanager.cpp +++ b/src/resources/resourcemanager.cpp @@ -21,6 +21,8 @@ * $Id$ */ +#include +#include "../main.h" #include "resourcemanager.h" #include "../log.h" #include diff --git a/src/sound.h b/src/sound.h index 8055881d..52a7b9f7 100644 --- a/src/sound.h +++ b/src/sound.h @@ -24,7 +24,6 @@ #ifndef _TMW_SOUND_H #define _TMW_SOUND_H -#include #include #include -- cgit v1.2.3-70-g09d2