Move data/image_directories to src/data/directory_attrs.

These data files are used in the generation of build targets,
so moving them to src/data alongside the package_infos & etc.
makes more sense.

They don't seem to be activated properly though (I added some tracing
to try and figure out why they aren't used but haven't gotten to the
bottom of that yet.)
This commit is contained in:
Augustin Cavalier
2018-11-15 21:20:24 -05:00
parent ee355c32c7
commit 795f1571b3
3 changed files with 4 additions and 1 deletions
@@ -1,9 +0,0 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be.printer";
resource(1, "Printer Name") "Preview";
resource(2, "Driver Name") "Preview";
resource(3, "transport") "";
resource(4, "transport_address") "";
resource(5, "connection") "Local";
resource(6, "state") "free";
@@ -1,9 +0,0 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be.printer";
resource(1, "Printer Name") "Save as PDF";
resource(2, "Driver Name") "PDF Writer";
resource(3, "transport") "Print To File";
resource(4, "transport_address") "";
resource(5, "connection") "Local";
resource(6, "state") "free";