]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/Common/Makefile
Check In tool source code based on Build tool project revision r1655.
[mirror_edk2.git] / BaseTools / Source / C / Common / Makefile
CommitLineData
30fdf114
LG
1!INCLUDE ..\Makefiles\ms.common\r
2\r
3# VPATH = ..\r
4\r
5LIBNAME = Common\r
6\r
7OBJECTS = \\r
8 BasePeCoff.obj \\r
9 BinderFuncs.obj \\r
10 CommonLib.obj \\r
11 Crc32.obj \\r
12 Decompress.obj \\r
13 EfiCompress.obj \\r
14 EfiUtilityMsgs.obj \\r
15 FirmwareVolumeBuffer.obj \\r
16 FvLib.obj \\r
17 MemoryFile.obj \\r
18 MyAlloc.obj \\r
19 OsPath.obj \\r
20 ParseGuidedSectionTools.obj \\r
21 ParseInf.obj \\r
22 PeCoffLoaderEx.obj \\r
23 SimpleFileParsing.obj \\r
24 StringFuncs.obj \\r
25 TianoCompress.obj\r
26\r
27!INCLUDE ..\Makefiles\ms.lib\r
28\r
29\r
30\r