* packihx/,
[fw/sdcc] / support / packihx / Makefile.bcc
diff --git a/support/packihx/Makefile.bcc b/support/packihx/Makefile.bcc
new file mode 100644 (file)
index 0000000..03dbddc
--- /dev/null
@@ -0,0 +1,14 @@
+# Makefile for Borlad C++
+
+PRJDIR          = ../..
+
+!include $(PRJDIR)/Bcc.inc
+
+OBJECTS         = packihx.obj
+
+TARGET          = $(PRJDIR)/bin/packihx.exe
+
+all: $(TARGET)
+
+$(TARGET): $(OBJECTS)
+        $(CC) $(CFLAGS) -e$@ $(OBJECTS)