From 97e2c3b902caa494b803397a446233f630656556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Thu, 29 Apr 2004 12:28:00 +0000 Subject: [PATCH] removed old files --- amxmodx/msvc/amxmod_mm.def | 6 - amxmodx/msvc/amxmod_mm.dsp | 288 ------------------------------------- amxmodx/msvc/amxmod_mm.dsw | 29 ---- 3 files changed, 323 deletions(-) delete mode 100755 amxmodx/msvc/amxmod_mm.def delete mode 100755 amxmodx/msvc/amxmod_mm.dsp delete mode 100755 amxmodx/msvc/amxmod_mm.dsw diff --git a/amxmodx/msvc/amxmod_mm.def b/amxmodx/msvc/amxmod_mm.def deleted file mode 100755 index 110c5633..00000000 --- a/amxmodx/msvc/amxmod_mm.def +++ /dev/null @@ -1,6 +0,0 @@ -LIBRARY amx_mm -EXPORTS - GiveFnptrsToDll @1 - -SECTIONS - .data READ WRITE diff --git a/amxmodx/msvc/amxmod_mm.dsp b/amxmodx/msvc/amxmod_mm.dsp deleted file mode 100755 index 9e318b10..00000000 --- a/amxmodx/msvc/amxmod_mm.dsp +++ /dev/null @@ -1,288 +0,0 @@ -# Microsoft Developer Studio Project File - Name="amxmod_mm" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=amxmod_mm - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "amxmod_mm.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "amxmod_mm.mak" CFG="amxmod_mm - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "amxmod_mm - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "amxmod_mm - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "amxmod_mm - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "release" -# PROP Intermediate_Dir "release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "amxmod_mm_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\metamod\metamod" /I "..\..\hlsdk\sourcecode\common" /I "..\..\hlsdk\sourcecode\engine" /I "..\..\hlsdk\sourcecode\dlls" /I "..\..\hlsdk\sourcecode\pm_shared" /I "..\extra\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "amxmod_mm_EXPORTS" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# 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 /machine:I386 -# 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 /machine:I386 /def:".\amxmod_mm.def" /out:"release/amx_mm.dll" /libpath:"..\extra\lib_win32" -# Begin Custom Build -TargetPath=.\release\amx_mm.dll -TargetName=amx_mm -InputPath=.\release\amx_mm.dll -SOURCE="$(InputPath)" - -"$(TargetName)" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy $(TargetPath) D:\SIERRA\Half-Life\cstrike\addons\amx\dlls - -# End Custom Build - -!ELSEIF "$(CFG)" == "amxmod_mm - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "debug" -# PROP Intermediate_Dir "debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "amxmod_mm_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /Zp4 /MTd /W3 /Gm /GX /ZI /Od /I "..\..\metamod\metamod" /I "..\...\hlsdk\sourcecode\common" /I "..\...\hlsdk\sourcecode\engine" /I "..\...\hlsdk\sourcecode\dlls" /I "..\...\hlsdk\sourcecode\pm_shared" /I "..\extra\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "amxmod_mm_EXPORTS" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# 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 /def:".\amxmod_mm.def" /out:"debug/amx_mm.dll" /pdbtype:sept /libpath:"..\extra\lib_win32" -# SUBTRACT LINK32 /incremental:no /nodefaultlib -# Begin Custom Build -TargetPath=.\debug\amx_mm.dll -TargetName=amx_mm -InputPath=.\debug\amx_mm.dll -SOURCE="$(InputPath)" - -"$(TargetName)" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy $(TargetPath) D:\SIERRA\Half-Life\cstrike\addons\amx\dlls - -# End Custom Build - -!ENDIF - -# Begin Target - -# Name "amxmod_mm - Win32 Release" -# Name "amxmod_mm - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\amx.c -# End Source File -# Begin Source File - -SOURCE=..\amxcore.c -# End Source File -# Begin Source File - -SOURCE=..\amxmod.cpp -# End Source File -# Begin Source File - -SOURCE=..\amxtime.c -# End Source File -# Begin Source File - -SOURCE=..\CCmd.cpp -# End Source File -# Begin Source File - -SOURCE=..\CEvent.cpp -# End Source File -# Begin Source File - -SOURCE=..\CFile.cpp -# End Source File -# Begin Source File - -SOURCE=..\CForward.cpp -# End Source File -# Begin Source File - -SOURCE=..\CLogEvent.cpp -# End Source File -# Begin Source File - -SOURCE=..\CMenu.cpp -# End Source File -# Begin Source File - -SOURCE=..\CMisc.cpp -# End Source File -# Begin Source File - -SOURCE=..\CModule.cpp -# End Source File -# Begin Source File - -SOURCE=..\CPlugin.cpp -# End Source File -# Begin Source File - -SOURCE=..\CString.cpp -# End Source File -# Begin Source File - -SOURCE=..\CTask.cpp -# End Source File -# Begin Source File - -SOURCE=..\CVault.cpp -# End Source File -# Begin Source File - -SOURCE=..\emsg.cpp -# End Source File -# Begin Source File - -SOURCE=..\file.cpp -# End Source File -# Begin Source File - -SOURCE=..\float.cpp -# End Source File -# Begin Source File - -SOURCE=..\meta_api.cpp -# End Source File -# Begin Source File - -SOURCE=..\modules.cpp -# End Source File -# Begin Source File - -SOURCE=..\power.c -# End Source File -# Begin Source File - -SOURCE=..\srvcmd.cpp -# End Source File -# Begin Source File - -SOURCE=..\string.cpp -# End Source File -# Begin Source File - -SOURCE=..\strptime.cpp -# End Source File -# Begin Source File - -SOURCE=..\util.cpp -# End Source File -# Begin Source File - -SOURCE=..\vault.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\amxmod.h -# End Source File -# Begin Source File - -SOURCE=..\CCmd.h -# End Source File -# Begin Source File - -SOURCE=..\CEvent.h -# End Source File -# Begin Source File - -SOURCE=..\CFile.h -# End Source File -# Begin Source File - -SOURCE=..\CForward.h -# End Source File -# Begin Source File - -SOURCE=..\CList.h -# End Source File -# Begin Source File - -SOURCE=..\CLogEvent.h -# End Source File -# Begin Source File - -SOURCE=..\CMenu.h -# End Source File -# Begin Source File - -SOURCE=..\CMisc.h -# End Source File -# Begin Source File - -SOURCE=..\CModule.h -# End Source File -# Begin Source File - -SOURCE=..\CPlugin.h -# End Source File -# Begin Source File - -SOURCE=..\CString.h -# End Source File -# Begin Source File - -SOURCE=..\CTask.h -# End Source File -# Begin Source File - -SOURCE=..\CVault.h -# End Source File -# Begin Source File - -SOURCE=..\modules.h -# End Source File -# End Group -# End Target -# End Project diff --git a/amxmodx/msvc/amxmod_mm.dsw b/amxmodx/msvc/amxmod_mm.dsw deleted file mode 100755 index 39106712..00000000 --- a/amxmodx/msvc/amxmod_mm.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "amxmod_mm"=.\amxmod_mm.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### -