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:
@@ -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";
|
||||
Reference in New Issue
Block a user