Massive reorganization attempt - part 1
Oh dear, what has DS done now?
This commit is contained in:
@ -20,7 +20,7 @@ OBJECTS = sdk/amxxmodule.cpp dllfunc.cpp engfunc.cpp fakemeta_amxx.cpp pdata.cpp
|
||||
LINK =
|
||||
|
||||
INCLUDE = -I. -I$(HLSDK) -I$(HLSDK)/dlls -I$(HLSDK)/engine -I$(HLSDK)/game_shared -I$(HLSDK)/game_shared \
|
||||
-I$(MM_ROOT) -I$(HLSDK)/common -I$(HLSDK)/pm_shared
|
||||
-I$(MM_ROOT) -I$(HLSDK)/common -I$(HLSDK)/pm_shared -Isdk
|
||||
|
||||
GCC_VERSION := $(shell $(CPP) -dumpversion >&1 | cut -b1)
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\sdk"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FAKEMETA_EXPORTS"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
@ -27,7 +28,7 @@
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="FALSE"
|
||||
DebugInformationFormat="4"/>
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
@ -68,6 +69,7 @@
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\sdk"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FAKEMETA_EXPORTS"
|
||||
RuntimeLibrary="4"
|
||||
UsePrecompiledHeader="0"
|
||||
@ -116,64 +118,48 @@
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||
<File
|
||||
RelativePath=".\CVector.h">
|
||||
RelativePath="..\fakemeta_amxx.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\fakemeta_amxx.cpp">
|
||||
RelativePath="..\fakemeta_amxx.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\fakemeta_amxx.h">
|
||||
RelativePath="..\fm_tr.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\fm_tr.cpp">
|
||||
RelativePath="..\fm_tr.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\fm_tr.h">
|
||||
RelativePath="..\fm_tr2.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\fm_tr2.cpp">
|
||||
RelativePath="..\misc.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\misc.cpp">
|
||||
RelativePath="..\pdata.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\pdata.cpp">
|
||||
</File>
|
||||
<Filter
|
||||
Name="AMXXSDK"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\sdk\amxxmodule.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\sdk\amxxmodule.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\sdk\moduleconfig.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Engine Funcs"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\dllfunc.cpp">
|
||||
RelativePath="..\dllfunc.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dllfunc.h">
|
||||
RelativePath="..\dllfunc.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\engfunc.cpp">
|
||||
RelativePath="..\engfunc.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\engfunc.h">
|
||||
RelativePath="..\engfunc.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="PEV"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\pev.cpp">
|
||||
RelativePath="..\pev.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\pev.h">
|
||||
@ -188,36 +174,69 @@
|
||||
Name="Forwards"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\forward.cpp">
|
||||
RelativePath="..\forward.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\forward.h">
|
||||
RelativePath="..\forward.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\forwardmacros.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Pawn Includes"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\plugins\include\fakemeta.inc">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\include\fakemeta_const.inc">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\include\fakemeta_stocks.inc">
|
||||
RelativePath="..\forwardmacros.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Globals"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\glb.cpp">
|
||||
RelativePath="..\glb.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\glb.h">
|
||||
RelativePath="..\glb.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Module SDK"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\sdk\moduleconfig.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\svn_version.h">
|
||||
</File>
|
||||
<Filter
|
||||
Name="AMXX STL"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\sdk\CString.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\CVector.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="SDK Base"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Pawn Includes"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\plugins\include\fakemeta.inc">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\plugins\include\fakemeta_const.inc">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\plugins\include\fakemeta_stocks.inc">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\plugins\include\hlsdk_const.inc">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
@ -41,6 +41,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\sdk"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FAKEMETA_EXPORTS"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
@ -49,7 +50,7 @@
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
@ -120,6 +121,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\sdk"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FAKEMETA_EXPORTS"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeTypeInfo="false"
|
||||
@ -182,10 +184,6 @@
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\CVector.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\fakemeta_amxx.cpp"
|
||||
>
|
||||
@ -214,22 +212,6 @@
|
||||
RelativePath="..\pdata.cpp"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="AMXXSDK"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\moduleconfig.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Engine Funcs"
|
||||
@ -259,7 +241,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pev.h"
|
||||
RelativePath=".\pev.h"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
@ -286,6 +268,54 @@
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Globals"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\glb.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\glb.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Module SDK"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sdk\moduleconfig.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\svn_version.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="AMXX STL"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sdk\CString.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\CVector.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="SDK Base"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Pawn Includes"
|
||||
>
|
||||
@ -301,16 +331,8 @@
|
||||
RelativePath="..\..\..\plugins\include\fakemeta_stocks.inc"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Globals"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\glb.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\glb.h"
|
||||
RelativePath="..\..\..\plugins\include\hlsdk_const.inc"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
@ -2773,7 +2773,7 @@ void ValidateMacros_DontCallThis_Smiley()
|
||||
MF_FindLibrary(NULL, LibType_Class);
|
||||
MF_AddLibraries(NULL, LibType_Class, NULL);
|
||||
MF_RemoveLibraries(NULL);
|
||||
MF_OverrideNatives(NULL);
|
||||
MF_OverrideNatives(NULL, "");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user