Subversion Repositories gelsvn

Rev

Rev 217 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 217 Rev 252
Line 25... Line 25...
25
			ConfigurationType="<%configuration_type("2")%>"
25
			ConfigurationType="<%configuration_type("2")%>"
26
<%endif%>
26
<%endif%>
27
<%endif%>
27
<%endif%>
28
			UseOfMFC="<%use_mfc("0")%>"
28
			UseOfMFC="<%use_mfc("0")%>"
29
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
29
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
30
			CharacterSet="<%charset("0")%>">
-
 
31
<%if(use_managed_extensions)%>
30
<%if(use_managed_extensions)%>
32
            ManagedExtensions="TRUE"
31
			ManagedExtensions="TRUE"
33
<%endif%>  
32
<%endif%>
-
 
33
			CharacterSet="<%charset("0")%>">
-
 
34
  
34
<%if(!custom_only)%>
35
<%if(!custom_only)%>
35
			<Tool
36
			<Tool
36
				Name="VCCLCompilerTool"
37
				Name="VCCLCompilerTool"
37
<%if(compile_flags)%>
38
<%if(compile_flags)%>
38
				AdditionalOptions="<%compile_flags%>"
39
				AdditionalOptions="<%compile_flags%>"