summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/GenFw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/GenFw/Makefile')
-rw-r--r--BaseTools/Source/C/GenFw/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/BaseTools/Source/C/GenFw/Makefile b/BaseTools/Source/C/GenFw/Makefile
new file mode 100644
index 0000000000..35adfb1386
--- /dev/null
+++ b/BaseTools/Source/C/GenFw/Makefile
@@ -0,0 +1,12 @@
+!INCLUDE ..\Makefiles\ms.common
+
+APPNAME = GenFw
+
+LIBS = $(LIB_PATH)\Common.lib
+
+OBJECTS = GenFw.obj
+
+#CFLAGS = $(CFLAGS) /nodefaultlib:libc.lib
+
+!INCLUDE ..\Makefiles\ms.app
+