Last active
December 20, 2015 11:58
-
-
Save kenany/6126898 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ProjectTox-Core\build>mingw32-make | |
| Scanning dependencies of target core | |
| [ 5%] Building C object core/CMakeFiles/core.dir/DHT.c.obj | |
| [ 11%] Building C object core/CMakeFiles/core.dir/network.c.obj | |
| [ 17%] Building C object core/CMakeFiles/core.dir/Lossless_UDP.c.obj | |
| [ 23%] Building C object core/CMakeFiles/core.dir/net_crypto.c.obj | |
| [ 29%] Building C object core/CMakeFiles/core.dir/friend_requests.c.obj | |
| [ 35%] Building C object core/CMakeFiles/core.dir/LAN_discovery.c.obj | |
| [ 41%] Building C object core/CMakeFiles/core.dir/Messenger.c.obj | |
| Linking C static library libcore.a | |
| [ 41%] Built target core | |
| Scanning dependencies of target DHT_test | |
| [ 47%] Building C object testing/CMakeFiles/DHT_test.dir/DHT_test.c.obj | |
| [ 52%] Building C object testing/CMakeFiles/DHT_test.dir/misc_tools.c.obj | |
| Linking C executable DHT_test.exe | |
| [ 52%] Built target DHT_test | |
| Scanning dependencies of target Lossless_UDP_testclient | |
| [ 58%] Building C object testing/CMakeFiles/Lossless_UDP_testclient.dir/Lossless_UDP_testclient.c.obj | |
| Linking C executable Lossless_UDP_testclient.exe | |
| [ 58%] Built target Lossless_UDP_testclient | |
| Scanning dependencies of target Lossless_UDP_testserver | |
| [ 64%] Building C object testing/CMakeFiles/Lossless_UDP_testserver.dir/Lossless_UDP_testserver.c.obj | |
| Linking C executable Lossless_UDP_testserver.exe | |
| [ 64%] Built target Lossless_UDP_testserver | |
| Scanning dependencies of target Messenger_test | |
| [ 70%] Building C object testing/CMakeFiles/Messenger_test.dir/Messenger_test.c.obj | |
| [ 76%] Building C object testing/CMakeFiles/Messenger_test.dir/misc_tools.c.obj | |
| Linking C executable Messenger_test.exe | |
| [ 76%] Built target Messenger_test | |
| Scanning dependencies of target nTox_win32 | |
| [ 82%] Building C object testing/CMakeFiles/nTox_win32.dir/nTox_win32.c.obj | |
| [ 88%] Building C object testing/CMakeFiles/nTox_win32.dir/misc_tools.c.obj | |
| Linking C executable nTox_win32.exe | |
| [ 88%] Built target nTox_win32 | |
| Scanning dependencies of target DHT_bootstrap | |
| [ 94%] Building C object other/CMakeFiles/DHT_bootstrap.dir/DHT_bootstrap.c.obj | |
| [100%] Building C object other/CMakeFiles/DHT_bootstrap.dir/__/testing/misc_tools.c.obj | |
| Linking C executable DHT_bootstrap.exe | |
| [100%] Built target DHT_bootstrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment