Updated SCAT machine to remove signed-ness warnings in VC.

Updated parallel device for an oopsie.
This commit is contained in:
waltje
2018-09-01 02:14:00 -04:00
parent 5b0069632b
commit 061613df32
4 changed files with 27 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
#
# Makefile for Windows systems using the MinGW32 environment.
#
# Version: @(#)Makefile.mingw 1.0.54 2018/08/31
# Version: @(#)Makefile.mingw 1.0.55 2018/08/31
#
# Author: Fred N. van Kempen, <decwiz@yahoo.com>
#
@@ -548,7 +548,7 @@ ifeq ($(DEV_BRANCH), y)
ifeq ($(PRINTERS), y)
OPTS += -DUSE_PRINTERS=1
DEVBROBJ += printer_escp.o
DEVBROBJ += prt_text.o prt_cpmap.o prt_escp.o
endif
endif

View File

@@ -522,7 +522,7 @@ ifeq ($(DEV_BRANCH), y)
ifeq ($(PRINTERS), y)
OPTS += -DUSE_PRINTERS=1
DEVBROBJ += printer_escp.obj
DEVBROBJ += prt_text.obj prt_cpmap.obj prt_escp.obj
endif
endif