" encoding="<%encoding("Windows-1252")%>"?> "/> <%foreach(configurations)%> " UseOfMFC="<%use_mfc("0")%>" ATLMinimizesCRunTimeLibraryUsage="FALSE"> Optimization="<%optimize%>" <%else%> Optimization="0" <%endif%> AdditionalIncludeDirectories="<%foreach(includes)%><%include%><%fornotlast(",")%><%endfor%>" PreprocessorDefinitions="<%if(type_is_dynamic)%><%foreach(dynamicflags)%><%dynamicflag%>;<%endfor%><%endif%><%if(need_staticflags)%><%foreach(staticflags)%><%staticflag%>;<%endfor%><%endif%><%if(pch_header)%><%foreach(pch_defines)%><%pch_define%>;<%endfor%><%endif%><%foreach(defines common_defines macros)%><%define%><%fornotlast(";")%><%endfor%>" MinimalRebuild="<%MinimalRebuild("FALSE")%>" ExceptionHandling="TRUE" <%if(debug)%> BasicRuntimeChecks="<%BasicRuntimeChecks("3")%>" <%endif%> <%if(StringPooling)%> StringPooling="<%StringPooling%>" <%endif%> RuntimeLibrary="<%if(debug)%><%runtime_library("3")%><%else%><%runtime_library("2")%><%endif%>" BufferSecurityCheck="<%BufferSecurityCheck("TRUE")%>" EnableFunctionLevelLinking="<%EnableFunctionLevelLinking("TRUE")%>" TreatWChar_tAsBuiltInType="TRUE" ForceConformanceInForLoopScope="TRUE" RuntimeTypeInfo="<%rtti("TRUE")%>" <%if(pch_header)%> <%if(pch_source)%> UsePrecompiledHeader="3" <%else%> UsePrecompiledHeader="2" <%endif%> PrecompiledHeaderThrough="<%pch_header%>" <%endif%> WarningLevel="<%warning_level("3")%>" SuppressStartupBanner="TRUE" Detect64BitPortabilityProblems="<%Detect64BitPortabilityProblems("FALSE")%>" DebugInformationFormat="<%debug_format("3")%>"/> Name="VCLibrarianTool" <%if(staticname)%> OutputFile="$(OutDir)/<%staticname%><%lib_modifier%>.lib" <%endif%> <%else%> Name="VCLinkerTool" <%if(type_is_binary)%> AdditionalDependencies="<%foreach(lit_libs)%><%lit_lib%>.lib <%endfor%><%foreach(libs defaultlibs)%><%lib%><%lib_modifier%>.lib<%fornotlast(" ")%><%endfor%>" <%endif%> <%if(exename || sharedname || staticname)%> OutputFile="$(OutDir)/<%if(type_is_dynamic)%><%sharedname%><%lib_modifier%>.dll<%else%><%exename%>.exe<%endif%>" <%endif%> Version="<%version("1.0")%>" LinkIncremental="<%LinkIncremental("1")%>" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="<%foreach(libpaths)%><%libpath%><%fornotlast(";")%><%endfor%>" GenerateDebugInformation="TRUE" <%if(type_is_dynamic)%> ProgramDatabaseFile="$(OutDir)/<%sharedname%><%lib_modifier%>.pdb" <%else%> <%if(type_is_binary)%> ProgramDatabaseFile="$(OutDir)/<%exename%>.pdb" <%endif%> <%endif%> SubSystem="<%subsystem("1")%>" <%if(!debug)%> <%if(optimize)%> OptimizeReferences="<%optref("2")%>" EnableCOMDATFolding="<%opticf("2")%>" <%endif%> <%endif%> <%if(type_is_dynamic)%> ImportLibrary="$(OutDir)/<%sharedname%><%lib_modifier%>.lib" <%endif%> <%endif%> /> <%endfor%>" Culture="<%culture("1033")%>" AdditionalIncludeDirectories="<%foreach(includes)%><%include%><%fornotlast(",")%><%endfor%>"/> <%endfor%> <%if(exename || sharedname || staticname)%> <%if(source_files)%> <%if(pch_source)%> <%foreach(configurations)%> <%endfor%> <%endif%> <%foreach(source_files)%> <%endfor%> <%endif%> <%endif%> <%if(header_files)%> <%if(pch_header)%> <%endif%> <%foreach(header_files)%> <%endfor%> <%endif%> <%if(idl_files)%> <%foreach(idl_files)%> <%foreach(configurations)%> CommandLine="PATH=%PATH%;<%idl_compiler_libs%> <%idl_compiler%> -o <%flag_overrides(idl_file, idlgendir)%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> <%idl_file%>" AdditionalDependencies="<%idl_compiler%>.exe" Outputs="<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>C.h;<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>C.i;<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>C.cpp;<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>S.h;<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>S.i;<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>S.cpp"/> <%else%> <%if(idlgendir)%> CommandLine="PATH=%PATH%;<%idl_compiler_libs%> <%idl_compiler%> -o <%idlgendir%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> <%idl_file%>" AdditionalDependencies="<%idl_compiler%>.exe" Outputs="<%idlgendir%>\<%basenoextension(idl_file)%>C.h;<%idlgendir%>\<%basenoextension(idl_file)%>C.i;<%idlgendir%>\<%basenoextension(idl_file)%>C.cpp;<%idlgendir%>\<%basenoextension(idl_file)%>S.h;<%idlgendir%>\<%basenoextension(idl_file)%>S.i;<%idlgendir%>\<%basenoextension(idl_file)%>S.cpp"/> <%else%> <%if(dirname_found)%> CommandLine="PATH=%PATH%;<%idl_compiler_libs%> <%idl_compiler%> -o <%dirname(idl_file)%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> <%idl_file%>" AdditionalDependencies="<%idl_compiler%>.exe" Outputs="<%basenoextension(idl_file)%>C.h;<%basenoextension(idl_file)%>C.i;<%basenoextension(idl_file)%>C.cpp;<%basenoextension(idl_file)%>S.h;<%basenoextension(idl_file)%>S.i;<%basenoextension(idl_file)%>S.cpp"/> <%else%> CommandLine="PATH=%PATH%;<%idl_compiler_libs%> <%idl_compiler%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> <%idl_file%>" AdditionalDependencies="<%idl_compiler%>.exe" Outputs="<%noextension(idl_file)%>C.h;<%noextension(idl_file)%>C.i;<%noextension(idl_file)%>C.cpp;<%noextension(idl_file)%>S.h;<%noextension(idl_file)%>S.i;<%noextension(idl_file)%>S.cpp"/> <%endif%> <%endif%> <%endif%> <%endfor%> <%endfor%> <%endif%> <%foreach(custom_types)%> <%endfor%>"> <%foreach(custom_type->input_files)%> <%if(custom_type->input_file->output_files)%> <%foreach(configurations)%> <%endfor%>"/> <%endfor%> <%endif%> <%endfor%> <%endfor%> <%if(inline_files)%> <%foreach(inline_files)%> <%endfor%> <%endif%> <%if(template_files)%> <%foreach(template_files)%> <%foreach(configurations)%> <%endfor%> <%endfor%> <%endif%> <%if(documentation_files)%> <%foreach(documentation_files)%> <%endfor%> <%endif%> <%if(resource_files)%> <%foreach(resource_files)%> <%endfor%> <%endif%>