Subversion Repositories DevTools

Rev

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

Rev 1752 Rev 1754
Line 122... Line 122...
122
			<mkdir dir="${objdir}/@{buildtype}_@{compiler}"/>
122
			<mkdir dir="${objdir}/@{buildtype}_@{compiler}"/>
123
			<mkdir dir="${objdir}/@{buildtype}_@{compiler}/@{targetname}"/>
123
			<mkdir dir="${objdir}/@{buildtype}_@{compiler}/@{targetname}"/>
124
			<mkdir dir="@{pkgdir}"/>
124
			<mkdir dir="@{pkgdir}"/>
125
			<mkdir dir="@{pkgdir}/${targetfolder}"/>
125
			<mkdir dir="@{pkgdir}/${targetfolder}"/>
126
 
126
 
127
			<echo taskname="ant-cppcompile-task">Compile @{name} into @{pkgdir}/${targetfolder}/@{targetname}${version}${@{name}@{compiler}@{buildtype}-compile_type_symbol}</echo>
127
			<echo taskname="ant-cppcompile-task">Compile @{name} into @{pkgdir}/${targetfolder}/@{targetname}${@{name}@{compiler}@{buildtype}-compile_type_symbol}</echo>
128
			<echo taskname="ant-cppcompile-task">Using Compiler @{compiler} from @{compilerpath}</echo>
128
			<echo taskname="ant-cppcompile-task">Using Compiler @{compiler} from @{compilerpath}</echo>
129
			<echo taskname="ant-cppcompile-task">Placing Objects in ${objdir}/@{buildtype}_@{compiler}/@{targetname}</echo>
129
			<echo taskname="ant-cppcompile-task">Placing Objects in ${objdir}/@{buildtype}_@{compiler}/@{targetname}</echo>
130
			<echo taskname="ant-cppcompile-task">Use Compiler Includes from ${@{compiler}_include_@{buildtype}}</echo>
130
			<echo taskname="ant-cppcompile-task">Use Compiler Includes from ${@{compiler}_include_@{buildtype}}</echo>
131
			<echo taskname="ant-cppcompile-task">Use Package Includes from @{pkgdir}/include</echo>
131
			<echo taskname="ant-cppcompile-task">Use Package Includes from @{pkgdir}/include</echo>
132
			<echo taskname="ant-cppcompile-task">Linking with Library ${@{compiler}_lib_@{buildtype}} Files: ${@{compiler}_libraries_@{buildtype}}</echo>
132
			<echo taskname="ant-cppcompile-task">Linking with Library ${@{compiler}_lib_@{buildtype}} Files: ${@{compiler}_libraries_@{buildtype}}</echo>
Line 138... Line 138...
138
				multithreaded="@{multithreaded}"
138
				multithreaded="@{multithreaded}"
139
				optimize="${@{name}@{compiler}@{buildtype}-compile_optimize}"
139
				optimize="${@{name}@{compiler}@{buildtype}-compile_optimize}"
140
				debug="${@{name}@{compiler}@{buildtype}-debug_flag}" 
140
				debug="${@{name}@{compiler}@{buildtype}-debug_flag}" 
141
				outtype="@{outtype}" 
141
				outtype="@{outtype}" 
142
				subsystem="@{subsystem}" 
142
				subsystem="@{subsystem}" 
143
				outfile="@{pkgdir}/${targetfolder}/@{targetname}${version}${@{name}@{compiler}@{buildtype}-compile_type_symbol}"
143
				outfile="@{pkgdir}/${targetfolder}/@{targetname}${@{name}@{compiler}@{buildtype}-compile_type_symbol}"
144
				objdir="${objdir}/@{buildtype}_@{compiler}/@{targetname}">
144
				objdir="${objdir}/@{buildtype}_@{compiler}/@{targetname}">
145
 
145
 
146
				<compiler refid="@{compiler}_compiler_@{buildtype}_@{subsystem}"/>
146
				<compiler refid="@{compiler}_compiler_@{buildtype}_@{subsystem}"/>
147
				<linker refid="@{compiler}_linker_@{buildtype}_@{subsystem}"/>
147
				<linker refid="@{compiler}_linker_@{buildtype}_@{subsystem}"/>
148
 
148