ソースを参照

Removed make static option because dangerous

master
Pete McNeil 4年前
コミット
2a55744205
1個のファイルの変更0行の追加42行の削除
  1. 0
    42
      makefile

+ 0
- 42
makefile ファイルの表示

@@ -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 \

読み込み中…
キャンセル
保存