mirror of https://github.com/acidanthera/audk.git
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 name="source" depends="init" unless="jar.newer">
|
||||
<mkdir dir="${buildDir}"/>
|
||||
<javac srcdir="net" destdir="${buildDir}">
|
||||
<javac srcdir="net" destdir="${buildDir}" source="1.4">
|
||||
<classpath>
|
||||
<fileset dir="${workspace}/Tools/Jars">
|
||||
<include name="*.jar"/>
|
||||
|
|
Loading…
Reference in New Issue