xref: /haiku/src/add-ons/print/drivers/pcl6/Jamfile (revision e79e4e7c9e432c90415f79809b7160e864f79001)
1SubDir OBOS_TOP src add-ons print drivers pcl6 ;
2
3SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print drivers canon_lips
4					  libprint ] ;
5
6AddResources PCL6\ Compatible : PCL6.rsrc ;
7
8Addon PCL6\ Compatible : print :
9	PCL6Entry.cpp
10	PCL6.cpp
11	PCL6Cap.cpp
12	jetlib.cpp
13;
14
15LinkSharedOSLibs PCL6\ Compatible : be stdc++.r4 libprint.a ;
16
17