usblgoff: Attempt to fix workflow

This commit is contained in:
RichardG867
2022-01-06 20:02:03 -03:00
parent efa6536465
commit c1c3786bdf

View File

@@ -21,11 +21,13 @@ DEL = rm -f
COPY = cp
CP437 = cp437
SLASH = /
WATCOM = $WATCOM
!else
DEL = del
COPY = copy /y
CP437 = cp437.exe
SLASH = \
WATCOM = %WATCOM%
!if "$(SYSTEM)" == "HOST"
# Build a Windows NT character-mode executable on Windows,
# as that is not the default target (Win16 is).
@@ -77,7 +79,7 @@ all: ..$(SLASH)cp437$(SLASH)$(CP437) $(DEST)
# Main target.
$(DEST): $(OBJS)
!if "$(SYSTEM)" == "PMODEW"
$(COPY) %WATCOM%$(SLASH)binw$(SLASH)pmodew.exe .$(SLASH)
$(COPY) $(WATCOM)$(SLASH)binw$(SLASH)pmodew.exe .$(SLASH)
!endif
%write $@.lnk NAME $@
!if "$(SYSTEM)" != "HOST"