From bfc362f79cbb40b2bcf2b168328510183e32b1ed Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Fri, 12 Apr 2013 23:24:48 +0200
Subject: [PATCH] Finetuned project files for build server compatibility.
---
src/ar65.vcxproj | 4 ++--
src/ca65.vcxproj | 4 ++--
src/cc65.vcxproj | 4 ++--
src/cl65.vcxproj | 4 ++--
src/common.vcxproj | 13 ++++++++++---
src/ld65.vcxproj | 4 ++--
6 files changed, 20 insertions(+), 13 deletions(-)
diff --git a/src/ar65.vcxproj b/src/ar65.vcxproj
index 539c005e4..e83f0f984 100644
--- a/src/ar65.vcxproj
+++ b/src/ar65.vcxproj
@@ -54,7 +54,7 @@
Console
true
- $(SolutionDir)..\wrk\common\$(Configuration)\common.lib
+ $(IntDir)..\..\common\$(Configuration)\common.lib
@@ -69,7 +69,7 @@
Console
false
- $(SolutionDir)..\wrk\common\$(Configuration)\common.lib
+ $(IntDir)..\..\common\$(Configuration)\common.lib
diff --git a/src/ca65.vcxproj b/src/ca65.vcxproj
index c2aa35599..747b836cd 100644
--- a/src/ca65.vcxproj
+++ b/src/ca65.vcxproj
@@ -54,7 +54,7 @@
Console
true
- $(SolutionDir)..\wrk\common\$(Configuration)\common.lib
+ $(IntDir)..\..\common\$(Configuration)\common.lib
@@ -69,7 +69,7 @@
Console
false
- $(SolutionDir)..\wrk\common\$(Configuration)\common.lib
+ $(IntDir)..\..\common\$(Configuration)\common.lib
diff --git a/src/cc65.vcxproj b/src/cc65.vcxproj
index fb8ccea12..888fa53b7 100644
--- a/src/cc65.vcxproj
+++ b/src/cc65.vcxproj
@@ -54,7 +54,7 @@
Console
true
- $(SolutionDir)..\wrk\common\$(Configuration)\common.lib
+ $(IntDir)..\..\common\$(Configuration)\common.lib
@@ -69,7 +69,7 @@
Console
false
- $(SolutionDir)..\wrk\common\$(Configuration)\common.lib
+ $(IntDir)..\..\common\$(Configuration)\common.lib
diff --git a/src/cl65.vcxproj b/src/cl65.vcxproj
index 712a3f715..ee348830d 100644
--- a/src/cl65.vcxproj
+++ b/src/cl65.vcxproj
@@ -54,7 +54,7 @@
Console
true
- $(SolutionDir)..\wrk\common\$(Configuration)\common.lib
+ $(IntDir)..\..\common\$(Configuration)\common.lib
@@ -69,7 +69,7 @@
Console
false
- $(SolutionDir)..\wrk\common\$(Configuration)\common.lib
+ $(IntDir)..\..\common\$(Configuration)\common.lib
diff --git a/src/common.vcxproj b/src/common.vcxproj
index b8b4c266e..a386d0c06 100644
--- a/src/common.vcxproj
+++ b/src/common.vcxproj
@@ -130,14 +130,13 @@
- $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
-
-
$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
@@ -151,6 +150,10 @@
Windows
true
+
+
+ $(IntDir)$(TargetName)$(TargetExt)
+
@@ -167,6 +170,10 @@
true
true
+
+
+ $(IntDir)$(TargetName)$(TargetExt)
+
diff --git a/src/ld65.vcxproj b/src/ld65.vcxproj
index a375c5eee..b837e1873 100644
--- a/src/ld65.vcxproj
+++ b/src/ld65.vcxproj
@@ -54,7 +54,7 @@
Console
true
- $(SolutionDir)..\wrk\common\$(Configuration)\common.lib
+ $(IntDir)..\..\common\$(Configuration)\common.lib
@@ -69,7 +69,7 @@
Console
false
- $(SolutionDir)..\wrk\common\$(Configuration)\common.lib
+ $(IntDir)..\..\common\$(Configuration)\common.lib
--
2.39.5