91e6b23d3f
NMAKE-VS2012 Error LNK2011 while NMAKE-VS2010 does not complain we need to link the pch.obj file see http://msdn.microsoft.com/en-us/library/3ay26wa2(v=vs.110).aspx ** PCH Support for Ninja Ninja need to add property OBJECT_DEPENDS for using PCH OBJECT_OUTPUTS for create PCH see http://public.kitware.com/pipermail/cmake-developers/2012-March/003653.html
54 lines
936 B
Batchfile
54 lines
936 B
Batchfile
@echo off
|
|
|
|
REM This script will kill all the services launched by shard_start.bat
|
|
|
|
rem AS
|
|
taskkill /IM ryzom_admin_service.exe
|
|
|
|
rem bms_master
|
|
taskkill /IM ryzom_backup_service.exe
|
|
|
|
rem egs
|
|
taskkill /IM ryzom_entities_game_service.exe
|
|
|
|
rem gpms
|
|
taskkill /IM ryzom_gpm_service.exe
|
|
|
|
rem ios
|
|
taskkill /IM ryzom_ios_service.exe
|
|
|
|
rem rns
|
|
taskkill /IM ryzom_naming_service.exe
|
|
|
|
rem rws
|
|
taskkill /IM ryzom_welcome_service.exe
|
|
|
|
rem ts
|
|
taskkill /IM ryzom_tick_service.exe
|
|
|
|
rem ms
|
|
taskkill /IM ryzom_mirror_service.exe
|
|
|
|
rem ais_newbyland
|
|
taskkill /IM ryzom_ai_service.exe
|
|
|
|
rem mfs
|
|
taskkill /IM ryzom_mail_forum_service.exe
|
|
|
|
rem su
|
|
taskkill /IM ryzom_shard_unifier_service.exe
|
|
|
|
rem fes
|
|
taskkill /IM ryzom_frontend_service.exe
|
|
|
|
rem sbs
|
|
taskkill /IM ryzom_session_browser_server.exe
|
|
|
|
rem lgs
|
|
taskkill /IM ryzom_logger_service.exe
|
|
|
|
rem dss
|
|
taskkill /IM ryzom_dynamic_scenario_service.exe
|
|
|
|
rem ras
|
|
taskkill /IM ryzom_admin_service.exe
|