]> git.proxmox.com Git - mirror_edk2.git/commit
Add some EDK build configuration files and EDK DSC file as the templates to build...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 Oct 2007 08:18:08 +0000 (08:18 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 Oct 2007 08:18:08 +0000 (08:18 +0000)
commit84255c8f8d7729b14e3ea1b17faeff3995459986
treeec3055ba93a614063ab8fd6e7de8cc8f3063b4de
parentdd1119dd87485ca7c62d59e8e256526103423cbc
Add some EDK build configuration files and EDK DSC file as the templates to build EDK modules.
This is a temporary solution to build EDK modules (e.g. Shell applications) under EDK II environment with EDK tools in ECP.
After the EDKII tools are ready to parse EDK II DSC file to build EDK INF file, these temporary build files can be safely removed.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4221 6f19259b-4bc3-4df7-8a09-765794883524
15 files changed:
EdkCompatibilityPkg/Sample/Platform/Ipf/Build/Config.env [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/Ipf/Build/IPF.dsc [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/Ipf/Build/Makefile [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/Ipf/Build/PlatformTools.env [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/Ipf/Build/build.bat [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/Nt32/Build/Config.env [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/Nt32/Build/Makefile [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/Nt32/Build/Nt32.dsc [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/Nt32/Build/PlatformTools.env [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/Nt32/Build/build.bat [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/X64/Build/Config.env [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/X64/Build/Makefile [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/X64/Build/PlatformTools.env [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/X64/Build/X64.dsc [new file with mode: 0644]
EdkCompatibilityPkg/Sample/Platform/X64/Build/build.bat [new file with mode: 0644]