소스 검색

neercs: disable neercs build on Windows for now.

master
Sam Hocevar 12 년 전
부모
커밋
4b78bf2a54
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      neercs/Makefile.am

+ 2
- 2
neercs/Makefile.am 파일 보기

@@ -1,5 +1,5 @@

if USE_CACA
if BUILD_NEERCS
noinst_PROGRAMS = neercs
endif

@@ -20,7 +20,7 @@ neercs_LDFLAGS = $(top_builddir)/src/liblol.a \
@LOL_LIBS@ @PIPI_LIBS@ @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@
neercs_DEPENDENCIES = $(top_builddir)/src/liblol.a

if USE_CACA
if BUILD_NEERCS
all-local: neercs$(EXEEXT)
test $(MAKE_FSELF) = no || make_fself neercs$(EXEEXT) neercs.self
endif


불러오는 중...
취소
저장