이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
cacalabs
/
neercs
의 미러
https://github.com/cacalabs/neercs.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
소스 검색
build: sync with latest Lol Engine
master
Sam Hocevar
8 년 전
부모
f1b532c412
커밋
64e47b0026
3개의 변경된 파일
과
9개의 추가작업
그리고
7개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-5
configure.ac
+1
-1
lol
+1
-1
neercs/neercs.cpp
+ 7
- 5
configure.ac
파일 보기
@@ -18,6 +18,13 @@ AC_PROG_CXX
AM_PROG_LIBTOOL
AC_LIBTOOL_CXX
AC_CONFIG_HEADER(config.h)
AC_CONFIG_FILES(
[Makefile
neercs/Makefile
])
dnl
dnl Inherit all Lol Engine checks
dnl
@@ -51,10 +58,5 @@ dnl
dnl Perform the actual commands
dnl
AC_CONFIG_FILES(
[Makefile
neercs/Makefile
])
AC_OUTPUT
+ 1
- 1
lol
@@ -1 +1 @@
Subproject commit
e27698f8ec9a606b6a012f9d33392790905f3728
Subproject commit
37c8949b4064b56943c1db0b161426c6cbc35c52
+ 1
- 1
neercs/neercs.cpp
파일 보기
@@ -51,7 +51,7 @@ Neercs::~Neercs()
int main(int argc, char **argv)
{
System::I
nit(argc, argv);
sys::i
nit(argc, argv);
Application app("Neercs", ivec2(800, 600), 60.0f);
쓰기
미리보기
불러오는 중...
취소
저장