소스 검색

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 \

Loading…
취소
저장