mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
Added "source=1.4" attribute to <javac> to override the build warning message.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1359 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3eeb9655a1
commit
0d806227aa
@ -23,7 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
</target>
|
</target>
|
||||||
<target name="source" depends="init" unless="jar.newer">
|
<target name="source" depends="init" unless="jar.newer">
|
||||||
<mkdir dir="${buildDir}"/>
|
<mkdir dir="${buildDir}"/>
|
||||||
<javac srcdir="net" destdir="${buildDir}">
|
<javac srcdir="net" destdir="${buildDir}" source="1.4">
|
||||||
<classpath>
|
<classpath>
|
||||||
<fileset dir="${workspace}/Tools/Jars">
|
<fileset dir="${workspace}/Tools/Jars">
|
||||||
<include name="*.jar"/>
|
<include name="*.jar"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user