new file names+headers
This commit is contained in:
@ -83,7 +83,7 @@ BSC32=bscmake.exe
|
||||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
|
||||
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"Debug/cstrike_amxx_debug.dll" /pdbtype:sept
|
||||
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"Debug/cstrike_amx_debug.dll" /pdbtype:sept
|
||||
|
||||
!ENDIF
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
//#define __cswonbuild__ // comment when compiling for STEAM
|
||||
//#define CS_WON_BUILD
|
||||
|
||||
/* AMX Mod X
|
||||
* Counter-Strike Module
|
||||
@ -68,9 +67,9 @@ pfnmodule_engine_g* g_engModuleFunc;
|
||||
#define NAME "Counter-Strike"
|
||||
#define AUTHOR "AMX Mod X Dev Team"
|
||||
#if defined __cswonbuild__
|
||||
#define VERSION "0.15 WON" // change both these versions
|
||||
#define VERSION "0.16 WON" // change both these versions
|
||||
#else
|
||||
#define VERSION "0.15 STEAM" // change both these versions
|
||||
#define VERSION "0.16 STEAM" // change both these versions
|
||||
#endif // defined __cswonbuild__
|
||||
#define URL "http://www.amxmodx.org"
|
||||
#define LOGTAG "AMXCS"
|
||||
|
@ -38,13 +38,13 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="Debug/cstrike_amxx_debug.dll"
|
||||
OutputFile="Debug/cstrike_amx_debug.dll"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile=".\cstrike.def"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\Debug/cstrike_amxx_debug.pdb"
|
||||
ImportLibrary=".\Debug/cstrike_amxx_debug.lib"
|
||||
ProgramDatabaseFile=".\Debug/cstrike_amx_debug.pdb"
|
||||
ImportLibrary=".\Debug/cstrike_amx_debug.lib"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -103,12 +103,12 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="Release/cstrike_amxx.dll"
|
||||
OutputFile="Release/cstrike_amx.dll"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile=".\cstrike.def"
|
||||
ProgramDatabaseFile=".\Release/cstrike_amxx.pdb"
|
||||
ImportLibrary=".\Release/cstrike_amxx.lib"
|
||||
ProgramDatabaseFile=".\Release/cstrike_amx.pdb"
|
||||
ImportLibrary=".\Release/cstrike_amx.lib"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -121,9 +121,9 @@
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="echo Copying dll...
|
||||
copy Release\cstrike_amxx.dll K:\S\cstrike\addons\amx\dlls
|
||||
copy Release\cstrike_amx.dll K:\S\cstrike\addons\amx\dlls
|
||||
echo Copying inc...
|
||||
copy cstrike_amxx.inc K:\S\cstrike\addons\amx\examples\include
|
||||
copy cstrike_amx.inc K:\S\cstrike\addons\amx\examples\include
|
||||
"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
@ -210,7 +210,7 @@ copy cstrike_amxx.inc K:\S\cstrike\addons\amx\examples\include
|
||||
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="cstrike_amxx.inc">
|
||||
RelativePath="cstrike_amx.inc">
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
Reference in New Issue
Block a user