Procházet zdrojové kódy

Removed make static option because dangerous

master
Pete McNeil před 4 roky
rodič
revize
2a55744205
1 změnil soubory, kde provedl 0 přidání a 42 odebrání
  1. 0
    42
      makefile

+ 0
- 42
makefile Zobrazit soubor

@@ -43,48 +43,6 @@ target: main.o \
snfNETmgr.o \
snfXCImgr.o

static: main.o \
base64codec.o \
configuration.o \
mangler.o \
networking.o \
timing.o \
threading.o \
snf_HeaderFinder.o \
snf_xci.o \
snf_sync.o \
snf_saccades.o \
snf_engine.o \
SNFMulti.o \
GBUdb.o \
FilterChain.o \
snfCFGmgr.o \
snfGBUdbmgr.o \
snfLOGmgr.o \
snfNETmgr.o \
snfXCImgr.o
$(CXX) $(CXXFLAGS) -static -o bin/SNFServer \
main.o \
base64codec.o \
configuration.o \
mangler.o \
networking.o \
timing.o \
threading.o \
snf_HeaderFinder.o \
snf_xci.o \
snf_sync.o \
snf_saccades.o \
snf_engine.o \
SNFMulti.o \
GBUdb.o \
FilterChain.o \
snfCFGmgr.o \
snfGBUdbmgr.o \
snfLOGmgr.o \
snfNETmgr.o \
snfXCImgr.o

main.o: SNFServer/main.cpp \
CodeDweller/timing.hpp \
CodeDweller/networking.hpp \

Načítá se…
Zrušit
Uložit