Brought back the PostScript printer.
This commit is contained in:
@@ -30,6 +30,7 @@ static const struct
|
||||
{"Stereo LPT DAC", "lpt_dac_stereo", &lpt_dac_stereo_device},
|
||||
{"Generic Text Printer", "text_prt", &lpt_prt_text_device},
|
||||
{"Generic ESC/P Dot-Matrix", "dot_matrix", &lpt_prt_escp_device},
|
||||
{"Generic PostScript Printer", "postscript", &lpt_prt_ps_device},
|
||||
{"", "", NULL}
|
||||
};
|
||||
|
||||
|
@@ -1,2 +1,3 @@
|
||||
extern const lpt_device_t lpt_prt_text_device;
|
||||
extern const lpt_device_t lpt_prt_escp_device;
|
||||
extern const lpt_device_t lpt_prt_escp_device;
|
||||
extern const lpt_device_t lpt_prt_ps_device;
|
@@ -610,7 +610,7 @@ NETOBJ := network.o \
|
||||
net_wd8003.o
|
||||
|
||||
PRINTOBJ := png.o prt_cpmap.o \
|
||||
prt_escp.o prt_text.o
|
||||
prt_escp.o prt_text.o prt_ps.o
|
||||
|
||||
SNDOBJ := sound.o \
|
||||
openal.o \
|
||||
|
@@ -616,7 +616,7 @@ NETOBJ := network.o \
|
||||
net_wd8003.o
|
||||
|
||||
PRINTOBJ := png.o prt_cpmap.o \
|
||||
prt_escp.o prt_text.o
|
||||
prt_escp.o prt_text.o prt_ps.o
|
||||
|
||||
SNDOBJ := sound.o \
|
||||
openal.o \
|
||||
|
Reference in New Issue
Block a user