mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-18 11: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 @@
|
||||
/**
|
||||
* vim: set ts=4 :
|
||||
* =============================================================================
|
||||
* SourcePawn JIT SDK
|
||||
* Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
|
||||
* =============================================================================
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* 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>.
|
||||
*
|
||||
*/
|
||||
/* ======== SourceHook ========
|
||||
* vim: set ts=4 :
|
||||
* Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
|
||||
* No warranties of any kind
|
||||
*
|
||||
* License: zlib/libpng
|
||||
*
|
||||
* from the SourcePawn JIT SDK
|
||||
* ============================
|
||||
*/
|
||||
|
||||
#ifndef __SOURCEHOOK_HOOKMANGEN_X86_H__
|
||||
#define __SOURCEHOOK_HOOKMANGEN_X86_H__
|
||||
|
@ -248,6 +248,9 @@
|
||||
<File
|
||||
RelativePath="..\..\sourcehook.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\sourcehook_hookmangen.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\test1.cpp">
|
||||
</File>
|
||||
@ -266,6 +269,9 @@
|
||||
<File
|
||||
RelativePath="..\testbail2.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\testhookmangen.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\testlist.cpp">
|
||||
</File>
|
||||
@ -321,6 +327,12 @@
|
||||
<File
|
||||
RelativePath="..\..\sourcehook.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\sourcehook_hookmangen.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\sourcehook_hookmangen_x86.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\sourcehook_impl.h">
|
||||
</File>
|
||||
@ -354,6 +366,9 @@
|
||||
<File
|
||||
RelativePath="..\testevents.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\testhookmangen.h">
|
||||
</File>
|
||||
<Filter
|
||||
Name="generate"
|
||||
Filter="">
|
||||
@ -378,6 +393,9 @@ popd
|
||||
Outputs="..\sourcehook.h"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\testhookmangen.hxx">
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
Loading…
x
Reference in New Issue
Block a user