repair msdos cross-compile
This commit is contained in:
@@ -277,8 +277,9 @@ lintdgn:
|
|||||||
|
|
||||||
# dependencies for recover
|
# dependencies for recover
|
||||||
#
|
#
|
||||||
$(TARGETPFX)recover: $(RECOVOBJS)
|
$(TARGETPFX)recover: $(RECOVOBJS) $(TARGETPFX)$(HACKLIB)
|
||||||
$(TARGET_CLINK) $(TARGET_LFLAGS) -o recover $(RECOVOBJS) $(HACKLIB) $(LIBS)
|
$(TARGET_CLINK) $(TARGET_LFLAGS) -o recover \
|
||||||
|
$(RECOVOBJS) $(TARGETPFX)$(HACKLIB) $(LIBS)
|
||||||
|
|
||||||
$(TARGETPFX)recover.o: recover.c $(CONFIG_H)
|
$(TARGETPFX)recover.o: recover.c $(CONFIG_H)
|
||||||
$(TARGET_CC) $(TARGET_CFLAGS) $(CSTD) -c recover.c -o $@
|
$(TARGET_CC) $(TARGET_CFLAGS) $(CSTD) -c recover.c -o $@
|
||||||
|
|||||||
@@ -145,8 +145,9 @@ $(TARGETPFX)tileset.o : ../win/share/tileset.c
|
|||||||
$(TARGETPFX)bmptiles.o : ../win/share/bmptiles.c
|
$(TARGETPFX)bmptiles.o : ../win/share/bmptiles.c
|
||||||
$(TARGETPFX)giftiles.o : ../win/share/giftiles.c
|
$(TARGETPFX)giftiles.o : ../win/share/giftiles.c
|
||||||
$(TARGETPFX)recover.o : ../util/recover.c
|
$(TARGETPFX)recover.o : ../util/recover.c
|
||||||
$(TARGETPFX)recover.exe : $(TARGETPFX)recover.o
|
$(TARGETPFX)recover.exe : $(TARGETPFX)recover.o $(TARGETPFX)hacklib.a
|
||||||
$(TARGET_LINK) $(TARGET_LFLAGS) $(TARGETPFX)recover.o -o $@
|
$(TARGET_LINK) $(TARGET_LFLAGS) \
|
||||||
|
$(TARGETPFX)recover.o $(TARGETPFX)hacklib.a -o $@
|
||||||
endif # CROSS_SHARED
|
endif # CROSS_SHARED
|
||||||
#
|
#
|
||||||
ifdef CROSS
|
ifdef CROSS
|
||||||
|
|||||||
Reference in New Issue
Block a user