summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-08-22 16:58:07 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-08-22 16:58:07 +0000
commit828b06c59c2ee502a9d0069432dcbfec481c9959 (patch)
treea76af4382e484ba91d5a5b308f8982daeac8042e
parent26e887e0ae535cb2d99c470f9ac572e2f19818eb (diff)
downloadMPC-828b06c59c2ee502a9d0069432dcbfec481c9959.tar.gz
ChangeLogTag: Mon Aug 22 11:57:03 2005 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--templates/vc8.mpd20
2 files changed, 8 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c4cc080..b84f569e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Aug 22 11:57:03 2005 Chad Elliott <elliott_c@ociweb.com>
+
+ * templates/vc8.mpd:
+
+ Fixed a bug in the template that caused static projects to have
+ incorrect project settings.
+
Mon Aug 22 07:17:17 2005 Chad Elliott <elliott_c@ociweb.com>
* MPC version 3.3.0 released.
diff --git a/templates/vc8.mpd b/templates/vc8.mpd
index 795a6096..c39182b5 100644
--- a/templates/vc8.mpd
+++ b/templates/vc8.mpd
@@ -276,7 +276,6 @@
<%if(type_is_binary)%>
AdditionalDependencies="<%foreach(reverse(libs))%><%fornotfirst(" ")%><%lib%><%lib_modifier%><%lib_ext%><%endfor%><%foreach(reverse(lit_libs))%> <%lit_lib%>.lib<%endfor%><%foreach(reverse(pure_libs))%> <%pure_lib%><%endfor%>"
<%endif%>
-<%endif%>
<%if(exename || sharedname || staticname)%>
OutputFile="$(OutDir)\<%if(type_is_dynamic)%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%dll_ext%><%else%><%exename%><%if(use_exe_modifier)%><%lib_modifier%><%endif%><%exe_ext%><%endif%>"
<%endif%>
@@ -289,24 +288,9 @@
<%if(ShowProgress)%>
ShowProgress="<%ShowProgress%>"
<%endif%>
-<%if(OutputFile)%>
- OutputFile="<%OutputFile%>"
-<%endif%>
-<%if(Version)%>
- Version="<%Version%>"
-<%endif%>
-<%if(LinkIncremental)%>
- LinkIncremental="<%LinkIncremental%>"
-<%endif%>
<%if(ignore_default_library_names)%>
IgnoreDefaultLibraryNames="<%foreach(ignore_default_library_names)%><%ignore_default_library_name%><%fornotlast(";")%><%endfor%>"
<%endif%>
-<%if(SuppressStartupBanner)%>
- SuppressStartupBanner="<%SuppressStartupBanner%>"
-<%endif%>
-<%if(AdditionalLibraryDirectories)%>
- AdditionalLibraryDirectories="<%AdditionalLibraryDirectories%>"
-<%endif%>
<%if(GenerateManifest)%>
GenerateManifest="<%GenerateManifest%>"
<%endif%>
@@ -319,9 +303,6 @@
<%if(IgnoreAllDefaultLibraries)%>
IgnoreAllDefaultLibraries="<%IgnoreAllDefaultLibraries%>"
<%endif%>
-<%if(IgnoreDefaultLibraryNames)%>
- IgnoreDefaultLibraryNames="<%IgnoreDefaultLibraryNames%>"
-<%endif%>
<%if(ModuleDefinitionFile)%>
ModuleDefinitionFile="<%ModuleDefinitionFile%>"
<%endif%>
@@ -468,6 +449,7 @@
<%if(ErrorReporting)%>
ErrorReporting="<%ErrorReporting%>"
<%endif%>
+<%endif%>
/>
<Tool
Name="VCALinkTool"