]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefiles/ms.rule
Check In tool source code based on Build tool project revision r1655.
[mirror_edk2.git] / BaseTools / Source / C / Makefiles / ms.rule
diff --git a/BaseTools/Source/C/Makefiles/ms.rule b/BaseTools/Source/C/Makefiles/ms.rule
new file mode 100644 (file)
index 0000000..94687a0
--- /dev/null
@@ -0,0 +1,13 @@
+#DEPFILES = $(OBJECTS:%.o=%.d)
+
+.c.obj :
+       $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
+
+.S.obj :
+       $(AS) -c $(ASFLAGS) $< -Fo$@
+
+.cpp.obj :
+       $(CXX) -c $(CPPFLAGS) $(INC) $< -Fo$@
+
+#-include $(DEPFILES)
+