mirror of
https://github.com/jeremysrand/Apple2GSBuildPipeline.git
synced 2026-04-26 08:17:57 +00:00
Fix resource copy problem with Merlin targets
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ $(TARGETDIR)/$(PGM): $(BUILD_OBJS) $(ASM_SRCS)
|
||||
$(RM) $(TARGETDIR)/$(PGM)
|
||||
$(MERLIN_ASM) linkscript.s $(PGM) $(TARGETDIR)/$(PGM)
|
||||
ifneq ($(REZ_OBJS),)
|
||||
$(CP) $(REZ_OBJS)/..namedfork/rsrc $(TARGETDIR)/$(PGM)/..namedfork/rsrc
|
||||
cat $(REZ_OBJS)/..namedfork/rsrc > $(TARGETDIR)/$(PGM)/..namedfork/rsrc
|
||||
endif
|
||||
$(CHTYP) -t $(FILETYPE) $(AUXTYPE) $(TARGETDIR)/$(PGM)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user