diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2023-04-14 20:24:20 -0500 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2023-04-14 20:24:20 -0500 |
| commit | 787cb055d624301c96abb5076366b3613414e2f7 (patch) | |
| tree | 936bf736cff2356c6fbb82710b20de104fc71c3a | |
| parent | d680704b82c981eca0993f5e02c5fc4eb6d7daf8 (diff) | |
| download | brokengine-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
| -rw-r--r-- | Makefile.win | 2 |
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 |
