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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user