OSDN Git Service

and another fix...
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Fri, 17 Dec 2010 22:45:45 +0000 (22:45 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Fri, 17 Dec 2010 22:45:45 +0000 (22:45 +0000)
gdx/jni/gdx2d/Android.mk
gdx/jni/gdx2d/gdx2d.c

index 0f4b1bb..7f05bd2 100644 (file)
@@ -1,2 +1,3 @@
 GDX_SRC_FILES += gdx2d/gdx2d.c \\r
+                                gdx2d/stb_image.c \\r
                                 gdx2d/Gdx2DPixmap.cpp
\ No newline at end of file
index c71b5af..0fb015e 100644 (file)
@@ -12,6 +12,7 @@
  */\r
 #include "gdx2d.h"\r
 #define STB_TRUETYPE_IMPLEMENTATION\r
+#define STBI_HEADER_FILE_ONLY\r
 #define STBI_NO_FAILURE_STRINGS\r
 #include "stb_image.c"\r
 #include "stb_truetype.h"\r