summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/Common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/Common/Makefile')
-rw-r--r--BaseTools/Source/C/Common/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/BaseTools/Source/C/Common/Makefile b/BaseTools/Source/C/Common/Makefile
new file mode 100644
index 000000000..cdaa0065f
--- /dev/null
+++ b/BaseTools/Source/C/Common/Makefile
@@ -0,0 +1,30 @@
+!INCLUDE ..\Makefiles\ms.common
+
+# VPATH = ..
+
+LIBNAME = Common
+
+OBJECTS = \
+ BasePeCoff.obj \
+ BinderFuncs.obj \
+ CommonLib.obj \
+ Crc32.obj \
+ Decompress.obj \
+ EfiCompress.obj \
+ EfiUtilityMsgs.obj \
+ FirmwareVolumeBuffer.obj \
+ FvLib.obj \
+ MemoryFile.obj \
+ MyAlloc.obj \
+ OsPath.obj \
+ ParseGuidedSectionTools.obj \
+ ParseInf.obj \
+ PeCoffLoaderEx.obj \
+ SimpleFileParsing.obj \
+ StringFuncs.obj \
+ TianoCompress.obj
+
+!INCLUDE ..\Makefiles\ms.lib
+
+
+