From 10ef302b5f76f66701501d5b9c4d669a150740aa Mon Sep 17 00:00:00 2001 From: Artem Kharytoniuk Date: Thu, 16 Mar 2017 20:18:56 +0200 Subject: [PATCH] Removed linker dependencies from the game projects. Default libraries (crt and core windows) will do the job. --- config/visual-studio/cgame.vcxproj | 2 -- config/visual-studio/game.vcxproj | 2 -- config/visual-studio/q3_ui.vcxproj | 1 - 3 files changed, 5 deletions(-) diff --git a/config/visual-studio/cgame.vcxproj b/config/visual-studio/cgame.vcxproj index 698d214..905e8d1 100644 --- a/config/visual-studio/cgame.vcxproj +++ b/config/visual-studio/cgame.vcxproj @@ -79,7 +79,6 @@ 0x0409 - odbc32.lib;odbccp32.lib;%(AdditionalDependencies) true cgame.def true @@ -115,7 +114,6 @@ 0x0409 - odbc32.lib;odbccp32.lib;%(AdditionalDependencies) true cgame.def Windows diff --git a/config/visual-studio/game.vcxproj b/config/visual-studio/game.vcxproj index 626696d..1e02cd2 100644 --- a/config/visual-studio/game.vcxproj +++ b/config/visual-studio/game.vcxproj @@ -79,7 +79,6 @@ 0x0409 - winmm.lib;%(AdditionalDependencies) true game.def true @@ -115,7 +114,6 @@ 0x0409 - winmm.lib;%(AdditionalDependencies) true game.def Windows diff --git a/config/visual-studio/q3_ui.vcxproj b/config/visual-studio/q3_ui.vcxproj index 1227880..4346adb 100644 --- a/config/visual-studio/q3_ui.vcxproj +++ b/config/visual-studio/q3_ui.vcxproj @@ -114,7 +114,6 @@ 0x0409 - odbc32.lib;odbccp32.lib;%(AdditionalDependencies) true ui.def true