aboutsummaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2023-04-14 20:24:20 -0500
committerAlexander M Pickering <alex@cogarr.net>2023-04-14 20:24:20 -0500
commit787cb055d624301c96abb5076366b3613414e2f7 (patch)
tree936bf736cff2356c6fbb82710b20de104fc71c3a /Makefile.win
parentd680704b82c981eca0993f5e02c5fc4eb6d7daf8 (diff)
downloadbrokengine-787cb055d624301c96abb5076366b3613414e2f7.tar.gz
brokengine-787cb055d624301c96abb5076366b3613414e2f7.tar.bz2
brokengine-787cb055d624301c96abb5076366b3613414e2f7.zip
Less explicit dependencies
Be less explicit about the names of libararies for building windows binaries
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win2
1 files changed, 1 insertions, 1 deletions
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