|
@@ -137,50 +137,29 @@
|
|
|
# define LOVE_LITTLE_ENDIAN 1
|
|
|
# endif
|
|
|
#else
|
|
|
+# define LOVE_ENABLE_LOVE
|
|
|
# define LOVE_ENABLE_AUDIO
|
|
|
-# define LOVE_ENABLE_AUDIO_NULL
|
|
|
-# define LOVE_ENABLE_AUDIO_OPENAL
|
|
|
-# define LOVE_ENABLE_BOX2D
|
|
|
-# define LOVE_ENABLE_DDSPARSE
|
|
|
-# define LOVE_ENABLE_ENET
|
|
|
# define LOVE_ENABLE_EVENT
|
|
|
-# define LOVE_ENABLE_EVENT_SDL
|
|
|
# define LOVE_ENABLE_FILESYSTEM
|
|
|
-# define LOVE_ENABLE_FILESYSTEM_PHYSFS
|
|
|
# define LOVE_ENABLE_FONT
|
|
|
-# define LOVE_ENABLE_FONT_FREETYPE
|
|
|
# define LOVE_ENABLE_GRAPHICS
|
|
|
-# define LOVE_ENABLE_GRAPHICS_OPENGL
|
|
|
# define LOVE_ENABLE_IMAGE
|
|
|
-# define LOVE_ENABLE_IMAGE_MAGPIE
|
|
|
# define LOVE_ENABLE_JOYSTICK
|
|
|
-# define LOVE_ENABLE_JOYSTICK_SDL
|
|
|
# define LOVE_ENABLE_KEYBOARD
|
|
|
-# define LOVE_ENABLE_KEYBOARD_SDL
|
|
|
-# define LOVE_ENABLE_LOVE
|
|
|
-# define LOVE_ENABLE_LUASOCKET
|
|
|
-# define LOVE_ENABLE_LUAUTF8
|
|
|
# define LOVE_ENABLE_MATH
|
|
|
# define LOVE_ENABLE_MOUSE
|
|
|
-# define LOVE_ENABLE_MOUSE_SDL
|
|
|
-# define LOVE_ENABLE_NOISE1234
|
|
|
# define LOVE_ENABLE_PHYSICS
|
|
|
-# define LOVE_ENABLE_PHYSICS_BOX2D
|
|
|
# define LOVE_ENABLE_SOUND
|
|
|
-# define LOVE_ENABLE_SOUND_LULLABY
|
|
|
# define LOVE_ENABLE_SYSTEM
|
|
|
-# define LOVE_ENABLE_SYSTEM_SDL
|
|
|
# define LOVE_ENABLE_THREAD
|
|
|
-# define LOVE_ENABLE_THREAD_SDL
|
|
|
# define LOVE_ENABLE_TIMER
|
|
|
# define LOVE_ENABLE_TOUCH
|
|
|
-# define LOVE_ENABLE_TOUCH_SDL
|
|
|
-# define LOVE_ENABLE_UTF8
|
|
|
# define LOVE_ENABLE_VIDEO
|
|
|
-# define LOVE_ENABLE_VIDEO_THEORA
|
|
|
# define LOVE_ENABLE_WINDOW
|
|
|
-# define LOVE_ENABLE_WINDOW_SDL
|
|
|
-# define LOVE_ENABLE_WUFF
|
|
|
+
|
|
|
+# define LOVE_ENABLE_ENET
|
|
|
+# define LOVE_ENABLE_LUASOCKET
|
|
|
+# define LOVE_ENABLE_LUAUTF8
|
|
|
#endif
|
|
|
|
|
|
// Check we have a sane configuration
|