Add command line option to select PCAD or altium BOM
[eda-utils.git] / bomgen / Bomgen / altium.inc.php
diff --git a/bomgen/Bomgen/altium.inc.php b/bomgen/Bomgen/altium.inc.php
new file mode 100644 (file)
index 0000000..372a70d
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+/*
+ * Copyright (C) 2013 Hugo Villeneuve <hugo@hugovil.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ */
+
+/* Altium BOM fields definitions. */
+
+define("QTY_COL_NAME", "Quantity");
+define("DESIGNATOR_COL_NAME", "Designator");
+define("FOOTPRINT_COL_NAME", "Footprint");
+
+?>