It's now possible to build each module individually (as a DLL).

This commit is contained in:
rude
2009-08-04 19:57:14 +02:00
parent 524ef5e118
commit 8e681b4204
59 changed files with 5315 additions and 400 deletions
+3
View File
@@ -22,6 +22,7 @@
#define LOVE_SOUND_WRAP_SOUND_H
// LOVE
#include <common/config.h>
#include "Sound.h"
#include "wrap_SoundData.h"
#include "wrap_Decoder.h"
@@ -38,3 +39,5 @@ namespace sound
} // love
#endif // LOVE_SOUND_WRAP_SOUND_H
extern "C" LOVE_EXPORT int luaopen_love_sound(lua_State * L);