diff options
| author | Alexander Pickering <alex@cogarr.net> | 2018-06-24 13:36:56 -0600 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2018-06-24 13:36:56 -0600 |
| commit | 1e91298e1756f85dca44e7fbe4aacd5cf40acd7a (patch) | |
| tree | 490c99081cc6114b23eb4960779dd07022807eb3 /Makefile | |
| parent | 3bbc1695f48e2b450023b96abdc26a0ce894f4cf (diff) | |
| download | brokengine-1e91298e1756f85dca44e7fbe4aacd5cf40acd7a.tar.gz brokengine-1e91298e1756f85dca44e7fbe4aacd5cf40acd7a.tar.bz2 brokengine-1e91298e1756f85dca44e7fbe4aacd5cf40acd7a.zip | |
Updated makefile for static builds
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -213,8 +213,8 @@ $(CLIENT_BUILD)hashmap.o : $(CLIENT_SRC)util/hashmap.c $(CLIENT_SRC)util/hashmap #end compile client #compile server -$(SERVER_PATH) : $(SERVER_BUILD)main.o $(SERVER_BUILD)hashmap.o $(SERVER_BUILD)common.o $(SERVER_BUILD)physcommon.o $(SERVER_BUILD)load_net.o $(SERVER_BUILD)load_phys.o - $(CC) -static -o $(SERVER_PATH) $(CFLAGS) $(SERVER_BUILD)*.o $(SLIBS) +$(SERVER_PATH) : $(SERVER_BUILD)main.o $(SERVER_BUILD)hashmap.o $(SERVER_BUILD)common.o $(SERVER_BUILD)physcommon.o $(SERVER_BUILD)load_net.o $(SERVER_BUILD)load_phys.o + $(CC) $(CFLAGS) -o $(SERVER_PATH) $(SERVER_BUILD)*.o $(LIBRARIES) $(STATIC_LIBS) $(SLIBS) $(LDFLAGS) $(SERVER_BUILD)main.o : $(SERVER_SRC)main.cpp $(SERVER_SRC)testclient.cpp $(CC) $(CFLAGS) -c -o $(SERVER_BUILD)main.o $(SERVER_SRC)main.cpp |
