0% found this document useful (0 votes)
143 views4 pages

Log

The document outlines the build log of a MM2Hook project. It goes through compiling the code and various source files, generates the necessary libraries and DLLs, and zips the build artifacts for uploading. Warnings are shown around unsafe string functions in the Lua source code.

Uploaded by

André Fontes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
143 views4 pages

Log

The document outlines the build log of a MM2Hook project. It goes through compiling the code and various source files, generates the necessary libraries and DLLs, and zips the build artifacts for uploading. Warnings are shown around unsafe string functions in the Lua source code.

Uploaded by

André Fontes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

[00:00:00] Build started

[00:00:00] git clone -q --branch=master https://github.com/Fireboyd78/mm2hook.git


C:\projects\mm2hook
[00:00:05] git checkout -qf 04764c9a0bd4f5fcebb2a19d8e503e3621469d5d
[00:00:05] msbuild "C:\projects\mm2hook\mm2hook.sln" /m /verbosity:minimal
/logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
[00:00:06] Microsoft (R) Build Engine version 14.0.25420.1
[00:00:06] Copyright (C) Microsoft Corporation. All rights reserved.
[00:00:06]
[00:00:13] debug_handlers.cpp
[00:00:13] lua_drawable.cpp
[00:00:13] console.cpp
[00:00:13] logfile.cpp
[00:00:14] patch.cpp
[00:00:15] util.cpp
[00:00:16] mm2_effects.cpp
[00:00:19] dispatcher.cpp
[00:00:20] loader.cpp
[00:00:21] mm2_particle.cpp
[00:00:21] ai.cpp
[00:00:26] Creating library bin\Release\MM2HookLoader.lib and object
bin\Release\MM2HookLoader.exp
[00:00:26] Generating code
[00:00:26] Finished generating code
[00:00:26] banger.cpp
[00:00:26] city.cpp
[00:00:37] MM2HookLoader.vcxproj ->
C:\projects\mm2hook\bin\Release\MM2HookLoader.dll
[00:00:37] core.cpp
[00:00:37] creature.cpp
[00:00:37] data.cpp
[00:00:37] effects.cpp
[00:00:37] input.cpp
[00:00:37] level.cpp
[00:00:37] node.cpp
[00:00:40] parse.cpp
[00:00:40] ped.cpp
[00:00:42] phys.cpp
[00:00:44] vehicle.cpp
[00:00:45] settings.cpp
[00:00:47] bugfix_handlers.cpp
[00:00:49] feature_handlers.cpp
[00:00:54] console.cpp
[00:00:56] logfile.cpp
[00:00:57] patch.cpp
[00:00:58] util.cpp
[00:00:59] mm2.cpp
[00:01:02] mm2_ai.cpp
[00:01:05] mm2_audio.cpp
[00:01:07] mm2_base.cpp
[00:01:08] mm2_bound.cpp
[00:01:09] mm2_breakable.cpp
[00:01:16] mm2_city.cpp
[00:01:16] mm2_creature.cpp
[00:01:16] mm2_data.cpp
[00:01:16] mm2_game.cpp
[00:01:16] mm2_gfx.cpp
[00:01:19] mm2_input.cpp
[00:01:20] mm2_inst.cpp
[00:01:22] mm2_level.cpp
[00:01:24] mm2_lua.cpp
[00:01:26] mm2_model.cpp
[00:01:29] mm2_network.cpp
[00:01:31] mm2_phys.cpp
[00:01:34] mm2_rgl.cpp
[00:01:34] mm2_stream.cpp
[00:01:36] mm2_ui.cpp
[00:01:37] mm2_utils.cpp
[00:01:38] mm2_vehicle.cpp
[00:01:41] discord-presence.cpp
[00:01:42] main.cpp
[00:01:50] lfs.c
[00:01:50] lapi.c
[00:01:50] lauxlib.c
[00:01:50] lbaselib.c
[00:01:50] lbitlib.c
[00:01:50] lcode.c
[00:01:50] lcorolib.c
[00:01:50] src\luafilesystem\lfs.c(140): warning C4996: 'strerror': This function
or variable may be unsafe. Consider using strerror_s instead. To disable
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
[C:\projects\mm2hook\MM2Hook.vcxproj]
[00:01:52] C:\Program Files (x86)\Windows
Kits\10\Include\10.0.10240.0\ucrt\string.h(178): note: see declaration of
'strerror'
[00:01:53] src\luafilesystem\lfs.c(142): warning C4996: 'strerror': This function
or variable may be unsafe. Consider using strerror_s instead. To disable
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
[C:\projects\mm2hook\MM2Hook.vcxproj]
[00:01:53] C:\Program Files (x86)\Windows
Kits\10\Include\10.0.10240.0\ucrt\string.h(178): note: see declaration of
'strerror'
[00:01:53] src\luafilesystem\lfs.c(165): warning C4996: 'strerror': This function
or variable may be unsafe. Consider using strerror_s instead. To disable
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
[C:\projects\mm2hook\MM2Hook.vcxproj]
[00:01:53] C:\Program Files (x86)\Windows
Kits\10\Include\10.0.10240.0\ucrt\string.h(178): note: see declaration of
'strerror'
[00:01:53] src\luafilesystem\lfs.c(301): warning C4996: 'strcpy': This function or
variable may be unsafe. Consider using strcpy_s instead. To disable deprecation,
use _CRT_SECURE_NO_WARNINGS. See online help for details.
[C:\projects\mm2hook\MM2Hook.vcxproj]
[00:01:53] src\luafilesystem\lfs.c(301): warning C4996: 'strcat': This function or
variable may be unsafe. Consider using strcat_s instead. To disable deprecation,
use _CRT_SECURE_NO_WARNINGS. See online help for details.
[C:\projects\mm2hook\MM2Hook.vcxproj]
[00:01:53] src\luafilesystem\lfs.c(299): warning C4996: 'strerror': This function
or variable may be unsafe. Consider using strerror_s instead. To disable
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
[C:\projects\mm2hook\MM2Hook.vcxproj]
[00:01:53] C:\Program Files (x86)\Windows
Kits\10\Include\10.0.10240.0\ucrt\string.h(178): note: see declaration of
'strerror'
[00:01:53] src\luafilesystem\lfs.c(309): warning C4996: 'strerror': This function
or variable may be unsafe. Consider using strerror_s instead. To disable
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
[C:\projects\mm2hook\MM2Hook.vcxproj]
[00:01:53] C:\Program Files (x86)\Windows
Kits\10\Include\10.0.10240.0\ucrt\string.h(178): note: see declaration of
'strerror'
[00:01:53] src\luafilesystem\lfs.c(405): warning C4996: 'strerror': This function
or variable may be unsafe. Consider using strerror_s instead. To disable
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
[C:\projects\mm2hook\MM2Hook.vcxproj]
[00:01:53] C:\Program Files (x86)\Windows
Kits\10\Include\10.0.10240.0\ucrt\string.h(178): note: see declaration of
'strerror'
[00:01:53] src\luafilesystem\lfs.c(426): warning C4996: 'strerror': This function
or variable may be unsafe. Consider using strerror_s instead. To disable
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
[C:\projects\mm2hook\MM2Hook.vcxproj]
[00:01:53] C:\Program Files (x86)\Windows
Kits\10\Include\10.0.10240.0\ucrt\string.h(178): note: see declaration of
'strerror'
[00:01:53] src\luafilesystem\lfs.c(491): warning C4996: 'strerror': This function
or variable may be unsafe. Consider using strerror_s instead. To disable
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
[C:\projects\mm2hook\MM2Hook.vcxproj]
[00:01:53] C:\Program Files (x86)\Windows
Kits\10\Include\10.0.10240.0\ucrt\string.h(178): note: see declaration of
'strerror'
[00:01:53] src\luafilesystem\lfs.c(558): warning C4996: 'sprintf': This function or
variable may be unsafe. Consider using sprintf_s instead. To disable deprecation,
use _CRT_SECURE_NO_WARNINGS. See online help for details.
[C:\projects\mm2hook\MM2Hook.vcxproj]
[00:01:53] C:\Program Files (x86)\Windows
Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1769): note: see declaration of 'sprintf'
[00:01:53] src\luafilesystem\lfs.c(812): warning C4996: 'strerror': This function
or variable may be unsafe. Consider using strerror_s instead. To disable
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
[C:\projects\mm2hook\MM2Hook.vcxproj]
[00:01:53] C:\Program Files (x86)\Windows
Kits\10\Include\10.0.10240.0\ucrt\string.h(178): note: see declaration of
'strerror'
[00:01:53] lctype.c
[00:01:53] ldblib.c
[00:01:53] ldebug.c
[00:01:53] ldo.c
[00:01:53] ldump.c
[00:01:53] lfunc.c
[00:01:53] lgc.c
[00:01:53] linit.c
[00:01:53] liolib.c
[00:01:53] llex.c
[00:01:53] lmathlib.c
[00:01:53] lmem.c
[00:01:53] loadlib.c
[00:01:53] lobject.c
[00:01:53] lopcodes.c
[00:01:53] loslib.c
[00:01:53] lparser.c
[00:01:53] lstate.c
[00:01:53] lstring.c
[00:01:53] lstrlib.c
[00:01:53] ltable.c
[00:01:53] ltablib.c
[00:01:53] ltm.c
[00:01:53] lundump.c
[00:01:53] lutf8lib.c
[00:01:53] lvm.c
[00:01:53] lzio.c
[00:02:12] Creating library bin\Release\MM2Hook.lib and object
bin\Release\MM2Hook.exp
[00:02:12] Generating code
[00:02:36] Finished generating code
[00:02:39] MM2Hook.vcxproj -> C:\projects\mm2hook\bin\Release\MM2Hook.dll
[00:02:39] MM2Hook.vcxproj -> bin\Release\MM2Hook.pdb (Full PDB)
[00:02:39] Moving Lua ASM files...
[00:02:39] - Files successfully moved to 'bin\Release\asm\lua\'
[00:02:42] Creating DirectInput8 DLL/PDB files:
[00:02:42] - bin\Release\out\dinput.dll
[00:02:42] - bin\Release\out\dinput.pdb
[00:02:42] Discovering tests...OK
[00:02:42] Collecting artifacts...
[00:02:42] Found artifact 'bin\Release' matching 'bin\Release' path
[00:02:42] Found artifact 'bin\Release\out' matching 'bin\Release\out' path
[00:02:42] Uploading artifacts...
[00:02:42]
[00:03:05] [1/2] mm2hook...Zipping to mm2hook.zip
[00:03:06] [1/2] bin\mm2hook.zip (83,096,690 bytes)...1%
[00:03:06] [1/2] bin\mm2hook.zip (83,096,690 bytes)...10%
[00:03:07] [1/2] bin\mm2hook.zip (83,096,690 bytes)...20%
[00:03:07] [1/2] bin\mm2hook.zip (83,096,690 bytes)...30%
[00:03:08] [1/2] bin\mm2hook.zip (83,096,690 bytes)...40%
[00:03:08] [1/2] bin\mm2hook.zip (83,096,690 bytes)...50%
[00:03:09] [1/2] bin\mm2hook.zip (83,096,690 bytes)...60%
[00:03:09] [1/2] bin\mm2hook.zip (83,096,690 bytes)...70%
[00:03:10] [1/2] bin\mm2hook.zip (83,096,690 bytes)...80%
[00:03:10] [1/2] bin\mm2hook.zip (83,096,690 bytes)...90%
[00:03:10] [1/2] bin\mm2hook.zip (83,096,690 bytes)...100%
[00:03:10]
[00:03:12] [2/2] mm2hook_dll...Zipping to mm2hook_dll.zip
[00:03:12] [2/2] bin\Release\mm2hook_dll.zip (3,358,838 bytes)...2%
[00:03:12] [2/2] bin\Release\mm2hook_dll.zip (3,358,838 bytes)...10%
[00:03:12] [2/2] bin\Release\mm2hook_dll.zip (3,358,838 bytes)...20%
[00:03:12] [2/2] bin\Release\mm2hook_dll.zip (3,358,838 bytes)...30%
[00:03:12] [2/2] bin\Release\mm2hook_dll.zip (3,358,838 bytes)...40%
[00:03:12] [2/2] bin\Release\mm2hook_dll.zip (3,358,838 bytes)...80%
[00:03:12] [2/2] bin\Release\mm2hook_dll.zip (3,358,838 bytes)...90%
[00:03:12] [2/2] bin\Release\mm2hook_dll.zip (3,358,838 bytes)...100%
[00:03:12] Build success

You might also like