From 787cb055d624301c96abb5076366b3613414e2f7 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 14 Apr 2023 20:24:20 -0500 Subject: Less explicit dependencies Be less explicit about the names of libararies for building windows binaries --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index f6c5452..32706ac 100644 --- a/Makefile.win +++ b/Makefile.win @@ -71,7 +71,7 @@ documentation: test: busted -bin/client/bin/brokengine_client.exe : $(client_objs) $(shared_objs) $(lib_objs) +bin/client/bin/brokengine_client.exe : $(client_objs) $(shared_objs) #$(lib_objs) $(Q)echo "Linking $@" $(Q)$(LD) $(LDFLAGS) -o $@ $^ $(CLIENT_LIB_DIRS) $(CLIENT_LIBS) # -Wl,--verbose -- cgit v1.2.3-70-g09d2