diff --git a/doomclassic/doom/d_main.cpp b/doomclassic/doom/d_main.cpp index d208d5fa..d4c4c9bc 100644 --- a/doomclassic/doom/d_main.cpp +++ b/doomclassic/doom/d_main.cpp @@ -73,7 +73,7 @@ If you have questions concerning this license or the applicable additional terms #include "d_main.h" -//#include "../idlib/precompiled.h" +//#include "precompiled.h" //#include "../Main/PlayerProfile.h" //#include "../Main/PSN/PS3_Session.h" #include "d3xp/Game_local.h" diff --git a/neo/CMakeLists.txt b/neo/CMakeLists.txt index 83f18124..28c90ad7 100644 --- a/neo/CMakeLists.txt +++ b/neo/CMakeLists.txt @@ -896,22 +896,22 @@ source_group("tools\\sound" FILES ${EDITOR_SOUND_INCLUDES}) source_group("tools\\sound" FILES ${EDITOR_SOUND_SOURCES}) -set(RBDOOM3_SOURCES - ${AAS_INCLUDES} ${AAS_SOURCES} - ${CM_INCLUDES} ${CM_SOURCES} - ${FRAMEWORK_INCLUDES} ${FRAMEWORK_SOURCES} - ${FRAMEWORK_ASYNC_INCLUDES} ${FRAMEWORK_ASYNC_SOURCES} - ${RENDERER_INCLUDES} ${RENDERER_SOURCES} - #${IRRXML_INCLUDES} ${IRRXML_SOURCES} - ${JPEG_INCLUDES} ${JPEG_SOURCES} - #${PNG_INCLUDES} ${PNG_SOURCES} - ${ZLIB_INCLUDES} ${ZLIB_SOURCES} - #${GLEW_INCLUDES} ${GLEW_SOURCES} +set(RBDOOM3_INCLUDES + ${AAS_INCLUDES} + ${CM_INCLUDES} + ${FRAMEWORK_INCLUDES} + ${FRAMEWORK_ASYNC_INCLUDES} + ${RENDERER_INCLUDES} + #${IRRXML_INCLUDES} + ${JPEG_INCLUDES} + #${PNG_INCLUDES} + ${ZLIB_INCLUDES} + #${GLEW_INCLUDES} #${FREETYPE_SOURCES} - ${SOUND_INCLUDES} ${SOUND_SOURCES} - #${OGGVORBIS_INCLUDES} ${OGGVORBIS_SOURCES} - ${UI_INCLUDES} ${UI_SOURCES} - ${SWF_INCLUDES} ${SWF_SOURCES} + ${SOUND_INCLUDES} + #${OGGVORBIS_INCLUDES} + ${UI_INCLUDES} + ${SWF_INCLUDES} #${COMPILER_INCLUDES} #${COMPILER_AAS_INCLUDES} ${COMPILER_AAS_SOURCES} @@ -919,6 +919,29 @@ set(RBDOOM3_SOURCES #${COMPILER_RENDERBUMP_INCLUDES} ${COMPILER_RENDERBUMP_SOURCES} #${COMPILER_ROQVQ_INCLUDES} ${COMPILER_ROQVQ_SOURCES} ) + +set(RBDOOM3_SOURCES + ${AAS_SOURCES} + ${CM_SOURCES} + ${FRAMEWORK_SOURCES} + ${FRAMEWORK_ASYNC_SOURCES} + ${RENDERER_SOURCES} + #${IRRXML_SOURCES} + ${JPEG_SOURCES} + #${PNG_SOURCES} + ${ZLIB_SOURCES} + #${GLEW_SOURCES} + #${FREETYPE_SOURCES} + ${SOUND_SOURCES} + #${OGGVORBIS_INCLUDES} ${OGGVORBIS_SOURCES} + ${UI_SOURCES} + ${SWF_SOURCES} + + #${COMPILER_AAS_SOURCES} + #${COMPILER_DMAP_SOURCES} + #${COMPILER_RENDERBUMP_SOURCES} + #${COMPILER_ROQVQ_SOURCES} + ) add_definitions(-D__DOOM__ #-DGLEW_STATIC @@ -927,20 +950,30 @@ add_definitions(-D__DOOM__ ) if(MONOLITH) + list(APPEND RBDOOM3_INCLUDES + ${GAMED3XP_INCLUDES} + ${GAMED3XP_AI_INCLUDES} + ${GAMED3XP_ANIM_INCLUDES} + ${GAMED3XP_GAMESYS_INCLUDES} + ${GAMED3XP_MENUS_INCLUDES} + ${GAMED3XP_PHYSICS_INCLUDES} + ${GAMED3XP_SCRIPT_INCLUDES}) + list(APPEND RBDOOM3_SOURCES - ${GAMED3XP_INCLUDES} ${GAMED3XP_SOURCES} - ${GAMED3XP_AI_INCLUDES} ${GAMED3XP_AI_SOURCES} - ${GAMED3XP_ANIM_INCLUDES} ${GAMED3XP_ANIM_SOURCES} - ${GAMED3XP_GAMESYS_INCLUDES} ${GAMED3XP_GAMESYS_SOURCES} - ${GAMED3XP_MENUS_INCLUDES} ${GAMED3XP_MENUS_SOURCES} - ${GAMED3XP_PHYSICS_INCLUDES} ${GAMED3XP_PHYSICS_SOURCES} - ${GAMED3XP_SCRIPT_INCLUDES} ${GAMED3XP_SCRIPT_SOURCES}) + ${GAMED3XP_SOURCES} + ${GAMED3XP_AI_SOURCES} + ${GAMED3XP_ANIM_SOURCES} + ${GAMED3XP_GAMESYS_SOURCES} + ${GAMED3XP_MENUS_SOURCES} + ${GAMED3XP_PHYSICS_SOURCES} + ${GAMED3XP_SCRIPT_SOURCES}) else() add_definitions(-D__DOOM_DLL__) endif() include_directories( . + idlib #libs/curl/include #libs/openal/include #libs/glew/include @@ -1000,18 +1033,54 @@ if(MSVC) ${EDITOR_SOUND_INCLUDES} ${EDITOR_SOUND_SOURCES}) endif() + list(APPEND RBDOOM3_INLCUDES + ${DOOMCLASSIC_INCLUDES} + ${TIMIDITY_INCLUDES} + + ${SYS_INCLUDES} + ${XAUDIO2_INCLUDES} + ${WIN32_INCLUDES}) + list(APPEND RBDOOM3_SOURCES - ${DOOMCLASSIC_INCLUDES} ${DOOMCLASSIC_SOURCES} - ${TIMIDITY_INCLUDES} ${TIMIDITY_SOURCES} - - ${SYS_INCLUDES} ${SYS_SOURCES} - ${XAUDIO2_INCLUDES} ${XAUDIO2_SOURCES} - ${WIN32_INCLUDES} ${WIN32_SOURCES} ${WIN32_RESOURCES}) + ${DOOMCLASSIC_SOURCES} + ${TIMIDITY_SOURCES} + ${SYS_SOURCES} + ${XAUDIO2_SOURCES} + ${WIN32_SOURCES}) list(REMOVE_DUPLICATES RBDOOM3_SOURCES) - add_executable(RBDoom3BFG WIN32 ${RBDOOM3_SOURCES}) + set(RBDOOM3_PRECOMPILED_SOURCES ${RBDOOM3_SOURCES}) + list(REMOVE_ITEM RBDOOM3_PRECOMPILED_SOURCES ${TIMIDITY_SOURCES} ${JPEG_SOURCES} ${ZLIB_SOURCES}) + list(REMOVE_ITEM RBDOOM3_PRECOMPILED_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/renderer/DXT/DXTDecoder.cpp) + list(REMOVE_ITEM RBDOOM3_PRECOMPILED_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/renderer/DXT/DXTEncoder.cpp) + list(REMOVE_ITEM RBDOOM3_PRECOMPILED_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/renderer/DXT/DXTEncoder_SSE2.cpp) + list(REMOVE_ITEM RBDOOM3_PRECOMPILED_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/renderer/jobs/dynamicshadowvolume/DynamicShadowVolume.cpp) + list(REMOVE_ITEM RBDOOM3_PRECOMPILED_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/renderer/jobs/prelightshadowvolume/PreLightShadowVolume.cpp) + list(REMOVE_ITEM RBDOOM3_PRECOMPILED_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/renderer/jobs/staticshadowvolume/StaticShadowVolume.cpp) + list(REMOVE_ITEM RBDOOM3_PRECOMPILED_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/renderer/jobs/ShadowShared.cpp) + list(REMOVE_ITEM RBDOOM3_PRECOMPILED_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/renderer/RenderLog.cpp) + list(REMOVE_ITEM RBDOOM3_PRECOMPILED_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/../doomclassic/doom/i_sound_stub.cpp) + list(REMOVE_ITEM RBDOOM3_PRECOMPILED_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/../doomclassic/doom/i_sound_win32.cpp) + + foreach( src_file ${RBDOOM3_PRECOMPILED_SOURCES} ) + message(STATUS "/Yuprecompiled.h for ${src_file}") + set_source_files_properties( + ${src_file} + PROPERTIES + COMPILE_FLAGS "/Yuprecompiled.h" + ) + endforeach() + + set_source_files_properties(framework/precompiled.cpp + PROPERTIES + COMPILE_FLAGS "/Ycprecompiled.h" + ) + + list(APPEND RBDOOM3_SOURCES ${WIN32_RESOURCES}) + + add_executable(RBDoom3BFG WIN32 ${RBDOOM3_INCLUDES} ${RBDOOM3_SOURCES}) #add_custom_command(TARGET RBDoom3BFG # PRE_BUILD @@ -1033,6 +1102,16 @@ if(MSVC) winmm wsock32.lib ) + + #CMAKE_BINARY_DIR + # if(CMAKE_CL_64) + # install(TARGETS RBDoom3BFG + # RUNTIME DESTINATION ../bin/win64) + # else() + # install(TARGETS RBDoom3BFG + # RUNTIME DESTINATION ../bin/win32) + # endif() + else() list(APPEND RBDOOM3_SOURCES diff --git a/neo/aas/AASFile.cpp b/neo/aas/AASFile.cpp index 7b2990f9..ef2159ef 100644 --- a/neo/aas/AASFile.cpp +++ b/neo/aas/AASFile.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "AASFile.h" diff --git a/neo/aas/AASFileManager.cpp b/neo/aas/AASFileManager.cpp index 489aa2d3..eac1a7e1 100644 --- a/neo/aas/AASFileManager.cpp +++ b/neo/aas/AASFileManager.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "AASFile.h" diff --git a/neo/aas/AASFile_optimize.cpp b/neo/aas/AASFile_optimize.cpp index ed2bc179..41b47f5b 100644 --- a/neo/aas/AASFile_optimize.cpp +++ b/neo/aas/AASFile_optimize.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "AASFile.h" diff --git a/neo/aas/AASFile_sample.cpp b/neo/aas/AASFile_sample.cpp index c65c4468..38db6926 100644 --- a/neo/aas/AASFile_sample.cpp +++ b/neo/aas/AASFile_sample.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "AASFile.h" diff --git a/neo/cm/CollisionModel_contacts.cpp b/neo/cm/CollisionModel_contacts.cpp index 7cc03ad8..2018ea06 100644 --- a/neo/cm/CollisionModel_contacts.cpp +++ b/neo/cm/CollisionModel_contacts.cpp @@ -35,7 +35,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "CollisionModel_local.h" diff --git a/neo/cm/CollisionModel_contents.cpp b/neo/cm/CollisionModel_contents.cpp index ed361045..84e3f9b4 100644 --- a/neo/cm/CollisionModel_contents.cpp +++ b/neo/cm/CollisionModel_contents.cpp @@ -35,7 +35,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "CollisionModel_local.h" diff --git a/neo/cm/CollisionModel_debug.cpp b/neo/cm/CollisionModel_debug.cpp index c1957aec..f3b3a5bb 100644 --- a/neo/cm/CollisionModel_debug.cpp +++ b/neo/cm/CollisionModel_debug.cpp @@ -35,7 +35,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "CollisionModel_local.h" diff --git a/neo/cm/CollisionModel_files.cpp b/neo/cm/CollisionModel_files.cpp index 8e121302..7fa12c2a 100644 --- a/neo/cm/CollisionModel_files.cpp +++ b/neo/cm/CollisionModel_files.cpp @@ -35,7 +35,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "CollisionModel_local.h" diff --git a/neo/cm/CollisionModel_load.cpp b/neo/cm/CollisionModel_load.cpp index 3bf0371f..a0070ffd 100644 --- a/neo/cm/CollisionModel_load.cpp +++ b/neo/cm/CollisionModel_load.cpp @@ -46,7 +46,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "CollisionModel_local.h" diff --git a/neo/cm/CollisionModel_rotate.cpp b/neo/cm/CollisionModel_rotate.cpp index 91302992..a2a993e0 100644 --- a/neo/cm/CollisionModel_rotate.cpp +++ b/neo/cm/CollisionModel_rotate.cpp @@ -35,7 +35,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "CollisionModel_local.h" diff --git a/neo/cm/CollisionModel_trace.cpp b/neo/cm/CollisionModel_trace.cpp index 044ec282..b964a3ce 100644 --- a/neo/cm/CollisionModel_trace.cpp +++ b/neo/cm/CollisionModel_trace.cpp @@ -35,7 +35,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "CollisionModel_local.h" diff --git a/neo/cm/CollisionModel_translate.cpp b/neo/cm/CollisionModel_translate.cpp index 423e9d67..c7e29c4b 100644 --- a/neo/cm/CollisionModel_translate.cpp +++ b/neo/cm/CollisionModel_translate.cpp @@ -35,7 +35,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "CollisionModel_local.h" diff --git a/neo/d3xp/AF.cpp b/neo/d3xp/AF.cpp index 9aa191b4..6078e361 100644 --- a/neo/d3xp/AF.cpp +++ b/neo/d3xp/AF.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/AFEntity.cpp b/neo/d3xp/AFEntity.cpp index 255f2b2d..af7b65e2 100644 --- a/neo/d3xp/AFEntity.cpp +++ b/neo/d3xp/AFEntity.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Achievements.cpp b/neo/d3xp/Achievements.cpp index 1034dd97..505fa0ea 100644 --- a/neo/d3xp/Achievements.cpp +++ b/neo/d3xp/Achievements.cpp @@ -25,7 +25,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Actor.cpp b/neo/d3xp/Actor.cpp index bd8e594e..b60bdcb2 100644 --- a/neo/d3xp/Actor.cpp +++ b/neo/d3xp/Actor.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/AimAssist.cpp b/neo/d3xp/AimAssist.cpp index 9e262cac..87b9ecb1 100644 --- a/neo/d3xp/AimAssist.cpp +++ b/neo/d3xp/AimAssist.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/BrittleFracture.cpp b/neo/d3xp/BrittleFracture.cpp index 8f9d13f7..9feac69c 100644 --- a/neo/d3xp/BrittleFracture.cpp +++ b/neo/d3xp/BrittleFracture.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Camera.cpp b/neo/d3xp/Camera.cpp index b0eabcf6..f93cf2b7 100644 --- a/neo/d3xp/Camera.cpp +++ b/neo/d3xp/Camera.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Entity.cpp b/neo/d3xp/Entity.cpp index e2a2d3e9..b350826e 100644 --- a/neo/d3xp/Entity.cpp +++ b/neo/d3xp/Entity.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Fx.cpp b/neo/d3xp/Fx.cpp index 4ad08e86..3d568b45 100644 --- a/neo/d3xp/Fx.cpp +++ b/neo/d3xp/Fx.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/GameEdit.cpp b/neo/d3xp/GameEdit.cpp index 9a3167fc..ca2c625f 100644 --- a/neo/d3xp/GameEdit.cpp +++ b/neo/d3xp/GameEdit.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Game_local.cpp b/neo/d3xp/Game_local.cpp index 1e89d212..eb6c2583 100644 --- a/neo/d3xp/Game_local.cpp +++ b/neo/d3xp/Game_local.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Game_network.cpp b/neo/d3xp/Game_network.cpp index e89f8ed7..fcb1592a 100644 --- a/neo/d3xp/Game_network.cpp +++ b/neo/d3xp/Game_network.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Grabber.cpp b/neo/d3xp/Grabber.cpp index 2e5e1dd5..da3be331 100644 --- a/neo/d3xp/Grabber.cpp +++ b/neo/d3xp/Grabber.cpp @@ -25,7 +25,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop diff --git a/neo/d3xp/IK.cpp b/neo/d3xp/IK.cpp index 175bbf35..dfaec182 100644 --- a/neo/d3xp/IK.cpp +++ b/neo/d3xp/IK.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Item.cpp b/neo/d3xp/Item.cpp index 90477c60..72babee2 100644 --- a/neo/d3xp/Item.cpp +++ b/neo/d3xp/Item.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Leaderboards.cpp b/neo/d3xp/Leaderboards.cpp index e6b51769..9dde755d 100644 --- a/neo/d3xp/Leaderboards.cpp +++ b/neo/d3xp/Leaderboards.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Light.cpp b/neo/d3xp/Light.cpp index 0c7c6ef8..6814901f 100644 --- a/neo/d3xp/Light.cpp +++ b/neo/d3xp/Light.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Misc.cpp b/neo/d3xp/Misc.cpp index ae3d48e6..6f700da5 100644 --- a/neo/d3xp/Misc.cpp +++ b/neo/d3xp/Misc.cpp @@ -31,7 +31,7 @@ Various utility objects and functions. */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Moveable.cpp b/neo/d3xp/Moveable.cpp index 9c4484ec..752854fb 100644 --- a/neo/d3xp/Moveable.cpp +++ b/neo/d3xp/Moveable.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Mover.cpp b/neo/d3xp/Mover.cpp index eaf10371..c9dd88a9 100644 --- a/neo/d3xp/Mover.cpp +++ b/neo/d3xp/Mover.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/MultiplayerGame.cpp b/neo/d3xp/MultiplayerGame.cpp index d4df8fcd..a14c6dac 100644 --- a/neo/d3xp/MultiplayerGame.cpp +++ b/neo/d3xp/MultiplayerGame.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Player.cpp b/neo/d3xp/Player.cpp index 9a55fd34..d350bbe1 100644 --- a/neo/d3xp/Player.cpp +++ b/neo/d3xp/Player.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/PlayerIcon.cpp b/neo/d3xp/PlayerIcon.cpp index dc2cb846..252f4365 100644 --- a/neo/d3xp/PlayerIcon.cpp +++ b/neo/d3xp/PlayerIcon.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/PlayerView.cpp b/neo/d3xp/PlayerView.cpp index 31605689..b1f1d82e 100644 --- a/neo/d3xp/PlayerView.cpp +++ b/neo/d3xp/PlayerView.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Projectile.cpp b/neo/d3xp/Projectile.cpp index 9758b0d2..385a75d0 100644 --- a/neo/d3xp/Projectile.cpp +++ b/neo/d3xp/Projectile.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Pvs.cpp b/neo/d3xp/Pvs.cpp index 8e4cefec..5ea43df6 100644 --- a/neo/d3xp/Pvs.cpp +++ b/neo/d3xp/Pvs.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/SecurityCamera.cpp b/neo/d3xp/SecurityCamera.cpp index 65e90e30..4bc98455 100644 --- a/neo/d3xp/SecurityCamera.cpp +++ b/neo/d3xp/SecurityCamera.cpp @@ -33,7 +33,7 @@ If you have questions concerning this license or the applicable additional terms */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/SmokeParticles.cpp b/neo/d3xp/SmokeParticles.cpp index 30cd2d2e..b62b3a4d 100644 --- a/neo/d3xp/SmokeParticles.cpp +++ b/neo/d3xp/SmokeParticles.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Sound.cpp b/neo/d3xp/Sound.cpp index a72aa1bb..92be369a 100644 --- a/neo/d3xp/Sound.cpp +++ b/neo/d3xp/Sound.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Target.cpp b/neo/d3xp/Target.cpp index 491fa924..5b45bcbd 100644 --- a/neo/d3xp/Target.cpp +++ b/neo/d3xp/Target.cpp @@ -31,7 +31,7 @@ Invisible entities that affect other entities or the world when activated. */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Trigger.cpp b/neo/d3xp/Trigger.cpp index 87562bc1..b8616f4b 100644 --- a/neo/d3xp/Trigger.cpp +++ b/neo/d3xp/Trigger.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/Weapon.cpp b/neo/d3xp/Weapon.cpp index 01d25f83..1afd7caf 100644 --- a/neo/d3xp/Weapon.cpp +++ b/neo/d3xp/Weapon.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/WorldSpawn.cpp b/neo/d3xp/WorldSpawn.cpp index b3e50ea8..b077b692 100644 --- a/neo/d3xp/WorldSpawn.cpp +++ b/neo/d3xp/WorldSpawn.cpp @@ -32,7 +32,7 @@ Worldspawn class. Each map has one worldspawn which handles global spawnargs. */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Game_local.h" diff --git a/neo/d3xp/ai/AAS.cpp b/neo/d3xp/ai/AAS.cpp index 9f07035e..af606b88 100644 --- a/neo/d3xp/ai/AAS.cpp +++ b/neo/d3xp/ai/AAS.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "AAS_local.h" diff --git a/neo/d3xp/ai/AAS_debug.cpp b/neo/d3xp/ai/AAS_debug.cpp index c24bcb71..ab6d03d2 100644 --- a/neo/d3xp/ai/AAS_debug.cpp +++ b/neo/d3xp/ai/AAS_debug.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "AAS_local.h" #include "../Game_local.h" // for cvars and debug drawing diff --git a/neo/d3xp/ai/AAS_pathing.cpp b/neo/d3xp/ai/AAS_pathing.cpp index 740b3e8b..499e2f7a 100644 --- a/neo/d3xp/ai/AAS_pathing.cpp +++ b/neo/d3xp/ai/AAS_pathing.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "AAS_local.h" diff --git a/neo/d3xp/ai/AAS_routing.cpp b/neo/d3xp/ai/AAS_routing.cpp index 32a5f4d7..aa9bd1c3 100644 --- a/neo/d3xp/ai/AAS_routing.cpp +++ b/neo/d3xp/ai/AAS_routing.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "AAS_local.h" diff --git a/neo/d3xp/ai/AI.cpp b/neo/d3xp/ai/AI.cpp index e40353ec..2c8509d0 100644 --- a/neo/d3xp/ai/AI.cpp +++ b/neo/d3xp/ai/AI.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/ai/AI_Vagary.cpp b/neo/d3xp/ai/AI_Vagary.cpp index 3e850fb2..279287e3 100644 --- a/neo/d3xp/ai/AI_Vagary.cpp +++ b/neo/d3xp/ai/AI_Vagary.cpp @@ -34,7 +34,7 @@ Vagary specific AI code ***********************************************************************/ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/ai/AI_events.cpp b/neo/d3xp/ai/AI_events.cpp index f69200a6..9acad090 100644 --- a/neo/d3xp/ai/AI_events.cpp +++ b/neo/d3xp/ai/AI_events.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/ai/AI_pathing.cpp b/neo/d3xp/ai/AI_pathing.cpp index 756e1ba1..22a09529 100644 --- a/neo/d3xp/ai/AI_pathing.cpp +++ b/neo/d3xp/ai/AI_pathing.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/anim/Anim.cpp b/neo/d3xp/anim/Anim.cpp index c39d3f5d..2b675667 100644 --- a/neo/d3xp/anim/Anim.cpp +++ b/neo/d3xp/anim/Anim.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/anim/Anim_Blend.cpp b/neo/d3xp/anim/Anim_Blend.cpp index a850ad53..cacf5f16 100644 --- a/neo/d3xp/anim/Anim_Blend.cpp +++ b/neo/d3xp/anim/Anim_Blend.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/anim/Anim_Testmodel.cpp b/neo/d3xp/anim/Anim_Testmodel.cpp index 42e37d27..10538196 100644 --- a/neo/d3xp/anim/Anim_Testmodel.cpp +++ b/neo/d3xp/anim/Anim_Testmodel.cpp @@ -49,7 +49,7 @@ move around it to view it from different angles. */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/gamesys/Class.cpp b/neo/d3xp/gamesys/Class.cpp index e2ea595d..a25b2932 100644 --- a/neo/d3xp/gamesys/Class.cpp +++ b/neo/d3xp/gamesys/Class.cpp @@ -34,7 +34,7 @@ instancing of objects. */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/gamesys/Event.cpp b/neo/d3xp/gamesys/Event.cpp index 84ace22a..72665775 100644 --- a/neo/d3xp/gamesys/Event.cpp +++ b/neo/d3xp/gamesys/Event.cpp @@ -34,7 +34,7 @@ Event are used for scheduling tasks and for linking script commands. */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/gamesys/SaveGame.cpp b/neo/d3xp/gamesys/SaveGame.cpp index 2bd40670..a2519110 100644 --- a/neo/d3xp/gamesys/SaveGame.cpp +++ b/neo/d3xp/gamesys/SaveGame.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/gamesys/SysCmds.cpp b/neo/d3xp/gamesys/SysCmds.cpp index e48e5d94..a127455c 100644 --- a/neo/d3xp/gamesys/SysCmds.cpp +++ b/neo/d3xp/gamesys/SysCmds.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/gamesys/SysCvar.cpp b/neo/d3xp/gamesys/SysCvar.cpp index 1694713a..061c614b 100644 --- a/neo/d3xp/gamesys/SysCvar.cpp +++ b/neo/d3xp/gamesys/SysCvar.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/menus/MenuHandler.cpp b/neo/d3xp/menus/MenuHandler.cpp index ba8133d3..7bd316f3 100644 --- a/neo/d3xp/menus/MenuHandler.cpp +++ b/neo/d3xp/menus/MenuHandler.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" extern idCVar in_useJoystick; diff --git a/neo/d3xp/menus/MenuHandler_HUD.cpp b/neo/d3xp/menus/MenuHandler_HUD.cpp index 469ba316..8b4ff69e 100644 --- a/neo/d3xp/menus/MenuHandler_HUD.cpp +++ b/neo/d3xp/menus/MenuHandler_HUD.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" static const int TIP_DISPLAY_TIME = 5000; diff --git a/neo/d3xp/menus/MenuHandler_PDA.cpp b/neo/d3xp/menus/MenuHandler_PDA.cpp index 875295a5..b112f4bb 100644 --- a/neo/d3xp/menus/MenuHandler_PDA.cpp +++ b/neo/d3xp/menus/MenuHandler_PDA.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" static const int MAX_PDA_ITEMS = 15; diff --git a/neo/d3xp/menus/MenuHandler_Scoreboard.cpp b/neo/d3xp/menus/MenuHandler_Scoreboard.cpp index f952d1be..74005056 100644 --- a/neo/d3xp/menus/MenuHandler_Scoreboard.cpp +++ b/neo/d3xp/menus/MenuHandler_Scoreboard.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuHandler_Shell.cpp b/neo/d3xp/menus/MenuHandler_Shell.cpp index fe49108b..44aa7b73 100644 --- a/neo/d3xp/menus/MenuHandler_Shell.cpp +++ b/neo/d3xp/menus/MenuHandler_Shell.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/menus/MenuScreen.cpp b/neo/d3xp/menus/MenuScreen.cpp index 8012a478..df1785d0 100644 --- a/neo/d3xp/menus/MenuScreen.cpp +++ b/neo/d3xp/menus/MenuScreen.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" idMenuScreen::idMenuScreen() diff --git a/neo/d3xp/menus/MenuScreen_HUD.cpp b/neo/d3xp/menus/MenuScreen_HUD.cpp index c85db895..9e2af61d 100644 --- a/neo/d3xp/menus/MenuScreen_HUD.cpp +++ b/neo/d3xp/menus/MenuScreen_HUD.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" extern idCVar pm_stamina; diff --git a/neo/d3xp/menus/MenuScreen_PDA_Inventory.cpp b/neo/d3xp/menus/MenuScreen_PDA_Inventory.cpp index 8cebe634..3340487b 100644 --- a/neo/d3xp/menus/MenuScreen_PDA_Inventory.cpp +++ b/neo/d3xp/menus/MenuScreen_PDA_Inventory.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" static const int NUM_INVENTORY_ITEMS_VISIBLE = 9; diff --git a/neo/d3xp/menus/MenuScreen_PDA_UserData.cpp b/neo/d3xp/menus/MenuScreen_PDA_UserData.cpp index 91ed81e8..79ad1444 100644 --- a/neo/d3xp/menus/MenuScreen_PDA_UserData.cpp +++ b/neo/d3xp/menus/MenuScreen_PDA_UserData.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/menus/MenuScreen_PDA_UserEmails.cpp b/neo/d3xp/menus/MenuScreen_PDA_UserEmails.cpp index 3d34fcb1..7137ba71 100644 --- a/neo/d3xp/menus/MenuScreen_PDA_UserEmails.cpp +++ b/neo/d3xp/menus/MenuScreen_PDA_UserEmails.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuScreen_PDA_VideoDisks.cpp b/neo/d3xp/menus/MenuScreen_PDA_VideoDisks.cpp index 0471c923..cf16b638 100644 --- a/neo/d3xp/menus/MenuScreen_PDA_VideoDisks.cpp +++ b/neo/d3xp/menus/MenuScreen_PDA_VideoDisks.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" static const int MAX_VIDEO_ITEMS = 5; diff --git a/neo/d3xp/menus/MenuScreen_Scoreboard.cpp b/neo/d3xp/menus/MenuScreen_Scoreboard.cpp index a1a5975b..bedcc790 100644 --- a/neo/d3xp/menus/MenuScreen_Scoreboard.cpp +++ b/neo/d3xp/menus/MenuScreen_Scoreboard.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" //*************************************************************** diff --git a/neo/d3xp/menus/MenuScreen_Shell_Bindings.cpp b/neo/d3xp/menus/MenuScreen_Shell_Bindings.cpp index bf7937e9..48c4a2fb 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Bindings.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Bindings.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" typedef struct diff --git a/neo/d3xp/menus/MenuScreen_Shell_Browser.cpp b/neo/d3xp/menus/MenuScreen_Shell_Browser.cpp index c288c60e..03525d63 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Browser.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Browser.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" enum browserCommand_t diff --git a/neo/d3xp/menus/MenuScreen_Shell_ControllerLayout.cpp b/neo/d3xp/menus/MenuScreen_Shell_ControllerLayout.cpp index 0b831f0f..45e8c861 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_ControllerLayout.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_ControllerLayout.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_LAYOUT_OPTIONS = 1; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Controls.cpp b/neo/d3xp/menus/MenuScreen_Shell_Controls.cpp index c2e0875b..6ab42514 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Controls.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Controls.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_CONTROLS_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp b/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp index 3a4ceada..27dd694c 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" static const int NUM_CREDIT_LINES = 16; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Dev.cpp b/neo/d3xp/menus/MenuScreen_Shell_Dev.cpp index 54d1bb97..155e2df4 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Dev.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Dev.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_DEV_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Difficulty.cpp b/neo/d3xp/menus/MenuScreen_Shell_Difficulty.cpp index 9f0745a8..db0fdc28 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Difficulty.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Difficulty.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_SETTING_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_GameLobby.cpp b/neo/d3xp/menus/MenuScreen_Shell_GameLobby.cpp index be741e51..44183664 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_GameLobby.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_GameLobby.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_LOBBY_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_GameOptions.cpp b/neo/d3xp/menus/MenuScreen_Shell_GameOptions.cpp index 6a6218c7..d7f0aca1 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_GameOptions.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_GameOptions.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_GAME_OPTIONS_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Gamepad.cpp b/neo/d3xp/menus/MenuScreen_Shell_Gamepad.cpp index 14878497..79baad42 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Gamepad.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Gamepad.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_CONTROLS_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Leaderboards.cpp b/neo/d3xp/menus/MenuScreen_Shell_Leaderboards.cpp index a04bedda..f411dec4 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Leaderboards.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Leaderboards.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_LEADERBOARD_ITEMS = 16; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Load.cpp b/neo/d3xp/menus/MenuScreen_Shell_Load.cpp index 9b01b12a..2974f5b9 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Load.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Load.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/menus/MenuScreen_Shell_MatchSettings.cpp b/neo/d3xp/menus/MenuScreen_Shell_MatchSettings.cpp index 71d5d4bc..8d4ebe9e 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_MatchSettings.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_MatchSettings.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_GAME_OPTIONS_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_ModeSelect.cpp b/neo/d3xp/menus/MenuScreen_Shell_ModeSelect.cpp index 0d78d280..967ddb9c 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_ModeSelect.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_ModeSelect.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_SETTING_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_NewGame.cpp b/neo/d3xp/menus/MenuScreen_Shell_NewGame.cpp index 152f708d..32d10956 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_NewGame.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_NewGame.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_NEW_GAME_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_PartyLobby.cpp b/neo/d3xp/menus/MenuScreen_Shell_PartyLobby.cpp index 20f44f66..2fc5806f 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_PartyLobby.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_PartyLobby.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_LOBBY_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Pause.cpp b/neo/d3xp/menus/MenuScreen_Shell_Pause.cpp index 071124cd..3dae09f5 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Pause.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Pause.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" extern idCVar g_demoMode; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Playstation.cpp b/neo/d3xp/menus/MenuScreen_Shell_Playstation.cpp index 1609ee10..92b64a04 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Playstation.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Playstation.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_SETTING_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_PressStart.cpp b/neo/d3xp/menus/MenuScreen_Shell_PressStart.cpp index 6452b766..0c7c16f4 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_PressStart.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_PressStart.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" #include "../../framework/Common_local.h" diff --git a/neo/d3xp/menus/MenuScreen_Shell_Resolution.cpp b/neo/d3xp/menus/MenuScreen_Shell_Resolution.cpp index a234338f..a0389795 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Resolution.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Resolution.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" #include "../../renderer/tr_local.h" diff --git a/neo/d3xp/menus/MenuScreen_Shell_Root.cpp b/neo/d3xp/menus/MenuScreen_Shell_Root.cpp index c93fecc3..025d84de 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Root.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Root.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" extern idCVar g_demoMode; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Save.cpp b/neo/d3xp/menus/MenuScreen_Shell_Save.cpp index d83b568b..ee0addc1 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Save.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Save.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/menus/MenuScreen_Shell_Settings.cpp b/neo/d3xp/menus/MenuScreen_Shell_Settings.cpp index 274e5c86..80e428b9 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Settings.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Settings.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_SETTING_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Singleplayer.cpp b/neo/d3xp/menus/MenuScreen_Shell_Singleplayer.cpp index 3db41207..2cef5ac9 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Singleplayer.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Singleplayer.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_SINGLEPLAYER_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Stereoscopics.cpp b/neo/d3xp/menus/MenuScreen_Shell_Stereoscopics.cpp index 97d77267..52d39c10 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Stereoscopics.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Stereoscopics.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_SYSTEM_OPTIONS_OPTIONS = 4; diff --git a/neo/d3xp/menus/MenuScreen_Shell_SystemOptions.cpp b/neo/d3xp/menus/MenuScreen_Shell_SystemOptions.cpp index c020b14e..b11ca75e 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_SystemOptions.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_SystemOptions.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" const static int NUM_SYSTEM_OPTIONS_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuWidget.cpp b/neo/d3xp/menus/MenuWidget.cpp index 14352e11..bf996470 100644 --- a/neo/d3xp/menus/MenuWidget.cpp +++ b/neo/d3xp/menus/MenuWidget.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_Button.cpp b/neo/d3xp/menus/MenuWidget_Button.cpp index 74ef2485..ca57e9a7 100644 --- a/neo/d3xp/menus/MenuWidget_Button.cpp +++ b/neo/d3xp/menus/MenuWidget_Button.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_Carousel.cpp b/neo/d3xp/menus/MenuWidget_Carousel.cpp index c7e7b0bf..32be6190 100644 --- a/neo/d3xp/menus/MenuWidget_Carousel.cpp +++ b/neo/d3xp/menus/MenuWidget_Carousel.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" void idMenuWidget_Carousel::Initialize( idMenuHandler* data ) diff --git a/neo/d3xp/menus/MenuWidget_CommandBar.cpp b/neo/d3xp/menus/MenuWidget_CommandBar.cpp index 327537a1..7f484584 100644 --- a/neo/d3xp/menus/MenuWidget_CommandBar.cpp +++ b/neo/d3xp/menus/MenuWidget_CommandBar.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_DynamicList.cpp b/neo/d3xp/menus/MenuWidget_DynamicList.cpp index a09d8b70..f941465e 100644 --- a/neo/d3xp/menus/MenuWidget_DynamicList.cpp +++ b/neo/d3xp/menus/MenuWidget_DynamicList.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_Help.cpp b/neo/d3xp/menus/MenuWidget_Help.cpp index 8b84417a..242ee47a 100644 --- a/neo/d3xp/menus/MenuWidget_Help.cpp +++ b/neo/d3xp/menus/MenuWidget_Help.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_InfoBox.cpp b/neo/d3xp/menus/MenuWidget_InfoBox.cpp index 1ec2b8cb..55b93455 100644 --- a/neo/d3xp/menus/MenuWidget_InfoBox.cpp +++ b/neo/d3xp/menus/MenuWidget_InfoBox.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_ItemAssignment.cpp b/neo/d3xp/menus/MenuWidget_ItemAssignment.cpp index 522d1f4b..397ffa4e 100644 --- a/neo/d3xp/menus/MenuWidget_ItemAssignment.cpp +++ b/neo/d3xp/menus/MenuWidget_ItemAssignment.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" void idMenuWidget_ItemAssignment::SetIcon( int index, const idMaterial* icon ) diff --git a/neo/d3xp/menus/MenuWidget_List.cpp b/neo/d3xp/menus/MenuWidget_List.cpp index 3800ae99..557203c7 100644 --- a/neo/d3xp/menus/MenuWidget_List.cpp +++ b/neo/d3xp/menus/MenuWidget_List.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_LobbyList.cpp b/neo/d3xp/menus/MenuWidget_LobbyList.cpp index 21be0411..6f9099f3 100644 --- a/neo/d3xp/menus/MenuWidget_LobbyList.cpp +++ b/neo/d3xp/menus/MenuWidget_LobbyList.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_MenuBar.cpp b/neo/d3xp/menus/MenuWidget_MenuBar.cpp index 9fe252b6..206d5614 100644 --- a/neo/d3xp/menus/MenuWidget_MenuBar.cpp +++ b/neo/d3xp/menus/MenuWidget_MenuBar.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_NavBar.cpp b/neo/d3xp/menus/MenuWidget_NavBar.cpp index dfba6740..fed59f1f 100644 --- a/neo/d3xp/menus/MenuWidget_NavBar.cpp +++ b/neo/d3xp/menus/MenuWidget_NavBar.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_NavButton.cpp b/neo/d3xp/menus/MenuWidget_NavButton.cpp index 4168c08a..26a648c1 100644 --- a/neo/d3xp/menus/MenuWidget_NavButton.cpp +++ b/neo/d3xp/menus/MenuWidget_NavButton.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_PDA_AudioFiles.cpp b/neo/d3xp/menus/MenuWidget_PDA_AudioFiles.cpp index 73882998..86842050 100644 --- a/neo/d3xp/menus/MenuWidget_PDA_AudioFiles.cpp +++ b/neo/d3xp/menus/MenuWidget_PDA_AudioFiles.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" static const int MAX_AUDIO_ITEMS = 3; diff --git a/neo/d3xp/menus/MenuWidget_PDA_EmailInbox.cpp b/neo/d3xp/menus/MenuWidget_PDA_EmailInbox.cpp index 2cc3debe..89e4d64d 100644 --- a/neo/d3xp/menus/MenuWidget_PDA_EmailInbox.cpp +++ b/neo/d3xp/menus/MenuWidget_PDA_EmailInbox.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" static const int MAX_EMAIL_ITEMS = 7; diff --git a/neo/d3xp/menus/MenuWidget_PDA_Objective.cpp b/neo/d3xp/menus/MenuWidget_PDA_Objective.cpp index 6fd352e0..47ac2a93 100644 --- a/neo/d3xp/menus/MenuWidget_PDA_Objective.cpp +++ b/neo/d3xp/menus/MenuWidget_PDA_Objective.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_PDA_UserData.cpp b/neo/d3xp/menus/MenuWidget_PDA_UserData.cpp index 8e646bb7..013aec3b 100644 --- a/neo/d3xp/menus/MenuWidget_PDA_UserData.cpp +++ b/neo/d3xp/menus/MenuWidget_PDA_UserData.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_PDA_VideoInfo.cpp b/neo/d3xp/menus/MenuWidget_PDA_VideoInfo.cpp index 6165c2f6..5575d2a7 100644 --- a/neo/d3xp/menus/MenuWidget_PDA_VideoInfo.cpp +++ b/neo/d3xp/menus/MenuWidget_PDA_VideoInfo.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" void idMenuWidget_PDA_VideoInfo::Update() diff --git a/neo/d3xp/menus/MenuWidget_Scrollbar.cpp b/neo/d3xp/menus/MenuWidget_Scrollbar.cpp index 346e3314..595396c7 100644 --- a/neo/d3xp/menus/MenuWidget_Scrollbar.cpp +++ b/neo/d3xp/menus/MenuWidget_Scrollbar.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" void idMenuWidget_ScrollBar::Initialize( idMenuHandler* data ) diff --git a/neo/d3xp/menus/MenuWidget_Shell_SaveInfo.cpp b/neo/d3xp/menus/MenuWidget_Shell_SaveInfo.cpp index f16394af..556450e1 100644 --- a/neo/d3xp/menus/MenuWidget_Shell_SaveInfo.cpp +++ b/neo/d3xp/menus/MenuWidget_Shell_SaveInfo.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" /* diff --git a/neo/d3xp/physics/Clip.cpp b/neo/d3xp/physics/Clip.cpp index 3e0a643a..b33acc1d 100644 --- a/neo/d3xp/physics/Clip.cpp +++ b/neo/d3xp/physics/Clip.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Force.cpp b/neo/d3xp/physics/Force.cpp index c625bb1c..a448a6e4 100644 --- a/neo/d3xp/physics/Force.cpp +++ b/neo/d3xp/physics/Force.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Force_Constant.cpp b/neo/d3xp/physics/Force_Constant.cpp index 0a42836e..026f054b 100644 --- a/neo/d3xp/physics/Force_Constant.cpp +++ b/neo/d3xp/physics/Force_Constant.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Force_Drag.cpp b/neo/d3xp/physics/Force_Drag.cpp index 853130f0..d5cccf99 100644 --- a/neo/d3xp/physics/Force_Drag.cpp +++ b/neo/d3xp/physics/Force_Drag.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Force_Field.cpp b/neo/d3xp/physics/Force_Field.cpp index 6db9ec23..5c132fe4 100644 --- a/neo/d3xp/physics/Force_Field.cpp +++ b/neo/d3xp/physics/Force_Field.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Force_Grab.cpp b/neo/d3xp/physics/Force_Grab.cpp index 17172c8d..ec48d96e 100644 --- a/neo/d3xp/physics/Force_Grab.cpp +++ b/neo/d3xp/physics/Force_Grab.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Force_Spring.cpp b/neo/d3xp/physics/Force_Spring.cpp index 8aef58c7..b88bf32f 100644 --- a/neo/d3xp/physics/Force_Spring.cpp +++ b/neo/d3xp/physics/Force_Spring.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics.cpp b/neo/d3xp/physics/Physics.cpp index 3ee3f3a5..873ee4d6 100644 --- a/neo/d3xp/physics/Physics.cpp +++ b/neo/d3xp/physics/Physics.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_AF.cpp b/neo/d3xp/physics/Physics_AF.cpp index 96334f08..dc85fee8 100644 --- a/neo/d3xp/physics/Physics_AF.cpp +++ b/neo/d3xp/physics/Physics_AF.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_Actor.cpp b/neo/d3xp/physics/Physics_Actor.cpp index b812b5db..c835656f 100644 --- a/neo/d3xp/physics/Physics_Actor.cpp +++ b/neo/d3xp/physics/Physics_Actor.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_Base.cpp b/neo/d3xp/physics/Physics_Base.cpp index bcf7ff6b..041788bc 100644 --- a/neo/d3xp/physics/Physics_Base.cpp +++ b/neo/d3xp/physics/Physics_Base.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_Monster.cpp b/neo/d3xp/physics/Physics_Monster.cpp index c4ff0b08..78a59e70 100644 --- a/neo/d3xp/physics/Physics_Monster.cpp +++ b/neo/d3xp/physics/Physics_Monster.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_Parametric.cpp b/neo/d3xp/physics/Physics_Parametric.cpp index 0cdaf577..a4047143 100644 --- a/neo/d3xp/physics/Physics_Parametric.cpp +++ b/neo/d3xp/physics/Physics_Parametric.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_Player.cpp b/neo/d3xp/physics/Physics_Player.cpp index 6aed0046..0f5b41d9 100644 --- a/neo/d3xp/physics/Physics_Player.cpp +++ b/neo/d3xp/physics/Physics_Player.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_RigidBody.cpp b/neo/d3xp/physics/Physics_RigidBody.cpp index e01ba4aa..97023e88 100644 --- a/neo/d3xp/physics/Physics_RigidBody.cpp +++ b/neo/d3xp/physics/Physics_RigidBody.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_Static.cpp b/neo/d3xp/physics/Physics_Static.cpp index 1ae13cb3..9f2e85ea 100644 --- a/neo/d3xp/physics/Physics_Static.cpp +++ b/neo/d3xp/physics/Physics_Static.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_StaticMulti.cpp b/neo/d3xp/physics/Physics_StaticMulti.cpp index dedfaecc..d3f5313c 100644 --- a/neo/d3xp/physics/Physics_StaticMulti.cpp +++ b/neo/d3xp/physics/Physics_StaticMulti.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/physics/Push.cpp b/neo/d3xp/physics/Push.cpp index dd9eeece..28da3833 100644 --- a/neo/d3xp/physics/Push.cpp +++ b/neo/d3xp/physics/Push.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/precompiled.cpp b/neo/d3xp/precompiled.cpp index 605995e9..e669d27b 100644 --- a/neo/d3xp/precompiled.cpp +++ b/neo/d3xp/precompiled.cpp @@ -26,4 +26,4 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" diff --git a/neo/d3xp/script/Script_Compiler.cpp b/neo/d3xp/script/Script_Compiler.cpp index 5652fc51..3d3f287d 100644 --- a/neo/d3xp/script/Script_Compiler.cpp +++ b/neo/d3xp/script/Script_Compiler.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/script/Script_Interpreter.cpp b/neo/d3xp/script/Script_Interpreter.cpp index c342dda7..8f3f906c 100644 --- a/neo/d3xp/script/Script_Interpreter.cpp +++ b/neo/d3xp/script/Script_Interpreter.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/script/Script_Program.cpp b/neo/d3xp/script/Script_Program.cpp index ac1629cb..856e883f 100644 --- a/neo/d3xp/script/Script_Program.cpp +++ b/neo/d3xp/script/Script_Program.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/d3xp/script/Script_Thread.cpp b/neo/d3xp/script/Script_Thread.cpp index 9f9ee12d..b1424c18 100644 --- a/neo/d3xp/script/Script_Thread.cpp +++ b/neo/d3xp/script/Script_Thread.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../Game_local.h" diff --git a/neo/framework/CVarSystem.cpp b/neo/framework/CVarSystem.cpp index 46855a2f..f1fb77c7 100644 --- a/neo/framework/CVarSystem.cpp +++ b/neo/framework/CVarSystem.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop idCVar* idCVar::staticVars = NULL; diff --git a/neo/framework/CmdSystem.cpp b/neo/framework/CmdSystem.cpp index cbcb4cfd..dc84f934 100644 --- a/neo/framework/CmdSystem.cpp +++ b/neo/framework/CmdSystem.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #ifdef ID_RETAIL diff --git a/neo/framework/Common.cpp b/neo/framework/Common.cpp index cdcab498..163da51a 100644 --- a/neo/framework/Common.cpp +++ b/neo/framework/Common.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Common_local.h" diff --git a/neo/framework/Common_demos.cpp b/neo/framework/Common_demos.cpp index 5821ca08..26c08813 100644 --- a/neo/framework/Common_demos.cpp +++ b/neo/framework/Common_demos.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Common_local.h" diff --git a/neo/framework/Common_dialog.cpp b/neo/framework/Common_dialog.cpp index 519bf15d..e3ac99b0 100644 --- a/neo/framework/Common_dialog.cpp +++ b/neo/framework/Common_dialog.cpp @@ -25,7 +25,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Common_dialog.h" diff --git a/neo/framework/Common_load.cpp b/neo/framework/Common_load.cpp index e9264df2..17388d30 100644 --- a/neo/framework/Common_load.cpp +++ b/neo/framework/Common_load.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Common_local.h" diff --git a/neo/framework/Common_localize.cpp b/neo/framework/Common_localize.cpp index 2c77d647..eac6bbee 100644 --- a/neo/framework/Common_localize.cpp +++ b/neo/framework/Common_localize.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Common_local.h" diff --git a/neo/framework/Common_menu.cpp b/neo/framework/Common_menu.cpp index 7e3aecdb..c76e4565 100644 --- a/neo/framework/Common_menu.cpp +++ b/neo/framework/Common_menu.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Common_local.h" diff --git a/neo/framework/Common_network.cpp b/neo/framework/Common_network.cpp index b21eddd0..38ccea52 100644 --- a/neo/framework/Common_network.cpp +++ b/neo/framework/Common_network.cpp @@ -25,7 +25,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Common_local.h" diff --git a/neo/framework/Common_printf.cpp b/neo/framework/Common_printf.cpp index 7ae3468b..363fb8ab 100644 --- a/neo/framework/Common_printf.cpp +++ b/neo/framework/Common_printf.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Common_local.h" diff --git a/neo/framework/Compressor.cpp b/neo/framework/Compressor.cpp index e386eb36..7c0aeb80 100644 --- a/neo/framework/Compressor.cpp +++ b/neo/framework/Compressor.cpp @@ -25,7 +25,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop diff --git a/neo/framework/Console.cpp b/neo/framework/Console.cpp index 33d3175a..2cec293a 100644 --- a/neo/framework/Console.cpp +++ b/neo/framework/Console.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "ConsoleHistory.h" #include "../renderer/ResolutionScale.h" #include "Common_local.h" diff --git a/neo/framework/ConsoleHistory.cpp b/neo/framework/ConsoleHistory.cpp index 8fa4b703..bdfa835b 100644 --- a/neo/framework/ConsoleHistory.cpp +++ b/neo/framework/ConsoleHistory.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "ConsoleHistory.h" idConsoleHistory consoleHistory; diff --git a/neo/framework/DebugGraph.cpp b/neo/framework/DebugGraph.cpp index 44ccd5aa..33e93b1a 100644 --- a/neo/framework/DebugGraph.cpp +++ b/neo/framework/DebugGraph.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" /* ================================================================================================ diff --git a/neo/framework/DeclAF.cpp b/neo/framework/DeclAF.cpp index 5dd6b515..d799e652 100644 --- a/neo/framework/DeclAF.cpp +++ b/neo/framework/DeclAF.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop /* diff --git a/neo/framework/DeclEntityDef.cpp b/neo/framework/DeclEntityDef.cpp index 92f6366f..90f3581a 100644 --- a/neo/framework/DeclEntityDef.cpp +++ b/neo/framework/DeclEntityDef.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop diff --git a/neo/framework/DeclFX.cpp b/neo/framework/DeclFX.cpp index e3ed3341..a61693ce 100644 --- a/neo/framework/DeclFX.cpp +++ b/neo/framework/DeclFX.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop diff --git a/neo/framework/DeclManager.cpp b/neo/framework/DeclManager.cpp index 83072a50..0750eb2d 100644 --- a/neo/framework/DeclManager.cpp +++ b/neo/framework/DeclManager.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop /* diff --git a/neo/framework/DeclPDA.cpp b/neo/framework/DeclPDA.cpp index 81468f07..688a39cb 100644 --- a/neo/framework/DeclPDA.cpp +++ b/neo/framework/DeclPDA.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop idCVar g_useOldPDAStrings( "g_useOldPDAStrings", "0", CVAR_BOOL, "Read strings from the .pda files rather than from the .lang file" ); diff --git a/neo/framework/DeclParticle.cpp b/neo/framework/DeclParticle.cpp index 331bd3a2..4a913fa5 100644 --- a/neo/framework/DeclParticle.cpp +++ b/neo/framework/DeclParticle.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop idCVar binaryLoadParticles( "binaryLoadParticles", "1", 0, "enable binary load/write of particle decls" ); diff --git a/neo/framework/DeclSkin.cpp b/neo/framework/DeclSkin.cpp index 3293f794..39e94298 100644 --- a/neo/framework/DeclSkin.cpp +++ b/neo/framework/DeclSkin.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop diff --git a/neo/framework/DeclTable.cpp b/neo/framework/DeclTable.cpp index 4c86b4ac..c4e69057 100644 --- a/neo/framework/DeclTable.cpp +++ b/neo/framework/DeclTable.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop diff --git a/neo/framework/DemoFile.cpp b/neo/framework/DemoFile.cpp index c55045dc..612e1ce1 100644 --- a/neo/framework/DemoFile.cpp +++ b/neo/framework/DemoFile.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop idCVar idDemoFile::com_logDemos( "com_logDemos", "0", CVAR_SYSTEM | CVAR_BOOL, "Write demo.log with debug information in it" ); diff --git a/neo/framework/EditField.cpp b/neo/framework/EditField.cpp index 5895a27b..7932ea81 100644 --- a/neo/framework/EditField.cpp +++ b/neo/framework/EditField.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop static autoComplete_t globalAutoComplete; diff --git a/neo/framework/EventLoop.cpp b/neo/framework/EventLoop.cpp index 38d693a4..f8ac7621 100644 --- a/neo/framework/EventLoop.cpp +++ b/neo/framework/EventLoop.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop idCVar idEventLoop::com_journal( "com_journal", "0", CVAR_INIT | CVAR_SYSTEM, "1 = record journal, 2 = play back journal", 0, 2, idCmdSystem::ArgCompletion_Integer<0, 2> ); diff --git a/neo/framework/File.cpp b/neo/framework/File.cpp index 426999d2..b3736a01 100644 --- a/neo/framework/File.cpp +++ b/neo/framework/File.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Unzip.h" diff --git a/neo/framework/FileSystem.cpp b/neo/framework/FileSystem.cpp index ae6d4f2c..59cd719a 100644 --- a/neo/framework/FileSystem.cpp +++ b/neo/framework/FileSystem.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Unzip.h" diff --git a/neo/framework/File_Manifest.cpp b/neo/framework/File_Manifest.cpp index 44ac50b9..8650cc2e 100644 --- a/neo/framework/File_Manifest.cpp +++ b/neo/framework/File_Manifest.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop diff --git a/neo/framework/File_Resource.cpp b/neo/framework/File_Resource.cpp index 8f8a995b..a929c96b 100644 --- a/neo/framework/File_Resource.cpp +++ b/neo/framework/File_Resource.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop /* diff --git a/neo/framework/File_SaveGame.cpp b/neo/framework/File_SaveGame.cpp index 4a5edc71..83ed54ea 100644 --- a/neo/framework/File_SaveGame.cpp +++ b/neo/framework/File_SaveGame.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "File_SaveGame.h" diff --git a/neo/framework/KeyInput.cpp b/neo/framework/KeyInput.cpp index 6adf36d7..4bc9a0ef 100644 --- a/neo/framework/KeyInput.cpp +++ b/neo/framework/KeyInput.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop typedef struct diff --git a/neo/framework/PlayerProfile.cpp b/neo/framework/PlayerProfile.cpp index d7df8a9a..953c8149 100644 --- a/neo/framework/PlayerProfile.cpp +++ b/neo/framework/PlayerProfile.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "PlayerProfile.h" diff --git a/neo/framework/TokenParser.cpp b/neo/framework/TokenParser.cpp index 99ee5302..0797cd64 100644 --- a/neo/framework/TokenParser.cpp +++ b/neo/framework/TokenParser.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop void idTokenParser::LoadFromParser( idParser& parser, const char* guiName ) diff --git a/neo/framework/Unzip.cpp b/neo/framework/Unzip.cpp index aacc8e17..63f06354 100644 --- a/neo/framework/Unzip.cpp +++ b/neo/framework/Unzip.cpp @@ -1,4 +1,4 @@ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Unzip.h" diff --git a/neo/framework/UsercmdGen.cpp b/neo/framework/UsercmdGen.cpp index 2f0d9e57..f3c0e2dd 100644 --- a/neo/framework/UsercmdGen.cpp +++ b/neo/framework/UsercmdGen.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop idCVar joy_mergedThreshold( "joy_mergedThreshold", "1", CVAR_BOOL | CVAR_ARCHIVE, "If the thresholds aren't merged, you drift more off center" ); diff --git a/neo/framework/Zip.cpp b/neo/framework/Zip.cpp index df9a089d..87b8ddf8 100644 --- a/neo/framework/Zip.cpp +++ b/neo/framework/Zip.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop /* diff --git a/neo/framework/common_frame.cpp b/neo/framework/common_frame.cpp index d8d843e9..4d053fee 100644 --- a/neo/framework/common_frame.cpp +++ b/neo/framework/common_frame.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma hdrstop #include "Common_local.h" diff --git a/neo/framework/precompiled.cpp b/neo/framework/precompiled.cpp index 605995e9..e669d27b 100644 --- a/neo/framework/precompiled.cpp +++ b/neo/framework/precompiled.cpp @@ -26,4 +26,4 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#include "../idlib/precompiled.h" +#include "precompiled.h" diff --git a/neo/idlib/CMakeLists.txt b/neo/idlib/CMakeLists.txt index e9ac39e1..2772810d 100644 --- a/neo/idlib/CMakeLists.txt +++ b/neo/idlib/CMakeLists.txt @@ -5,7 +5,7 @@ file(GLOB_RECURSE ID_INCLUDES *.h) file(GLOB_RECURSE ID_SOURCES *.cpp) if(MSVC) - list(REMOVE_ITEM ID_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/sys/posix/posix_thread.cpp) + list(REMOVE_ITEM ID_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/sys/posix/posix_thread.cpp) else() list(REMOVE_ITEM ID_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/sys/win32/win_thread.cpp) endif() @@ -13,5 +13,37 @@ endif() #if(STANDALONE) # add_definitions(-DSTANDALONE) #endif() + +if(MSVC) + + #set_target_properties(idlib PROPERTIES COMPILE_FLAGS "/Yuprecompiled.h") + + set(ID_PRECOMPILED_SOURCES ${ID_SOURCES}) + list(REMOVE_ITEM ID_PRECOMPILED_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/geometry/RenderMatrix.cpp) + list(REMOVE_ITEM ID_PRECOMPILED_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/SoftwareCache.cpp) + + foreach( src_file ${ID_PRECOMPILED_SOURCES} ) + #message(STATUS "/Yuprecompiled.h for ${src_file}") + set_source_files_properties( + ${src_file} + PROPERTIES + COMPILE_FLAGS "/Yuprecompiled.h" + ) + endforeach() + + set_source_files_properties(precompiled.cpp + PROPERTIES + COMPILE_FLAGS "/Ycprecompiled.h" + ) +endif() add_library(idlib ${ID_SOURCES} ${ID_INCLUDES}) + +# if(MSVC) + # # set_source_files_properties(precompiled.cpp + # # PROPERTIES + # # COMPILE_FLAGS "/Ycprecompiled.h" + # # ) + + # #set_target_properties(idlib PROPERTIES COMPILE_FLAGS "/Yuprecompiled.h") +# endif() diff --git a/neo/idlib/Heap.cpp b/neo/idlib/Heap.cpp index 6db9d9be..e4ea9cad 100644 --- a/neo/idlib/Heap.cpp +++ b/neo/idlib/Heap.cpp @@ -29,7 +29,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" //=============================================================== // diff --git a/neo/idlib/bv/Bounds.cpp b/neo/idlib/bv/Bounds.cpp index 490e79b5..68026871 100644 --- a/neo/idlib/bv/Bounds.cpp +++ b/neo/idlib/bv/Bounds.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" idBounds bounds_zero( vec3_zero, vec3_zero ); idBounds bounds_zeroOneCube( idVec3( 0.0f ), idVec3( 1.0f ) ); diff --git a/neo/idlib/bv/Box.cpp b/neo/idlib/bv/Box.cpp index 3d037835..7929a6f7 100644 --- a/neo/idlib/bv/Box.cpp +++ b/neo/idlib/bv/Box.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" idBox box_zero( vec3_zero, vec3_zero, mat3_identity ); diff --git a/neo/idlib/bv/Sphere.cpp b/neo/idlib/bv/Sphere.cpp index df1cbae7..30f64bd4 100644 --- a/neo/idlib/bv/Sphere.cpp +++ b/neo/idlib/bv/Sphere.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" idSphere sphere_zero( vec3_zero, 0.0f ); diff --git a/neo/idlib/containers/HashIndex.cpp b/neo/idlib/containers/HashIndex.cpp index 922edb0b..eb131fcf 100644 --- a/neo/idlib/containers/HashIndex.cpp +++ b/neo/idlib/containers/HashIndex.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" int idHashIndex::INVALID_INDEX[1] = { -1 }; diff --git a/neo/idlib/geometry/DrawVert.cpp b/neo/idlib/geometry/DrawVert.cpp index cdc63a45..da3397b3 100644 --- a/neo/idlib/geometry/DrawVert.cpp +++ b/neo/idlib/geometry/DrawVert.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" /* ============ diff --git a/neo/idlib/geometry/JointTransform.cpp b/neo/idlib/geometry/JointTransform.cpp index c197aef0..62cd6607 100644 --- a/neo/idlib/geometry/JointTransform.cpp +++ b/neo/idlib/geometry/JointTransform.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" /* ============= diff --git a/neo/idlib/geometry/Surface.cpp b/neo/idlib/geometry/Surface.cpp index e4e49675..cd6ca5fb 100644 --- a/neo/idlib/geometry/Surface.cpp +++ b/neo/idlib/geometry/Surface.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" /* ================= diff --git a/neo/idlib/geometry/Surface_Patch.cpp b/neo/idlib/geometry/Surface_Patch.cpp index b5c6daea..84d1977b 100644 --- a/neo/idlib/geometry/Surface_Patch.cpp +++ b/neo/idlib/geometry/Surface_Patch.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" /* ================= diff --git a/neo/idlib/geometry/Surface_Polytope.cpp b/neo/idlib/geometry/Surface_Polytope.cpp index d804af9a..acc58c40 100644 --- a/neo/idlib/geometry/Surface_Polytope.cpp +++ b/neo/idlib/geometry/Surface_Polytope.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" #define POLYTOPE_VERTEX_EPSILON 0.1f diff --git a/neo/idlib/geometry/Surface_SweptSpline.cpp b/neo/idlib/geometry/Surface_SweptSpline.cpp index 087b9683..de35acc1 100644 --- a/neo/idlib/geometry/Surface_SweptSpline.cpp +++ b/neo/idlib/geometry/Surface_SweptSpline.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" /* ==================== diff --git a/neo/idlib/geometry/TraceModel.cpp b/neo/idlib/geometry/TraceModel.cpp index fb73d7fe..57fda89a 100644 --- a/neo/idlib/geometry/TraceModel.cpp +++ b/neo/idlib/geometry/TraceModel.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "TraceModel.h" /* diff --git a/neo/idlib/geometry/Winding.cpp b/neo/idlib/geometry/Winding.cpp index e2988818..0a95197a 100644 --- a/neo/idlib/geometry/Winding.cpp +++ b/neo/idlib/geometry/Winding.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" //=============================================================== // diff --git a/neo/idlib/geometry/Winding2D.cpp b/neo/idlib/geometry/Winding2D.cpp index 9da9f608..c07c6fd3 100644 --- a/neo/idlib/geometry/Winding2D.cpp +++ b/neo/idlib/geometry/Winding2D.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" #include "Winding2D.h" /* diff --git a/neo/idlib/hashing/CRC32.cpp b/neo/idlib/hashing/CRC32.cpp index 78a42c33..e2590104 100644 --- a/neo/idlib/hashing/CRC32.cpp +++ b/neo/idlib/hashing/CRC32.cpp @@ -1,6 +1,6 @@ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" /* CRC-32 diff --git a/neo/idlib/hashing/MD4.cpp b/neo/idlib/hashing/MD4.cpp index e0ea4272..157039c0 100644 --- a/neo/idlib/hashing/MD4.cpp +++ b/neo/idlib/hashing/MD4.cpp @@ -1,6 +1,6 @@ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" /* RSA Data Security, Inc., MD4 message-digest algorithm. (RFC1320) diff --git a/neo/idlib/hashing/MD5.cpp b/neo/idlib/hashing/MD5.cpp index 27990f9a..ddc3e134 100644 --- a/neo/idlib/hashing/MD5.cpp +++ b/neo/idlib/hashing/MD5.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" /* ================================================================================================ diff --git a/neo/idlib/math/Angles.cpp b/neo/idlib/math/Angles.cpp index af17c3b4..e12feee8 100644 --- a/neo/idlib/math/Angles.cpp +++ b/neo/idlib/math/Angles.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" #include diff --git a/neo/idlib/math/Complex.cpp b/neo/idlib/math/Complex.cpp index 31c407f2..dfcfefac 100644 --- a/neo/idlib/math/Complex.cpp +++ b/neo/idlib/math/Complex.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" idComplex complex_origin( 0.0f, 0.0f ); diff --git a/neo/idlib/math/Lcp.cpp b/neo/idlib/math/Lcp.cpp index 1391b48a..8f80c926 100644 --- a/neo/idlib/math/Lcp.cpp +++ b/neo/idlib/math/Lcp.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" // this file is full of intentional case fall throughs //lint -e616 diff --git a/neo/idlib/math/MatX.cpp b/neo/idlib/math/MatX.cpp index 495dcdbb..0f936246 100644 --- a/neo/idlib/math/MatX.cpp +++ b/neo/idlib/math/MatX.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" //=============================================================== // diff --git a/neo/idlib/math/Math.cpp b/neo/idlib/math/Math.cpp index b9374402..3b8e4b3b 100644 --- a/neo/idlib/math/Math.cpp +++ b/neo/idlib/math/Math.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" const int SMALLEST_NON_DENORMAL = 1 << IEEE_FLT_MANTISSA_BITS; const int NAN_VALUE = 0x7f800000; diff --git a/neo/idlib/math/Matrix.cpp b/neo/idlib/math/Matrix.cpp index 7fb85a68..c7286109 100644 --- a/neo/idlib/math/Matrix.cpp +++ b/neo/idlib/math/Matrix.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" //=============================================================== // diff --git a/neo/idlib/math/Ode.cpp b/neo/idlib/math/Ode.cpp index 777f421f..3e275575 100644 --- a/neo/idlib/math/Ode.cpp +++ b/neo/idlib/math/Ode.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" //=============================================================== // diff --git a/neo/idlib/math/Plane.cpp b/neo/idlib/math/Plane.cpp index 1b84ffb8..bd4ea3b3 100644 --- a/neo/idlib/math/Plane.cpp +++ b/neo/idlib/math/Plane.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" idPlane plane_origin( 0.0f, 0.0f, 0.0f, 0.0f ); diff --git a/neo/idlib/math/Pluecker.cpp b/neo/idlib/math/Pluecker.cpp index 7fff8116..0721b863 100644 --- a/neo/idlib/math/Pluecker.cpp +++ b/neo/idlib/math/Pluecker.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" idPluecker pluecker_origin( 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f ); diff --git a/neo/idlib/math/Polynomial.cpp b/neo/idlib/math/Polynomial.cpp index 5117f799..71ede197 100644 --- a/neo/idlib/math/Polynomial.cpp +++ b/neo/idlib/math/Polynomial.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" const float EPSILON = 1e-6f; diff --git a/neo/idlib/math/Quat.cpp b/neo/idlib/math/Quat.cpp index f4526b6e..1bf6800a 100644 --- a/neo/idlib/math/Quat.cpp +++ b/neo/idlib/math/Quat.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" /* ===================== diff --git a/neo/idlib/math/Rotation.cpp b/neo/idlib/math/Rotation.cpp index 88d3b64f..7c18d546 100644 --- a/neo/idlib/math/Rotation.cpp +++ b/neo/idlib/math/Rotation.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" /* ============ diff --git a/neo/idlib/math/Simd.cpp b/neo/idlib/math/Simd.cpp index e29c6651..49deedfd 100644 --- a/neo/idlib/math/Simd.cpp +++ b/neo/idlib/math/Simd.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" #include "Simd_Generic.h" #include "Simd_SSE.h" diff --git a/neo/idlib/math/Simd_Generic.cpp b/neo/idlib/math/Simd_Generic.cpp index c50d330a..21a7a191 100644 --- a/neo/idlib/math/Simd_Generic.cpp +++ b/neo/idlib/math/Simd_Generic.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" #include "Simd_Generic.h" //=============================================================== diff --git a/neo/idlib/math/Simd_SSE.cpp b/neo/idlib/math/Simd_SSE.cpp index 93c4a742..ed333479 100644 --- a/neo/idlib/math/Simd_SSE.cpp +++ b/neo/idlib/math/Simd_SSE.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" #include "Simd_Generic.h" #include "Simd_SSE.h" diff --git a/neo/idlib/math/VecX.cpp b/neo/idlib/math/VecX.cpp index c6f0bbd6..0f7a537d 100644 --- a/neo/idlib/math/VecX.cpp +++ b/neo/idlib/math/VecX.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" //=============================================================== // diff --git a/neo/idlib/math/Vector.cpp b/neo/idlib/math/Vector.cpp index 109ac867..01ad355c 100644 --- a/neo/idlib/math/Vector.cpp +++ b/neo/idlib/math/Vector.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" idVec2 vec2_origin( 0.0f, 0.0f ); idVec3 vec3_origin( 0.0f, 0.0f, 0.0f ); diff --git a/neo/idlib/sys/sys_assert.cpp b/neo/idlib/sys/sys_assert.cpp index 5f1df4cc..0045b288 100644 --- a/neo/idlib/sys/sys_assert.cpp +++ b/neo/idlib/sys/sys_assert.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../precompiled.h" +#include "precompiled.h" /* ================================================================================================ diff --git a/neo/idlib/sys/win32/win_thread.cpp b/neo/idlib/sys/win32/win_thread.cpp index 33d9636e..058b3b3e 100644 --- a/neo/idlib/sys/win32/win_thread.cpp +++ b/neo/idlib/sys/win32/win_thread.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../precompiled.h" +#include "precompiled.h" /* ================================================================================================ diff --git a/neo/libs/timidity/common.cpp b/neo/libs/timidity/common.cpp index fe22de18..ab95c77b 100644 --- a/neo/libs/timidity/common.cpp +++ b/neo/libs/timidity/common.cpp @@ -21,7 +21,7 @@ common.c */ -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include #include diff --git a/neo/libs/timidity/instrum.cpp b/neo/libs/timidity/instrum.cpp index 81e4f428..25eb5b7f 100644 --- a/neo/libs/timidity/instrum.cpp +++ b/neo/libs/timidity/instrum.cpp @@ -23,7 +23,7 @@ Code to load and unload GUS-compatible instrument patches. */ -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include #include diff --git a/neo/libs/timidity/readmidi.cpp b/neo/libs/timidity/readmidi.cpp index 7298f917..37b244b6 100644 --- a/neo/libs/timidity/readmidi.cpp +++ b/neo/libs/timidity/readmidi.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include #include diff --git a/neo/libs/timidity/sdl_c.cpp b/neo/libs/timidity/sdl_c.cpp index ecc10de1..39741368 100644 --- a/neo/libs/timidity/sdl_c.cpp +++ b/neo/libs/timidity/sdl_c.cpp @@ -21,7 +21,7 @@ sdl_c.c Minimal control mode -- no interaction, just stores messages. */ -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include #include diff --git a/neo/libs/timidity/timidity.cpp b/neo/libs/timidity/timidity.cpp index 89a79501..10591bc0 100644 --- a/neo/libs/timidity/timidity.cpp +++ b/neo/libs/timidity/timidity.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include #include diff --git a/neo/renderer/AutoRender.cpp b/neo/renderer/AutoRender.cpp index 9d90b60e..439195f6 100644 --- a/neo/renderer/AutoRender.cpp +++ b/neo/renderer/AutoRender.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" const int AUTO_RENDER_STACK_SIZE = 256 * 1024; diff --git a/neo/renderer/AutoRenderBink.cpp b/neo/renderer/AutoRenderBink.cpp index 048fa8ff..18a0d8e7 100644 --- a/neo/renderer/AutoRenderBink.cpp +++ b/neo/renderer/AutoRenderBink.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "../sound/snd_local.h" diff --git a/neo/renderer/BinaryImage.cpp b/neo/renderer/BinaryImage.cpp index 4808656f..10796f2f 100644 --- a/neo/renderer/BinaryImage.cpp +++ b/neo/renderer/BinaryImage.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" /* ================================================================================================ diff --git a/neo/renderer/BoundsTrack.cpp b/neo/renderer/BoundsTrack.cpp index 78306769..52f028ea 100644 --- a/neo/renderer/BoundsTrack.cpp +++ b/neo/renderer/BoundsTrack.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #undef min // windef.h macros diff --git a/neo/renderer/BufferObject.cpp b/neo/renderer/BufferObject.cpp index 1bb0744a..a6f9986a 100644 --- a/neo/renderer/BufferObject.cpp +++ b/neo/renderer/BufferObject.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" idCVar r_showBuffers( "r_showBuffers", "0", CVAR_INTEGER, "" ); diff --git a/neo/renderer/Cinematic.cpp b/neo/renderer/Cinematic.cpp index a09cc2d9..c3fadfc7 100644 --- a/neo/renderer/Cinematic.cpp +++ b/neo/renderer/Cinematic.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" extern idCVar s_noSound; diff --git a/neo/renderer/Color/ColorSpace.cpp b/neo/renderer/Color/ColorSpace.cpp index 73ff11a2..15f2ca16 100644 --- a/neo/renderer/Color/ColorSpace.cpp +++ b/neo/renderer/Color/ColorSpace.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" /* ================================================================================================ diff --git a/neo/renderer/DXT/DXTCodec_local.h b/neo/renderer/DXT/DXTCodec_local.h index d9cfb16f..07e54f39 100644 --- a/neo/renderer/DXT/DXTCodec_local.h +++ b/neo/renderer/DXT/DXTCodec_local.h @@ -33,6 +33,6 @@ If you have questions concerning this license or the applicable additional terms Contains the DxtEncoder and DxtDecoder declarations. ================================================================================================ */ -#include "../../idlib/precompiled.h" +#include "precompiled.h" #endif // !__DXTCODEC_LOCAL_H__ diff --git a/neo/renderer/Font.cpp b/neo/renderer/Font.cpp index e4645dbe..8fb3c4e5 100644 --- a/neo/renderer/Font.cpp +++ b/neo/renderer/Font.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "Font.h" const char* DEFAULT_FONT = "Arial_Narrow"; diff --git a/neo/renderer/GLMatrix.cpp b/neo/renderer/GLMatrix.cpp index e0a69836..152be6de 100644 --- a/neo/renderer/GLMatrix.cpp +++ b/neo/renderer/GLMatrix.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/GuiModel.cpp b/neo/renderer/GuiModel.cpp index d8aa0f1d..2dfaee9a 100644 --- a/neo/renderer/GuiModel.cpp +++ b/neo/renderer/GuiModel.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/ImageManager.cpp b/neo/renderer/ImageManager.cpp index 8123186b..01b5d7b9 100644 --- a/neo/renderer/ImageManager.cpp +++ b/neo/renderer/ImageManager.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/Image_files.cpp b/neo/renderer/Image_files.cpp index 6f32b1bf..4c1c6629 100644 --- a/neo/renderer/Image_files.cpp +++ b/neo/renderer/Image_files.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/Image_intrinsic.cpp b/neo/renderer/Image_intrinsic.cpp index e73e61b7..7fc78470 100644 --- a/neo/renderer/Image_intrinsic.cpp +++ b/neo/renderer/Image_intrinsic.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/Image_load.cpp b/neo/renderer/Image_load.cpp index d686ea88..ba0428a9 100644 --- a/neo/renderer/Image_load.cpp +++ b/neo/renderer/Image_load.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/Image_process.cpp b/neo/renderer/Image_process.cpp index 61a5c575..cee19af1 100644 --- a/neo/renderer/Image_process.cpp +++ b/neo/renderer/Image_process.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/Image_program.cpp b/neo/renderer/Image_program.cpp index 1597e2c5..bb311d55 100644 --- a/neo/renderer/Image_program.cpp +++ b/neo/renderer/Image_program.cpp @@ -51,7 +51,7 @@ Manager */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" // tr_imageprogram.c diff --git a/neo/renderer/Interaction.cpp b/neo/renderer/Interaction.cpp index 4cabeb06..7a8f70b0 100644 --- a/neo/renderer/Interaction.cpp +++ b/neo/renderer/Interaction.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/Material.cpp b/neo/renderer/Material.cpp index bce1bbe9..1b354229 100644 --- a/neo/renderer/Material.cpp +++ b/neo/renderer/Material.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/Model.cpp b/neo/renderer/Model.cpp index 173cffa3..8b6f50b3 100644 --- a/neo/renderer/Model.cpp +++ b/neo/renderer/Model.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/ModelDecal.cpp b/neo/renderer/ModelDecal.cpp index 57ef3ba9..c635a593 100644 --- a/neo/renderer/ModelDecal.cpp +++ b/neo/renderer/ModelDecal.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "Model_local.h" diff --git a/neo/renderer/ModelManager.cpp b/neo/renderer/ModelManager.cpp index 1aede092..802d4770 100644 --- a/neo/renderer/ModelManager.cpp +++ b/neo/renderer/ModelManager.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "Model_local.h" #include "tr_local.h" // just for R_FreeWorldInteractions and R_CreateWorldInteractions diff --git a/neo/renderer/ModelOverlay.cpp b/neo/renderer/ModelOverlay.cpp index a5f261c7..c7610850 100644 --- a/neo/renderer/ModelOverlay.cpp +++ b/neo/renderer/ModelOverlay.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "Model_local.h" diff --git a/neo/renderer/Model_ase.cpp b/neo/renderer/Model_ase.cpp index ce6d5c61..298eb231 100644 --- a/neo/renderer/Model_ase.cpp +++ b/neo/renderer/Model_ase.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "Model_ase.h" diff --git a/neo/renderer/Model_beam.cpp b/neo/renderer/Model_beam.cpp index 2fc2ae9d..0c5a3556 100644 --- a/neo/renderer/Model_beam.cpp +++ b/neo/renderer/Model_beam.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/Model_liquid.cpp b/neo/renderer/Model_liquid.cpp index 8f9728e7..0b2f00eb 100644 --- a/neo/renderer/Model_liquid.cpp +++ b/neo/renderer/Model_liquid.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/Model_lwo.cpp b/neo/renderer/Model_lwo.cpp index 402bbb1c..b0427672 100644 --- a/neo/renderer/Model_lwo.cpp +++ b/neo/renderer/Model_lwo.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "Model_lwo.h" diff --git a/neo/renderer/Model_ma.cpp b/neo/renderer/Model_ma.cpp index ca60fca5..d43f317e 100644 --- a/neo/renderer/Model_ma.cpp +++ b/neo/renderer/Model_ma.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "Model_ma.h" diff --git a/neo/renderer/Model_md3.cpp b/neo/renderer/Model_md3.cpp index 61a4927a..02514e9c 100644 --- a/neo/renderer/Model_md3.cpp +++ b/neo/renderer/Model_md3.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "Model_local.h" diff --git a/neo/renderer/Model_md5.cpp b/neo/renderer/Model_md5.cpp index 47fbfa3f..8621b7ac 100644 --- a/neo/renderer/Model_md5.cpp +++ b/neo/renderer/Model_md5.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "Model_local.h" diff --git a/neo/renderer/Model_prt.cpp b/neo/renderer/Model_prt.cpp index eb444cd0..237a1d8f 100644 --- a/neo/renderer/Model_prt.cpp +++ b/neo/renderer/Model_prt.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "Model_local.h" diff --git a/neo/renderer/Model_sprite.cpp b/neo/renderer/Model_sprite.cpp index 91b8d233..a965d386 100644 --- a/neo/renderer/Model_sprite.cpp +++ b/neo/renderer/Model_sprite.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "Model_local.h" diff --git a/neo/renderer/OpenGL/gl_GraphicsAPIWrapper.cpp b/neo/renderer/OpenGL/gl_GraphicsAPIWrapper.cpp index 3dcb700a..d38d0a51 100644 --- a/neo/renderer/OpenGL/gl_GraphicsAPIWrapper.cpp +++ b/neo/renderer/OpenGL/gl_GraphicsAPIWrapper.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../tr_local.h" diff --git a/neo/renderer/OpenGL/gl_Image.cpp b/neo/renderer/OpenGL/gl_Image.cpp index 31a8fb10..09907084 100644 --- a/neo/renderer/OpenGL/gl_Image.cpp +++ b/neo/renderer/OpenGL/gl_Image.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" /* ================================================================================================ diff --git a/neo/renderer/OpenGL/gl_backend.cpp b/neo/renderer/OpenGL/gl_backend.cpp index 6e73c27c..e1c59108 100644 --- a/neo/renderer/OpenGL/gl_backend.cpp +++ b/neo/renderer/OpenGL/gl_backend.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../tr_local.h" #include "../../framework/Common_local.h" diff --git a/neo/renderer/RenderEntity.cpp b/neo/renderer/RenderEntity.cpp index d3631f15..62cca6a0 100644 --- a/neo/renderer/RenderEntity.cpp +++ b/neo/renderer/RenderEntity.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/RenderProgs.cpp b/neo/renderer/RenderProgs.cpp index 4ee42849..b59579e5 100644 --- a/neo/renderer/RenderProgs.cpp +++ b/neo/renderer/RenderProgs.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/RenderProgs_GLSL.cpp b/neo/renderer/RenderProgs_GLSL.cpp index 88104d73..4222af8c 100644 --- a/neo/renderer/RenderProgs_GLSL.cpp +++ b/neo/renderer/RenderProgs_GLSL.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/RenderSystem.cpp b/neo/renderer/RenderSystem.cpp index 756c252a..30a49155 100644 --- a/neo/renderer/RenderSystem.cpp +++ b/neo/renderer/RenderSystem.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/RenderSystem_init.cpp b/neo/renderer/RenderSystem_init.cpp index d6b356f0..b5de4e09 100644 --- a/neo/renderer/RenderSystem_init.cpp +++ b/neo/renderer/RenderSystem_init.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/RenderWorld.cpp b/neo/renderer/RenderWorld.cpp index 3f20e5e9..9a7bc2ae 100644 --- a/neo/renderer/RenderWorld.cpp +++ b/neo/renderer/RenderWorld.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/RenderWorld_defs.cpp b/neo/renderer/RenderWorld_defs.cpp index ad28e2c6..2b7671ef 100644 --- a/neo/renderer/RenderWorld_defs.cpp +++ b/neo/renderer/RenderWorld_defs.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/RenderWorld_demo.cpp b/neo/renderer/RenderWorld_demo.cpp index e1416008..ec8361a3 100644 --- a/neo/renderer/RenderWorld_demo.cpp +++ b/neo/renderer/RenderWorld_demo.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/RenderWorld_load.cpp b/neo/renderer/RenderWorld_load.cpp index 75afeff7..34d9dc94 100644 --- a/neo/renderer/RenderWorld_load.cpp +++ b/neo/renderer/RenderWorld_load.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/RenderWorld_portals.cpp b/neo/renderer/RenderWorld_portals.cpp index 9eff5990..81a51542 100644 --- a/neo/renderer/RenderWorld_portals.cpp +++ b/neo/renderer/RenderWorld_portals.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/ResolutionScale.cpp b/neo/renderer/ResolutionScale.cpp index 368c2b2f..7d591894 100644 --- a/neo/renderer/ResolutionScale.cpp +++ b/neo/renderer/ResolutionScale.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "ResolutionScale.h" diff --git a/neo/renderer/ScreenRect.cpp b/neo/renderer/ScreenRect.cpp index e5fff97f..157a49e5 100644 --- a/neo/renderer/ScreenRect.cpp +++ b/neo/renderer/ScreenRect.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/VertexCache.cpp b/neo/renderer/VertexCache.cpp index de81f538..cd4c54c6 100644 --- a/neo/renderer/VertexCache.cpp +++ b/neo/renderer/VertexCache.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/tr_backend_draw.cpp b/neo/renderer/tr_backend_draw.cpp index dac0079f..11157a08 100644 --- a/neo/renderer/tr_backend_draw.cpp +++ b/neo/renderer/tr_backend_draw.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/tr_backend_rendertools.cpp b/neo/renderer/tr_backend_rendertools.cpp index 059dce0b..79d652c8 100644 --- a/neo/renderer/tr_backend_rendertools.cpp +++ b/neo/renderer/tr_backend_rendertools.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "simplex.h" // line font definition diff --git a/neo/renderer/tr_frontend_addlights.cpp b/neo/renderer/tr_frontend_addlights.cpp index 53808ac9..b4173cd3 100644 --- a/neo/renderer/tr_frontend_addlights.cpp +++ b/neo/renderer/tr_frontend_addlights.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/tr_frontend_addmodels.cpp b/neo/renderer/tr_frontend_addmodels.cpp index 9cbebe9c..507f3612 100644 --- a/neo/renderer/tr_frontend_addmodels.cpp +++ b/neo/renderer/tr_frontend_addmodels.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "Model_local.h" diff --git a/neo/renderer/tr_frontend_deform.cpp b/neo/renderer/tr_frontend_deform.cpp index 30c4133e..f3da30a1 100644 --- a/neo/renderer/tr_frontend_deform.cpp +++ b/neo/renderer/tr_frontend_deform.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "Model_local.h" diff --git a/neo/renderer/tr_frontend_guisurf.cpp b/neo/renderer/tr_frontend_guisurf.cpp index c7c5d219..cb619ca6 100644 --- a/neo/renderer/tr_frontend_guisurf.cpp +++ b/neo/renderer/tr_frontend_guisurf.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "Model_local.h" diff --git a/neo/renderer/tr_frontend_main.cpp b/neo/renderer/tr_frontend_main.cpp index 9fc30da0..06ab5f4e 100644 --- a/neo/renderer/tr_frontend_main.cpp +++ b/neo/renderer/tr_frontend_main.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/renderer/tr_frontend_subview.cpp b/neo/renderer/tr_frontend_subview.cpp index d8dd03d0..e0665f88 100644 --- a/neo/renderer/tr_frontend_subview.cpp +++ b/neo/renderer/tr_frontend_subview.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "Model_local.h" diff --git a/neo/renderer/tr_local.h b/neo/renderer/tr_local.h index d9f866d5..3d670f67 100644 --- a/neo/renderer/tr_local.h +++ b/neo/renderer/tr_local.h @@ -30,7 +30,7 @@ If you have questions concerning this license or the applicable additional terms #ifndef __TR_LOCAL_H__ #define __TR_LOCAL_H__ -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "GLState.h" #include "ScreenRect.h" diff --git a/neo/renderer/tr_trace.cpp b/neo/renderer/tr_trace.cpp index 3191c4d2..ce886462 100644 --- a/neo/renderer/tr_trace.cpp +++ b/neo/renderer/tr_trace.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" #include "Model_local.h" diff --git a/neo/renderer/tr_trisurf.cpp b/neo/renderer/tr_trisurf.cpp index 0f3a9ca8..97a2533b 100644 --- a/neo/renderer/tr_trisurf.cpp +++ b/neo/renderer/tr_trisurf.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "tr_local.h" diff --git a/neo/sound/SoundVoice.cpp b/neo/sound/SoundVoice.cpp index 825d0f6a..8d8ec541 100644 --- a/neo/sound/SoundVoice.cpp +++ b/neo/sound/SoundVoice.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "snd_local.h" diff --git a/neo/sound/WaveFile.cpp b/neo/sound/WaveFile.cpp index 7b13952d..1088b6ca 100644 --- a/neo/sound/WaveFile.cpp +++ b/neo/sound/WaveFile.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" /* ================================================================================================ diff --git a/neo/sound/XAudio2/XA2_SoundHardware.cpp b/neo/sound/XAudio2/XA2_SoundHardware.cpp index 5d150949..ef569d13 100644 --- a/neo/sound/XAudio2/XA2_SoundHardware.cpp +++ b/neo/sound/XAudio2/XA2_SoundHardware.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../snd_local.h" #include "../../../doomclassic/doom/i_sound.h" diff --git a/neo/sound/XAudio2/XA2_SoundSample.cpp b/neo/sound/XAudio2/XA2_SoundSample.cpp index 08fc1f66..c6c1a166 100644 --- a/neo/sound/XAudio2/XA2_SoundSample.cpp +++ b/neo/sound/XAudio2/XA2_SoundSample.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../snd_local.h" extern idCVar s_useCompression; diff --git a/neo/sound/XAudio2/XA2_SoundVoice.cpp b/neo/sound/XAudio2/XA2_SoundVoice.cpp index a854acd4..da9193ce 100644 --- a/neo/sound/XAudio2/XA2_SoundVoice.cpp +++ b/neo/sound/XAudio2/XA2_SoundVoice.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../snd_local.h" idCVar s_skipHardwareSets( "s_skipHardwareSets", "0", CVAR_BOOL, "Do all calculation, but skip XA2 calls" ); diff --git a/neo/sound/snd_emitter.cpp b/neo/sound/snd_emitter.cpp index 24641574..65c04a35 100644 --- a/neo/sound/snd_emitter.cpp +++ b/neo/sound/snd_emitter.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "snd_local.h" diff --git a/neo/sound/snd_shader.cpp b/neo/sound/snd_shader.cpp index 2a12cbc3..cfe00663 100644 --- a/neo/sound/snd_shader.cpp +++ b/neo/sound/snd_shader.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "snd_local.h" diff --git a/neo/sound/snd_system.cpp b/neo/sound/snd_system.cpp index 998c2a6c..21b8b211 100644 --- a/neo/sound/snd_system.cpp +++ b/neo/sound/snd_system.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "snd_local.h" diff --git a/neo/sound/snd_world.cpp b/neo/sound/snd_world.cpp index 8276bcda..c7d87dfe 100644 --- a/neo/sound/snd_world.cpp +++ b/neo/sound/snd_world.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "snd_local.h" diff --git a/neo/swf/SWF_Bitstream.cpp b/neo/swf/SWF_Bitstream.cpp index 5ea5dcd0..1bf51576 100644 --- a/neo/swf/SWF_Bitstream.cpp +++ b/neo/swf/SWF_Bitstream.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #define NBM( x ) (int32)( ( 1LL << x ) - 1 ) int maskForNumBits[33] = { NBM( 0x00 ), NBM( 0x01 ), NBM( 0x02 ), NBM( 0x03 ), diff --git a/neo/swf/SWF_Dictionary.cpp b/neo/swf/SWF_Dictionary.cpp index e106af48..e820af78 100644 --- a/neo/swf/SWF_Dictionary.cpp +++ b/neo/swf/SWF_Dictionary.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" /* ======================== diff --git a/neo/swf/SWF_Events.cpp b/neo/swf/SWF_Events.cpp index c75d0fc4..16298584 100644 --- a/neo/swf/SWF_Events.cpp +++ b/neo/swf/SWF_Events.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" /* =================== diff --git a/neo/swf/SWF_Image.cpp b/neo/swf/SWF_Image.cpp index 561d5eb1..1ad593ca 100644 --- a/neo/swf/SWF_Image.cpp +++ b/neo/swf/SWF_Image.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "../renderer/Image.h" //#include "../../renderer/ImageTools/ImageProcess.h" #include "../libs/jpeg-6/jpeglib.h" diff --git a/neo/swf/SWF_Load.cpp b/neo/swf/SWF_Load.cpp index f496e1d4..51d3feeb 100644 --- a/neo/swf/SWF_Load.cpp +++ b/neo/swf/SWF_Load.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "../renderer/Font.h" #pragma warning(disable: 4355) // 'this' : used in base member initializer list diff --git a/neo/swf/SWF_Main.cpp b/neo/swf/SWF_Main.cpp index 2c871824..e56be060 100644 --- a/neo/swf/SWF_Main.cpp +++ b/neo/swf/SWF_Main.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "../renderer/Image.h" #pragma warning(disable: 4355) // 'this' : used in base member initializer list diff --git a/neo/swf/SWF_Names.cpp b/neo/swf/SWF_Names.cpp index e29674f9..39f26301 100644 --- a/neo/swf/SWF_Names.cpp +++ b/neo/swf/SWF_Names.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" /* ======================== diff --git a/neo/swf/SWF_ParmList.cpp b/neo/swf/SWF_ParmList.cpp index 0ac65ed0..10fd5dec 100644 --- a/neo/swf/SWF_ParmList.cpp +++ b/neo/swf/SWF_ParmList.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" void idSWFParmList::Append( const idSWFScriptVar& other ) { diff --git a/neo/swf/SWF_PlaceObject.cpp b/neo/swf/SWF_PlaceObject.cpp index 3121f647..063b2dfe 100644 --- a/neo/swf/SWF_PlaceObject.cpp +++ b/neo/swf/SWF_PlaceObject.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" int c_PlaceObject2; int c_PlaceObject3; diff --git a/neo/swf/SWF_Render.cpp b/neo/swf/SWF_Render.cpp index 812f7cd8..ed7174a5 100644 --- a/neo/swf/SWF_Render.cpp +++ b/neo/swf/SWF_Render.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "../renderer/tr_local.h" idCVar swf_timescale( "swf_timescale", "1", CVAR_FLOAT, "timescale for swf files" ); diff --git a/neo/swf/SWF_ScriptFunction.cpp b/neo/swf/SWF_ScriptFunction.cpp index 2a44fe01..5afeb765 100644 --- a/neo/swf/SWF_ScriptFunction.cpp +++ b/neo/swf/SWF_ScriptFunction.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" idCVar swf_debug( "swf_debug", "0", CVAR_INTEGER | CVAR_ARCHIVE, "debug swf scripts. 1 shows traces/errors. 2 also shows warnings. 3 also shows disassembly. 4 shows parameters in the disassembly." ); idCVar swf_debugInvoke( "swf_debugInvoke", "0", CVAR_INTEGER, "debug swf functions being called from game." ); diff --git a/neo/swf/SWF_ScriptObject.cpp b/neo/swf/SWF_ScriptObject.cpp index 84451c46..4cfd34fb 100644 --- a/neo/swf/SWF_ScriptObject.cpp +++ b/neo/swf/SWF_ScriptObject.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" idCVar swf_debugShowAddress( "swf_debugShowAddress", "0", CVAR_BOOL, "shows addresses along with object types when they are serialized" ); diff --git a/neo/swf/SWF_ScriptVar.cpp b/neo/swf/SWF_ScriptVar.cpp index b048812a..6450bfc6 100644 --- a/neo/swf/SWF_ScriptVar.cpp +++ b/neo/swf/SWF_ScriptVar.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" extern idCVar swf_debugShowAddress; diff --git a/neo/swf/SWF_ShapeParser.cpp b/neo/swf/SWF_ShapeParser.cpp index 126a0687..76bab393 100644 --- a/neo/swf/SWF_ShapeParser.cpp +++ b/neo/swf/SWF_ShapeParser.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "float.h" #pragma warning( disable: 4189 ) // local variable is initialized but not referenced diff --git a/neo/swf/SWF_Shapes.cpp b/neo/swf/SWF_Shapes.cpp index ab4c72b6..3032ba72 100644 --- a/neo/swf/SWF_Shapes.cpp +++ b/neo/swf/SWF_Shapes.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" /* ======================== diff --git a/neo/swf/SWF_Sounds.cpp b/neo/swf/SWF_Sounds.cpp index 679a76b9..ec7add62 100644 --- a/neo/swf/SWF_Sounds.cpp +++ b/neo/swf/SWF_Sounds.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" /* ======================== diff --git a/neo/swf/SWF_SpriteInstance.cpp b/neo/swf/SWF_SpriteInstance.cpp index 6149c00f..45aad4d6 100644 --- a/neo/swf/SWF_SpriteInstance.cpp +++ b/neo/swf/SWF_SpriteInstance.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" idSWFScriptObject_SpriteInstancePrototype spriteInstanceScriptObjectPrototype; diff --git a/neo/swf/SWF_Sprites.cpp b/neo/swf/SWF_Sprites.cpp index 9b2af62b..fe356248 100644 --- a/neo/swf/SWF_Sprites.cpp +++ b/neo/swf/SWF_Sprites.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" /* ======================== diff --git a/neo/swf/SWF_Text.cpp b/neo/swf/SWF_Text.cpp index 433ab0f6..e1f88798 100644 --- a/neo/swf/SWF_Text.cpp +++ b/neo/swf/SWF_Text.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #pragma warning( disable: 4189 ) // local variable is initialized but not referenced diff --git a/neo/swf/SWF_TextInstance.cpp b/neo/swf/SWF_TextInstance.cpp index ab1f30aa..29a8dcd9 100644 --- a/neo/swf/SWF_TextInstance.cpp +++ b/neo/swf/SWF_TextInstance.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "../renderer/Font.h" idSWFScriptObject_TextInstancePrototype textInstanceScriptObjectPrototype; diff --git a/neo/swf/SWF_Zlib.cpp b/neo/swf/SWF_Zlib.cpp index 1bbe39c6..4dd86484 100644 --- a/neo/swf/SWF_Zlib.cpp +++ b/neo/swf/SWF_Zlib.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "../libs/zlib/zlib.h" /* diff --git a/neo/sys/LightweightCompression.cpp b/neo/sys/LightweightCompression.cpp index b799b5cd..49355bfd 100644 --- a/neo/sys/LightweightCompression.cpp +++ b/neo/sys/LightweightCompression.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "LightweightCompression.h" /* diff --git a/neo/sys/PacketProcessor.cpp b/neo/sys/PacketProcessor.cpp index 63e6fe60..160ac3c0 100644 --- a/neo/sys/PacketProcessor.cpp +++ b/neo/sys/PacketProcessor.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "PacketProcessor.h" // DG: workaround for GCC bug diff --git a/neo/sys/Snapshot.cpp b/neo/sys/Snapshot.cpp index f9aeb2cd..5f5b6265 100644 --- a/neo/sys/Snapshot.cpp +++ b/neo/sys/Snapshot.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" idCVar net_verboseSnapshot( "net_verboseSnapshot", "0", CVAR_INTEGER | CVAR_NOCHEAT, "Verbose snapshot code to help debug snapshot problems. Greater the number greater the spam" ); idCVar net_verboseSnapshotCompression( "net_verboseSnapshotCompression", "0", CVAR_INTEGER | CVAR_NOCHEAT, "Verbose snapshot code to help debug snapshot problems. Greater the number greater the spam" ); diff --git a/neo/sys/SnapshotProcessor.cpp b/neo/sys/SnapshotProcessor.cpp index cde749db..b2003ec5 100644 --- a/neo/sys/SnapshotProcessor.cpp +++ b/neo/sys/SnapshotProcessor.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" idCVar net_optimalSnapDeltaSize( "net_optimalSnapDeltaSize", "1000", CVAR_INTEGER, "Optimal size of snapshot delta msgs." ); idCVar net_debugBaseStates( "net_debugBaseStates", "0", CVAR_BOOL, "Log out base state information" ); diff --git a/neo/sys/Snapshot_Jobs.cpp b/neo/sys/Snapshot_Jobs.cpp index ce366ce9..faf04189 100644 --- a/neo/sys/Snapshot_Jobs.cpp +++ b/neo/sys/Snapshot_Jobs.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "Snapshot_Jobs.h" diff --git a/neo/sys/sys_achievements.cpp b/neo/sys/sys_achievements.cpp index a92cfa9d..7d044904 100644 --- a/neo/sys/sys_achievements.cpp +++ b/neo/sys/sys_achievements.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" /* ======================== diff --git a/neo/sys/sys_dedicated_server_search.cpp b/neo/sys/sys_dedicated_server_search.cpp index 0cbcf451..84c61016 100644 --- a/neo/sys/sys_dedicated_server_search.cpp +++ b/neo/sys/sys_dedicated_server_search.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "sys_lobby_backend.h" #include "sys_dedicated_server_search.h" diff --git a/neo/sys/sys_lobby.cpp b/neo/sys/sys_lobby.cpp index a2a03f3a..710471f0 100644 --- a/neo/sys/sys_lobby.cpp +++ b/neo/sys/sys_lobby.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "sys_lobby.h" extern idCVar net_connectTimeoutInSeconds; diff --git a/neo/sys/sys_lobby_backend_direct.cpp b/neo/sys/sys_lobby_backend_direct.cpp index a633a1bf..2f2fab4b 100644 --- a/neo/sys/sys_lobby_backend_direct.cpp +++ b/neo/sys/sys_lobby_backend_direct.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "sys_lobby_backend.h" #include "sys_lobby_backend_direct.h" diff --git a/neo/sys/sys_lobby_migrate.cpp b/neo/sys/sys_lobby_migrate.cpp index c7162709..942cc298 100644 --- a/neo/sys/sys_lobby_migrate.cpp +++ b/neo/sys/sys_lobby_migrate.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "sys_lobby.h" idCVar net_migration_debug( "net_migration_debug", "0", CVAR_BOOL, "debug" ); diff --git a/neo/sys/sys_lobby_snapshot.cpp b/neo/sys/sys_lobby_snapshot.cpp index 54f1d14f..c7a8d279 100644 --- a/neo/sys/sys_lobby_snapshot.cpp +++ b/neo/sys/sys_lobby_snapshot.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "sys_lobby.h" idCVar net_snapshot_send_warntime( "net_snapshot_send_warntime", "500", CVAR_INTEGER, "Print warning messages if we take longer than this to send a client a snapshot." ); diff --git a/neo/sys/sys_lobby_users.cpp b/neo/sys/sys_lobby_users.cpp index 40c6a766..2a7cdcc4 100644 --- a/neo/sys/sys_lobby_users.cpp +++ b/neo/sys/sys_lobby_users.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "sys_lobby.h" #include "sys_voicechat.h" diff --git a/neo/sys/sys_local.cpp b/neo/sys/sys_local.cpp index 98f18de9..e5af9d6e 100644 --- a/neo/sys/sys_local.cpp +++ b/neo/sys/sys_local.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "sys_local.h" const char* sysLanguageNames[] = diff --git a/neo/sys/sys_localuser.cpp b/neo/sys/sys_localuser.cpp index a23807ee..7487c466 100644 --- a/neo/sys/sys_localuser.cpp +++ b/neo/sys/sys_localuser.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" extern idCVar fs_savepath; diff --git a/neo/sys/sys_profile.cpp b/neo/sys/sys_profile.cpp index 4c9a5e52..94e4c8d4 100644 --- a/neo/sys/sys_profile.cpp +++ b/neo/sys/sys_profile.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #define SAVEGAME_PROFILE_FILENAME "profile.bin" diff --git a/neo/sys/sys_savegame.cpp b/neo/sys/sys_savegame.cpp index ff700232..665198f6 100644 --- a/neo/sys/sys_savegame.cpp +++ b/neo/sys/sys_savegame.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "sys_session_local.h" diff --git a/neo/sys/sys_session_callbacks.cpp b/neo/sys/sys_session_callbacks.cpp index 49faa9e7..a595f0fe 100644 --- a/neo/sys/sys_session_callbacks.cpp +++ b/neo/sys/sys_session_callbacks.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "../framework/Common_local.h" #include "sys_session_local.h" diff --git a/neo/sys/sys_session_local.cpp b/neo/sys/sys_session_local.cpp index 3cca6fa5..370d50bf 100644 --- a/neo/sys/sys_session_local.cpp +++ b/neo/sys/sys_session_local.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "sys_session_local.h" #include "sys_voicechat.h" #include "sys_dedicated_server_search.h" diff --git a/neo/sys/sys_session_savegames.cpp b/neo/sys/sys_session_savegames.cpp index ae21847e..a2d1733c 100644 --- a/neo/sys/sys_session_savegames.cpp +++ b/neo/sys/sys_session_savegames.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "sys_savegame.h" #include "sys_session_local.h" #include "sys_session_savegames.h" diff --git a/neo/sys/sys_signin.cpp b/neo/sys/sys_signin.cpp index a29e6832..4e7331f3 100644 --- a/neo/sys/sys_signin.cpp +++ b/neo/sys/sys_signin.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" idCVar com_requireNonProductionSignIn( "com_requireNonProductionSignIn", "1", CVAR_BOOL | CVAR_ARCHIVE, "If true, will require sign in, even on non production builds." ); extern idCVar fs_savepath; diff --git a/neo/sys/sys_voicechat.cpp b/neo/sys/sys_voicechat.cpp index ed0b1bf1..132a7eb2 100644 --- a/neo/sys/sys_voicechat.cpp +++ b/neo/sys/sys_voicechat.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "sys_voicechat.h" /* diff --git a/neo/sys/win32/win_achievements.cpp b/neo/sys/win32/win_achievements.cpp index add5c5c1..dcff8ad0 100644 --- a/neo/sys/win32/win_achievements.cpp +++ b/neo/sys/win32/win_achievements.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "win_achievements.h" #include "../sys_session_local.h" diff --git a/neo/sys/win32/win_cpu.cpp b/neo/sys/win32/win_cpu.cpp index 0e8182d5..e38a3ad2 100644 --- a/neo/sys/win32/win_cpu.cpp +++ b/neo/sys/win32/win_cpu.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "win_local.h" diff --git a/neo/sys/win32/win_glimp.cpp b/neo/sys/win32/win_glimp.cpp index 8feef073..eb2d51ac 100644 --- a/neo/sys/win32/win_glimp.cpp +++ b/neo/sys/win32/win_glimp.cpp @@ -41,7 +41,7 @@ If you have questions concerning this license or the applicable additional terms ** related functions that are relevant ONLY to win_glimp.c */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "win_local.h" #include "rc/doom_resource.h" diff --git a/neo/sys/win32/win_input.cpp b/neo/sys/win32/win_input.cpp index 1e6a8c9f..fd53c8d9 100644 --- a/neo/sys/win32/win_input.cpp +++ b/neo/sys/win32/win_input.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../sys_session_local.h" #include "win_local.h" diff --git a/neo/sys/win32/win_input.h b/neo/sys/win32/win_input.h index 299f4c2a..32c1d2bd 100644 --- a/neo/sys/win32/win_input.h +++ b/neo/sys/win32/win_input.h @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #ifdef _MSC_VER // DG: dx SDK's xinput.h is incompatible with MinGW.. #include diff --git a/neo/sys/win32/win_localuser.cpp b/neo/sys/win32/win_localuser.cpp index 991a8485..87fb4ea8 100644 --- a/neo/sys/win32/win_localuser.cpp +++ b/neo/sys/win32/win_localuser.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "win_localuser.h" extern idCVar win_userPersistent; diff --git a/neo/sys/win32/win_main.cpp b/neo/sys/win32/win_main.cpp index 4be68718..c14d60de 100644 --- a/neo/sys/win32/win_main.cpp +++ b/neo/sys/win32/win_main.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include #include diff --git a/neo/sys/win32/win_net.cpp b/neo/sys/win32/win_net.cpp index b5813f35..7ab1fa34 100644 --- a/neo/sys/win32/win_net.cpp +++ b/neo/sys/win32/win_net.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" /* ================================================================================================ diff --git a/neo/sys/win32/win_qgl.cpp b/neo/sys/win32/win_qgl.cpp index c1f472bd..bf0942a0 100644 --- a/neo/sys/win32/win_qgl.cpp +++ b/neo/sys/win32/win_qgl.cpp @@ -36,7 +36,7 @@ If you have questions concerning this license or the applicable additional terms ** QGL_Shutdown() - unloads libraries, NULLs function pointers */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include #include "win_local.h" diff --git a/neo/sys/win32/win_savegame.cpp b/neo/sys/win32/win_savegame.cpp index a6a1f24e..0af0989b 100644 --- a/neo/sys/win32/win_savegame.cpp +++ b/neo/sys/win32/win_savegame.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../sys_session_local.h" #include "../sys_savegame.h" diff --git a/neo/sys/win32/win_session_local.cpp b/neo/sys/win32/win_session_local.cpp index ba50f7ed..3b175eb7 100644 --- a/neo/sys/win32/win_session_local.cpp +++ b/neo/sys/win32/win_session_local.cpp @@ -14,7 +14,7 @@ Contains the windows implementation of the network session */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../../framework/Common_local.h" #include "../sys_session_local.h" #include "../sys_stats.h" diff --git a/neo/sys/win32/win_shared.cpp b/neo/sys/win32/win_shared.cpp index 76f90a48..bae1b630 100644 --- a/neo/sys/win32/win_shared.cpp +++ b/neo/sys/win32/win_shared.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "win_local.h" #include diff --git a/neo/sys/win32/win_signin.cpp b/neo/sys/win32/win_signin.cpp index 73b2f1d0..247347e2 100644 --- a/neo/sys/win32/win_signin.cpp +++ b/neo/sys/win32/win_signin.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "../../framework/PlayerProfile.h" #include "../sys_session_local.h" #include "win_signin.h" diff --git a/neo/sys/win32/win_snd.cpp b/neo/sys/win32/win_snd.cpp index 22c76350..0c57cad1 100644 --- a/neo/sys/win32/win_snd.cpp +++ b/neo/sys/win32/win_snd.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" // RB: not available on Windows 8 SDK #if defined(__MINGW32__) diff --git a/neo/sys/win32/win_syscon.cpp b/neo/sys/win32/win_syscon.cpp index 67cc5ed8..108890f8 100644 --- a/neo/sys/win32/win_syscon.cpp +++ b/neo/sys/win32/win_syscon.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include #include diff --git a/neo/sys/win32/win_taskkeyhook.cpp b/neo/sys/win32/win_taskkeyhook.cpp index 6664c7e9..da54c404 100644 --- a/neo/sys/win32/win_taskkeyhook.cpp +++ b/neo/sys/win32/win_taskkeyhook.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" // // This file implements the low-level keyboard hook that traps the task keys. diff --git a/neo/sys/win32/win_wndproc.cpp b/neo/sys/win32/win_wndproc.cpp index 3b748e59..680b467e 100644 --- a/neo/sys/win32/win_wndproc.cpp +++ b/neo/sys/win32/win_wndproc.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../../idlib/precompiled.h" +#include "precompiled.h" #include "win_local.h" #include "../../renderer/tr_local.h" diff --git a/neo/ui/BindWindow.cpp b/neo/ui/BindWindow.cpp index 5adf9655..2431323a 100644 --- a/neo/ui/BindWindow.cpp +++ b/neo/ui/BindWindow.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/ChoiceWindow.cpp b/neo/ui/ChoiceWindow.cpp index c76c151a..a0286bd5 100644 --- a/neo/ui/ChoiceWindow.cpp +++ b/neo/ui/ChoiceWindow.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/DeviceContext.cpp b/neo/ui/DeviceContext.cpp index f3703fc6..0d4aaf9b 100644 --- a/neo/ui/DeviceContext.cpp +++ b/neo/ui/DeviceContext.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "DeviceContext.h" #include "../renderer/GuiModel.h" diff --git a/neo/ui/EditWindow.cpp b/neo/ui/EditWindow.cpp index e13a4f6c..514b5bce 100644 --- a/neo/ui/EditWindow.cpp +++ b/neo/ui/EditWindow.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/FieldWindow.cpp b/neo/ui/FieldWindow.cpp index 789c05f3..d1fc9c71 100644 --- a/neo/ui/FieldWindow.cpp +++ b/neo/ui/FieldWindow.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/GameBearShootWindow.cpp b/neo/ui/GameBearShootWindow.cpp index 767cc3df..da41e476 100644 --- a/neo/ui/GameBearShootWindow.cpp +++ b/neo/ui/GameBearShootWindow.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/GameBustOutWindow.cpp b/neo/ui/GameBustOutWindow.cpp index 29d41e07..10c02145 100644 --- a/neo/ui/GameBustOutWindow.cpp +++ b/neo/ui/GameBustOutWindow.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "../renderer/Image.h" diff --git a/neo/ui/GameSSDWindow.cpp b/neo/ui/GameSSDWindow.cpp index 78498220..307996cd 100644 --- a/neo/ui/GameSSDWindow.cpp +++ b/neo/ui/GameSSDWindow.cpp @@ -26,7 +26,7 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/GuiScript.cpp b/neo/ui/GuiScript.cpp index d50fe593..3d34fb12 100644 --- a/neo/ui/GuiScript.cpp +++ b/neo/ui/GuiScript.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "Window.h" #include "Winvar.h" diff --git a/neo/ui/ListGUI.cpp b/neo/ui/ListGUI.cpp index 304810c2..173476ee 100644 --- a/neo/ui/ListGUI.cpp +++ b/neo/ui/ListGUI.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "ListGUILocal.h" diff --git a/neo/ui/ListWindow.cpp b/neo/ui/ListWindow.cpp index ebf9357c..197d7533 100644 --- a/neo/ui/ListWindow.cpp +++ b/neo/ui/ListWindow.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/RegExp.cpp b/neo/ui/RegExp.cpp index fef39edf..df8e1c19 100644 --- a/neo/ui/RegExp.cpp +++ b/neo/ui/RegExp.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "RegExp.h" #include "DeviceContext.h" diff --git a/neo/ui/RenderWindow.cpp b/neo/ui/RenderWindow.cpp index d29e7564..de769ead 100644 --- a/neo/ui/RenderWindow.cpp +++ b/neo/ui/RenderWindow.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/SimpleWindow.cpp b/neo/ui/SimpleWindow.cpp index f0eddeec..8bafe65e 100644 --- a/neo/ui/SimpleWindow.cpp +++ b/neo/ui/SimpleWindow.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/SliderWindow.cpp b/neo/ui/SliderWindow.cpp index e4b38c5c..2c1456a8 100644 --- a/neo/ui/SliderWindow.cpp +++ b/neo/ui/SliderWindow.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/UserInterface.cpp b/neo/ui/UserInterface.cpp index a52b5bb7..192769cc 100644 --- a/neo/ui/UserInterface.cpp +++ b/neo/ui/UserInterface.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "ListGUILocal.h" #include "DeviceContext.h" diff --git a/neo/ui/Window.cpp b/neo/ui/Window.cpp index 5ff072c0..d6f22a09 100644 --- a/neo/ui/Window.cpp +++ b/neo/ui/Window.cpp @@ -28,7 +28,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/Winvar.cpp b/neo/ui/Winvar.cpp index 256eb68a..1a91a0b7 100644 --- a/neo/ui/Winvar.cpp +++ b/neo/ui/Winvar.cpp @@ -27,7 +27,7 @@ If you have questions concerning this license or the applicable additional terms */ #pragma hdrstop -#include "../idlib/precompiled.h" +#include "precompiled.h" #include "Window.h" #include "Winvar.h"