diff options
author | shennetsind <ind@henn.et> | 2013-05-02 17:14:01 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-05-02 17:14:01 -0300 |
commit | a2c45a8db6d724b98ab41fe9e75e1f7ea7523d5d (patch) | |
tree | 710a44f94cceff2f0198211d21ddfbe99b66f02c /vcproj-9 | |
parent | 219a4f5267b33349649f952266532a132a48c2a3 (diff) | |
download | hercules-a2c45a8db6d724b98ab41fe9e75e1f7ea7523d5d.tar.gz hercules-a2c45a8db6d724b98ab41fe9e75e1f7ea7523d5d.tar.bz2 hercules-a2c45a8db6d724b98ab41fe9e75e1f7ea7523d5d.tar.xz hercules-a2c45a8db6d724b98ab41fe9e75e1f7ea7523d5d.zip |
Introducing Hercules Plugin Mananger
http://hercules.ws/board/topic/549-introducing-hercules-plugin-manager/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'vcproj-9')
-rw-r--r-- | vcproj-9/char-server.vcproj | 12 | ||||
-rw-r--r-- | vcproj-9/login-server.vcproj | 12 | ||||
-rw-r--r-- | vcproj-9/map-server.vcproj | 12 | ||||
-rw-r--r-- | vcproj-9/plugin-sample.vcproj | 187 |
4 files changed, 223 insertions, 0 deletions
diff --git a/vcproj-9/char-server.vcproj b/vcproj-9/char-server.vcproj index 4ae68cd36..f8d8e7abd 100644 --- a/vcproj-9/char-server.vcproj +++ b/vcproj-9/char-server.vcproj @@ -317,6 +317,18 @@ > </File> <File + RelativePath="..\src\common\HPM.c" + > + </File> + <File + RelativePath="..\src\common\HPM.h" + > + </File> + <File + RelativePath="..\src\common\HPMi.h" + > + </File> + <File RelativePath="..\src\common\malloc.c" > </File> diff --git a/vcproj-9/login-server.vcproj b/vcproj-9/login-server.vcproj index 53c77309a..1031d2237 100644 --- a/vcproj-9/login-server.vcproj +++ b/vcproj-9/login-server.vcproj @@ -287,6 +287,18 @@ > </File> <File + RelativePath="..\src\common\HPM.c" + > + </File> + <File + RelativePath="..\src\common\HPM.h" + > + </File> + <File + RelativePath="..\src\common\HPMi.h" + > + </File> + <File RelativePath="..\src\common\malloc.c" > </File> diff --git a/vcproj-9/map-server.vcproj b/vcproj-9/map-server.vcproj index 2b95e6b7f..fa62c43cf 100644 --- a/vcproj-9/map-server.vcproj +++ b/vcproj-9/map-server.vcproj @@ -332,6 +332,18 @@ > </File> <File + RelativePath="..\src\common\HPM.c" + > + </File> + <File + RelativePath="..\src\common\HPM.h" + > + </File> + <File + RelativePath="..\src\common\HPMi.h" + > + </File> + <File RelativePath="..\src\common\malloc.c" > </File> diff --git a/vcproj-9/plugin-sample.vcproj b/vcproj-9/plugin-sample.vcproj new file mode 100644 index 000000000..85f6d2108 --- /dev/null +++ b/vcproj-9/plugin-sample.vcproj @@ -0,0 +1,187 @@ +<?xml version="1.0" encoding="windows-1250"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9.00" + Name="plugin-sample" + ProjectGUID="{D356871D-58E1-450B-967A-E7E9646175AF}" + RootNamespace="plugin-sample" + TargetFrameworkVersion="0" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\plugins" + IntermediateDirectory="$(ProjectName)\$(ConfigurationName)" + ConfigurationType="2" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories="..\src\common;..\3rdparty\msinttypes\include" + PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + WarningLevel="3" + DebugInformationFormat="3" + DisableSpecificWarnings="4996" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1047" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + OutputFile="$(OutDir)\sample.dll" + LinkIncremental="1" + ModuleDefinitionFile="" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" + RandomizedBaseAddress="1" + ImportLibrary="$(IntDir)\$(TargetName).lib" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="..\plugins" + IntermediateDirectory="$(ProjectName)\$(ConfigurationName)" + ConfigurationType="2" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="2" + AdditionalIncludeDirectories="..\src\common;..\3rdparty\msinttypes\include" + PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL" + RuntimeLibrary="0" + WarningLevel="3" + DebugInformationFormat="3" + DisableSpecificWarnings="4996" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1047" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + OutputFile="$(OutDir)\sample.dll" + LinkIncremental="1" + ModuleDefinitionFile="" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" + OptimizeReferences="2" + EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + ImportLibrary="$(IntDir)\$(TargetName).lib" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath="..\src\plugins\sample.c" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject>
\ No newline at end of file |