Skip to content

Commit 384c8e5

Browse files
committed
Treat unzip.c and ioapi.c as third party code
1 parent 083c760 commit 384c8e5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2940,6 +2940,12 @@ $(B)/client/%.o: $(OPUSFILEDIR)/src/%.c
29402940
$(B)/client/%.o: $(ZDIR)/%.c
29412941
$(DO_THIRDPARTY_CC)
29422942

2943+
$(B)/client/ioapi.o: $(CMDIR)/ioapi.c
2944+
$(DO_THIRDPARTY_CC)
2945+
2946+
$(B)/client/unzip.o: $(CMDIR)/unzip.c
2947+
$(DO_THIRDPARTY_CC)
2948+
29432949
$(B)/client/%.o: $(SDLDIR)/%.c
29442950
$(DO_CC)
29452951

@@ -3000,6 +3006,12 @@ $(B)/ded/%.o: $(CMDIR)/%.c
30003006
$(B)/ded/%.o: $(ZDIR)/%.c
30013007
$(DO_THIRDPARTY_DED_CC)
30023008

3009+
$(B)/ded/ioapi.o: $(CMDIR)/ioapi.c
3010+
$(DO_THIRDPARTY_CC)
3011+
3012+
$(B)/ded/unzip.o: $(CMDIR)/unzip.c
3013+
$(DO_THIRDPARTY_CC)
3014+
30033015
$(B)/ded/%.o: $(BLIBDIR)/%.c
30043016
$(DO_BOT_CC)
30053017

0 commit comments

Comments
 (0)