mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
NetCon: rename to 'netcon'; remove platform suffix
Netcon is no longer 32bits. Previously it was made 32bits to maximize system compatibility, but this was unfortunately too hard to maintain after the migration to CMake, it was also no longer worth it as the tool never got used on 32bit platforms. Renamed to avoid confusion.
This commit is contained in:
parent
f3ca070868
commit
266dc56b36
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required( VERSION 3.16 )
|
||||
add_module( "exe" "netconsole" "vpc" ${FOLDER_CONTEXT} TRUE TRUE )
|
||||
add_module( "exe" "netcon" "vpc" ${FOLDER_CONTEXT} TRUE TRUE )
|
||||
|
||||
start_sources()
|
||||
|
||||
@ -31,11 +31,8 @@ add_sources( SOURCE_GROUP "Windows"
|
||||
|
||||
end_sources( "${BUILD_OUTPUT_DIR}/bin/" )
|
||||
|
||||
set_target_properties( ${PROJECT_NAME} PROPERTIES OUTPUT_NAME
|
||||
"netcon32"
|
||||
)
|
||||
set_target_properties( ${PROJECT_NAME} PROPERTIES
|
||||
VS_DEBUGGER_COMMAND "netcon32.exe"
|
||||
VS_DEBUGGER_COMMAND "${PROJECT_NAME}.exe"
|
||||
VS_DEBUGGER_COMMAND_ARGUMENTS "-ansicolor"
|
||||
VS_DEBUGGER_WORKING_DIRECTORY "$(ProjectDir)../../../${BUILD_OUTPUT_DIR}/bin/"
|
||||
)
|
||||
|
@ -17,6 +17,7 @@ del /Q "%~dp0..\r5apexsdkd64.dll"
|
||||
del /Q "%~dp0..\r5detours.dll"
|
||||
del /Q "%~dp0..\r5dev.dll"
|
||||
del /Q "%~dp0..\bin\naveditor.exe"
|
||||
del /Q "%~dp0..\bin\netcon32.exe"
|
||||
del /Q "%~dp0..\platform\cfg\englishclient_build_vpk.cfg"
|
||||
del /Q "%~dp0..\platform\cfg\englishclient_extract_vpk.cfg"
|
||||
del /Q "%~dp0..\platform\cfg\englishserver_build_vpk.cfg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user