mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-22 01:25:35 -07:00
clib: Un-quieten cp437 conversion process
This commit is contained in:
@@ -55,7 +55,7 @@ CFLAGS = -bt=$(SYSTEM) $(CFLAGS)
|
||||
# Compile source file into object file.
|
||||
.c.obj
|
||||
!if "$(CP437_CONV)" == "y"
|
||||
@..$(SLASH)cp437$(SLASH)$(CP437) $<
|
||||
..$(SLASH)cp437$(SLASH)$(CP437) $<
|
||||
$(CC) $(CFLAGS) $<_cp437
|
||||
@$(DEL) $<_cp437
|
||||
!else
|
||||
|
||||
Reference in New Issue
Block a user