1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-10-26 21:49:17 +08:00

Thu Jan 24 16:09:43 2008 Google Inc. <opensource@google.com>

* ctemplate: version 0.9 release
	* Bugfix: now we honor "preserve newlines in javacript" (ktl)
	* Fix indentation of included templates (csilvers)
	* Deprecate the SetEscaped* methods in favor of modifiers (csilvers)
	* Revamp the way template modifiers are registered (csilvers)
	* Change the psuedo-name of main section from __MAIN__ to __{{MAIN}}__
	* Fix types to quiet windows compiler (csilvers)
	* Allow infile and outfile for template-converter (ambrose)
	* Some doc fixes
This commit is contained in:
csilvers
2008-01-25 20:27:55 +00:00
parent bb570c29d4
commit 896bd2ef9c
28 changed files with 1203 additions and 602 deletions

View File

@@ -35,9 +35,9 @@
OutputFile="$(OutDir)/libctemplate-debug.dll"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/libctemplate.pdb"
ProgramDatabaseFile="$(OutDir)/libctemplate-debug.pdb"
SubSystem="2"
ImportLibrary="$(OutDir)/libctemplate.lib"
ImportLibrary="$(OutDir)/libctemplate-debug.lib"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>