소스 검색

build: fix the editor building on mingw32.

legacy
Sam Hocevar sam 13 년 전
부모
커밋
510cea73d2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      build-mingw

+ 2
- 0
build-mingw 파일 보기

@@ -7,6 +7,8 @@ set -e
PATH="$PATH:./contrib/gtk-2.22.1/bin"
M4PATH="./contrib/gtk-2.22.1/share/aclocal"
export M4PATH # This looks necessary
PKG_CONFIG_PATH="$PKG_CONFIG_PATH:`pwd`/contrib/gtkglarea-2.0.1/lib/pkgconfig"
export PKG_CONFIG_PATH # This looks necessary, too

# SDL include path
CPPFLAGS="$CPPFLAGS -I`pwd`/contrib/sdl-1.2.14/include"


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