이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
lolengine
/
lol
의 미러
https://github.com/lolengine/lol
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
소스 검색
build: fix a shitload of build errors introduced by the Image refactoring
and the OS X port.
legacy
Sam Hocevar
sam
13 년 전
부모
356917292d
커밋
abbf9ba44c
8개의 변경된 파일
과
8개의 추가작업
그리고
5개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
build/lol-build
+1
-1
src/image/codec/android-image.cpp
+1
-0
src/image/codec/ios-image.cpp
+1
-0
src/image/codec/ps3-image.cpp
+1
-1
test/benchsuite.cpp
+1
-1
test/debug/quad.cpp
+1
-1
test/debug/sandbox.cpp
+1
-1
test/testsuite.cpp
+ 1
- 0
build/lol-build
파일 보기
@@ -16,6 +16,7 @@
# - linux-i386
# - linux-amd64
# - ios-arm
# - osx-amd64
# - android-arm
# - ps3-ppu
# - windows-i386
+ 1
- 1
src/image/codec/android-image.cpp
파일 보기
@@ -20,7 +20,7 @@
#include <android/log.h>
#include "core.h"
#include "image-private.h"
#include "image
/image
-private.h"
using namespace std;
+ 1
- 0
src/image/codec/ios-image.cpp
파일 보기
@@ -18,6 +18,7 @@
#import <UIKit/UIKit.h>
#include "core.h"
#include "image/image-private.h"
using namespace std;
+ 1
- 0
src/image/codec/ps3-image.cpp
파일 보기
@@ -20,6 +20,7 @@
#include <cell/codec/pngdec.h>
#include "core.h"
#include "image/image-private.h"
using namespace std;
+ 1
- 1
test/benchsuite.cpp
파일 보기
@@ -14,7 +14,7 @@
#include <cstdio>
#if USE_SDL
#if USE_SDL
&& defined __APPLE__
# include <SDL_main.h>
#endif
+ 1
- 1
test/debug/quad.cpp
파일 보기
@@ -28,7 +28,7 @@ using namespace lol;
# include "platform/sdl/sdlinput.h"
#endif
#if USE_SDL
#if USE_SDL
&& defined __APPLE__
# include <SDL_main.h>
#endif
+ 1
- 1
test/debug/sandbox.cpp
파일 보기
@@ -12,7 +12,7 @@
# include "config.h"
#endif
#if USE_SDL
#if USE_SDL
&& defined __APPLE__
# include <SDL_main.h>
#endif
+ 1
- 1
test/testsuite.cpp
파일 보기
@@ -15,7 +15,7 @@
#include <cstdio>
#include <cstdlib>
#if USE_SDL
#if USE_SDL
&& defined __APPLE__
# include <SDL_main.h>
#endif
쓰기
미리보기
불러오는 중...
취소
저장