There was an error while loading. Please reload this page.
1 parent 083c760 commit 384c8e5Copy full SHA for 384c8e5
1 file changed
Makefile
@@ -2940,6 +2940,12 @@ $(B)/client/%.o: $(OPUSFILEDIR)/src/%.c
2940
$(B)/client/%.o: $(ZDIR)/%.c
2941
$(DO_THIRDPARTY_CC)
2942
2943
+$(B)/client/ioapi.o: $(CMDIR)/ioapi.c
2944
+ $(DO_THIRDPARTY_CC)
2945
+
2946
+$(B)/client/unzip.o: $(CMDIR)/unzip.c
2947
2948
2949
$(B)/client/%.o: $(SDLDIR)/%.c
2950
$(DO_CC)
2951
@@ -3000,6 +3006,12 @@ $(B)/ded/%.o: $(CMDIR)/%.c
3000
3006
$(B)/ded/%.o: $(ZDIR)/%.c
3001
3007
$(DO_THIRDPARTY_DED_CC)
3002
3008
3009
+$(B)/ded/ioapi.o: $(CMDIR)/ioapi.c
3010
3011
3012
+$(B)/ded/unzip.o: $(CMDIR)/unzip.c
3013
3014
3003
3015
$(B)/ded/%.o: $(BLIBDIR)/%.c
3004
3016
$(DO_BOT_CC)
3005
3017
0 commit comments