このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
lolengine
/
lol
ミラー元
https://github.com/lolengine/lol
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存