From: Oliver Schmidt
Date: Fri, 12 Apr 2013 21:24:48 +0000 (+0200)
Subject: Finetuned project files for build server compatibility.
X-Git-Tag: V2.14~62
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bfc362f79cbb40b2bcf2b168328510183e32b1ed;p=cc65
Finetuned project files for build server compatibility.
---
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