diff --git a/MOULOpenSourceClientPlugin/Plasma20/MsDevProjects/Plasma/Apps/plClient/plClient.vcproj b/MOULOpenSourceClientPlugin/Plasma20/MsDevProjects/Plasma/Apps/plClient/plClient.vcproj
index 0ca8028d..73f6b6de 100644
--- a/MOULOpenSourceClientPlugin/Plasma20/MsDevProjects/Plasma/Apps/plClient/plClient.vcproj
+++ b/MOULOpenSourceClientPlugin/Plasma20/MsDevProjects/Plasma/Apps/plClient/plClient.vcproj
@@ -39,7 +39,7 @@
Name="VCCustomBuildTool"/>
Compiling with EAX_SDK")
+#if defined(_MSC_VER) && _MSC_VER < 1400
+// name EAX libraries here rather than in the projects so that we don't try to
+// link them unless EAX_SDK_AVAILABLE (avoids the need for separate projects
+// or configurations for the cases with/without EAX)
+#pragma comment(lib, "eax.lib")
+#pragma comment(lib, "eaxguid.lib")
+#endif // _MSC_VER < 1400
#endif // EAX_SDK_AVAILABLE
#include "hsTypes.h"