Skip to content

Commit 701f06f

Browse files
Unknownunknown
Unknown
authored and
unknown
committed
Fix compilation and linker issue
1 parent 0f6e95e commit 701f06f

11 files changed

+22
-22
lines changed

modules/sockets/include/CFunctions.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
*
55
* ml_base, External lua add-on module
66
*
7-
* Copyright 2003-2008 MTA. All Rights Reserved.
7+
* Copyright (c) 2003-2008 MTA. All Rights Reserved.
88
*
9-
* Grand Theft Auto is 2002-2003 Rockstar North
9+
* Grand Theft Auto is (c) 2002-2003 Rockstar North
1010
*
1111
* THE FOLLOWING SOURCES ARE PART OF THE MULTI THEFT
1212
* AUTO SOFTWARE DEVELOPMENT KIT AND ARE RELEASED AS

modules/sockets/include/CLuaArgument.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
*
55
* ml_base, External lua add-on module
66
*
7-
* Copyright 2003-2008 MTA. All Rights Reserved.
7+
* Copyright (c) 2003-2008 MTA. All Rights Reserved.
88
*
9-
* Grand Theft Auto is 2002-2003 Rockstar North
9+
* Grand Theft Auto is (c) 2002-2003 Rockstar North
1010
*
1111
* THE FOLLOWING SOURCES ARE PART OF THE MULTI THEFT
1212
* AUTO SOFTWARE DEVELOPMENT KIT AND ARE RELEASED AS

modules/sockets/include/CLuaArguments.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
*
55
* ml_base, External lua add-on module
66
*
7-
* Copyright 2003-2008 MTA. All Rights Reserved.
7+
* Copyright (c) 2003-2008 MTA. All Rights Reserved.
88
*
9-
* Grand Theft Auto is 2002-2003 Rockstar North
9+
* Grand Theft Auto is (c) 2002-2003 Rockstar North
1010
*
1111
* THE FOLLOWING SOURCES ARE PART OF THE MULTI THEFT
1212
* AUTO SOFTWARE DEVELOPMENT KIT AND ARE RELEASED AS

modules/sockets/include/CSocketManager.h

-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ class CSocketManager
2828

2929
static void HandleStop ();
3030
};
31-
32-
#endif

modules/sockets/include/Common.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
*
55
* ml_base, External lua add-on module
66
*
7-
* Copyright 2003-2008 MTA. All Rights Reserved.
7+
* Copyright (c) 2003-2008 MTA. All Rights Reserved.
88
*
9-
* Grand Theft Auto is 2002-2003 Rockstar North
9+
* Grand Theft Auto is (c) 2002-2003 Rockstar North
1010
*
1111
* THE FOLLOWING SOURCES ARE PART OF THE MULTI THEFT
1212
* AUTO SOFTWARE DEVELOPMENT KIT AND ARE RELEASED AS

modules/sockets/include/ml_sockets.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
*
55
* ml_base, External lua add-on module
66
*
7-
* Copyright 2003-2008 MTA. All Rights Reserved.
7+
* Copyright (c) 2003-2008 MTA. All Rights Reserved.
88
*
9-
* Grand Theft Auto is 2002-2003 Rockstar North
9+
* Grand Theft Auto is (c) 2002-2003 Rockstar North
1010
*
1111
* THE FOLLOWING SOURCES ARE PART OF THE MULTI THEFT
1212
* AUTO SOFTWARE DEVELOPMENT KIT AND ARE RELEASED AS

modules/sockets/src/CFunctions.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
*
55
* ml_base, External lua add-on module
66
*
7-
* Copyright © 2003-2008 MTA. All Rights Reserved.
7+
* Copyright (c) 2003-2008 MTA. All Rights Reserved.
88
*
9-
* Grand Theft Auto is © 2002-2003 Rockstar North
9+
* Grand Theft Auto is (c) 2002-2003 Rockstar North
1010
*
1111
* THE FOLLOWING SOURCES ARE PART OF THE MULTI THEFT
1212
* AUTO SOFTWARE DEVELOPMENT KIT AND ARE RELEASED AS

modules/sockets/src/CLuaArgument.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
*
55
* ml_base, External lua add-on module
66
*
7-
* Copyright © 2003-2008 MTA. All Rights Reserved.
7+
* Copyright (c) 2003-2008 MTA. All Rights Reserved.
88
*
9-
* Grand Theft Auto is © 2002-2003 Rockstar North
9+
* Grand Theft Auto is (c) 2002-2003 Rockstar North
1010
*
1111
* THE FOLLOWING SOURCES ARE PART OF THE MULTI THEFT
1212
* AUTO SOFTWARE DEVELOPMENT KIT AND ARE RELEASED AS

modules/sockets/src/CLuaArguments.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
*
55
* ml_base, External lua add-on module
66
*
7-
* Copyright © 2003-2008 MTA. All Rights Reserved.
7+
* Copyright (c) 2003-2008 MTA. All Rights Reserved.
88
*
9-
* Grand Theft Auto is © 2002-2003 Rockstar North
9+
* Grand Theft Auto is (c) 2002-2003 Rockstar North
1010
*
1111
* THE FOLLOWING SOURCES ARE PART OF THE MULTI THEFT
1212
* AUTO SOFTWARE DEVELOPMENT KIT AND ARE RELEASED AS

modules/sockets/src/ml_sockets.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
*
55
* ml_base, External lua add-on module
66
*
7-
* Copyright © 2003-2008 MTA. All Rights Reserved.
7+
* Copyright (c) 2003-2008 MTA. All Rights Reserved.
88
*
9-
* Grand Theft Auto is © 2002-2003 Rockstar North
9+
* Grand Theft Auto is (c) 2002-2003 Rockstar North
1010
*
1111
* THE FOLLOWING SOURCES ARE PART OF THE MULTI THEFT
1212
* AUTO SOFTWARE DEVELOPMENT KIT AND ARE RELEASED AS

premake5.lua

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
-- Create helper function for output
3-
binpath = function (path) targetdir("%{wks.location}../bin/".. path) end
3+
cwd = os.getcwd()
4+
binpath = function (path) targetdir(os.realpath(("%s/bin/%s"):format(cwd, path))) end
45

56
workspace "MTA Modules"
67

@@ -27,7 +28,8 @@ workspace "MTA Modules"
2728

2829
filter "configurations:Debug"
2930
defines { "DEBUG" }
30-
flags { "C++14", "Symbols" }
31+
flags { "C++14" }
32+
symbols "On"
3133
targetsuffix "_d"
3234

3335
filter "configurations:Release"

0 commit comments

Comments
 (0)