Place conditional compile for frontend.c inside Griffin

This commit is contained in:
twinaphex 2013-07-06 20:29:11 +02:00
parent a442e30c71
commit e60f907ec6
2 changed files with 2 additions and 4 deletions

View File

@ -14,8 +14,6 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#if defined(RARCH_CONSOLE) || defined(__QNX__) && !defined(HAVE_BB10)
#include "../general.h"
#include "../conf/config_file.h"
#include "../file.h"
@ -133,5 +131,3 @@ int main(int argc, char *argv[])
return 0;
#endif
}
#endif

View File

@ -415,7 +415,9 @@ MAIN
#include "../frontend/frontend_objc.c"
#endif
#if defined(RARCH_CONSOLE) || defined(__QNX__) && !defined(HAVE_BB10)
#include "../frontend/frontend.c"
#endif
/*============================================================
RETROARCH