mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-20 13:54:14 +01:00
Changed license in sourcehook_hookmangen_x86.h (agreed to by BAILOPAN and faluco)
Updated MSVC7 proj file --HG-- branch : hookman_autogen extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/branches/hookman_autogen%40533
This commit is contained in:
parent
7fa9f150fb
commit
972229cd9a
@ -1,32 +1,13 @@
|
|||||||
/**
|
/* ======== SourceHook ========
|
||||||
* vim: set ts=4 :
|
* vim: set ts=4 :
|
||||||
* =============================================================================
|
* Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
|
||||||
* SourcePawn JIT SDK
|
* No warranties of any kind
|
||||||
* Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
|
*
|
||||||
* =============================================================================
|
* License: zlib/libpng
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it under
|
* from the SourcePawn JIT SDK
|
||||||
* the terms of the GNU General Public License, version 3.0, as published by the
|
* ============================
|
||||||
* Free Software Foundation.
|
*/
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
* details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
|
||||||
* As a special exception, AlliedModders LLC gives you permission to link the
|
|
||||||
* code of this program (as well as its derivative works) to "Half-Life 2," the
|
|
||||||
* "Source Engine," the "SourcePawn JIT," and any Game MODs that run on software
|
|
||||||
* by the Valve Corporation. You must obey the GNU General Public License in
|
|
||||||
* all respects for all other code used. Additionally, AlliedModders LLC grants
|
|
||||||
* this exception to all derivative works. AlliedModders LLC defines further
|
|
||||||
* exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007),
|
|
||||||
* or <http://www.sourcemod.net/license.php>.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __SOURCEHOOK_HOOKMANGEN_X86_H__
|
#ifndef __SOURCEHOOK_HOOKMANGEN_X86_H__
|
||||||
#define __SOURCEHOOK_HOOKMANGEN_X86_H__
|
#define __SOURCEHOOK_HOOKMANGEN_X86_H__
|
||||||
|
@ -248,6 +248,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\sourcehook.cpp">
|
RelativePath="..\..\sourcehook.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\sourcehook_hookmangen.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\test1.cpp">
|
RelativePath="..\test1.cpp">
|
||||||
</File>
|
</File>
|
||||||
@ -266,6 +269,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\testbail2.cpp">
|
RelativePath="..\testbail2.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\testhookmangen.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\testlist.cpp">
|
RelativePath="..\testlist.cpp">
|
||||||
</File>
|
</File>
|
||||||
@ -321,6 +327,12 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\sourcehook.h">
|
RelativePath="..\..\sourcehook.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\sourcehook_hookmangen.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\sourcehook_hookmangen_x86.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\sourcehook_impl.h">
|
RelativePath="..\..\sourcehook_impl.h">
|
||||||
</File>
|
</File>
|
||||||
@ -354,6 +366,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\testevents.h">
|
RelativePath="..\testevents.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\testhookmangen.h">
|
||||||
|
</File>
|
||||||
<Filter
|
<Filter
|
||||||
Name="generate"
|
Name="generate"
|
||||||
Filter="">
|
Filter="">
|
||||||
@ -378,6 +393,9 @@ popd
|
|||||||
Outputs="..\sourcehook.h"/>
|
Outputs="..\sourcehook.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\testhookmangen.hxx">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user