proto/guigfx_lib.h and proto/muimaster_lib.h referred to wrong inlines

proto/guigfx_lib.h was referring to non-existent inline/guigfx.h
proto/muimaster_lib.h was referring to non-existent inline/muimaster.h

Let the sfdc pass replace the broken filenames with the real ones
This commit is contained in:
mheyer 2019-02-22 23:40:03 -08:00
parent a54cf9ed0a
commit 27d74cc357
2 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ include/fd/guigfx_lib.fd
include/guigfx/guigfx.h
include/pragmas/guigfx_pragmas.h
fd2sfd : guigfx_lib.fd clib/guigfx_protos.h
sfdc : guigfx_lib.sfd
sfdc : guigfx_lib.sfd guigfx.h guigfx_lib.h
stubs : guigfx_lib.sfd

View File

@ -108,6 +108,6 @@ SDK/MUI/C/lib/libmui.a
SDK/MUI/fd/muimaster_lib.fd
SDK/MUI/sfd/muimaster_lib.sfd
fd2sfd : muimaster_lib.fd clib/muimaster_protos.h
sfdc : muimaster_lib.sfd
sfdc : muimaster_lib.sfd muimaster.h muimaster_lib.h
stubs : muimaster_lib.sfd
lib : muimaster_lib.sfd