some scons fixes

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1425 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-12-07 17:09:40 +00:00
parent 3f4d2633dd
commit fcfb8ffdd5
7 changed files with 26 additions and 23 deletions

View File

@ -18,6 +18,7 @@
#ifndef _GLOBALS_H
#define _GLOBALS_H
#include "Common.h"
enum
{
IDM_LOADSTATE = 200,
@ -87,7 +88,7 @@ enum
//#include <wx/wxprec.h>
//#ifndef WX_PRECOMP
#if !defined(OSX64)
#if defined(HAVE_WX) && HAVE_WX
#include <wx/wx.h>
//#endif
@ -127,5 +128,5 @@ enum
),
extern const wxEventType wxEVT_HOST_COMMAND;
#endif //apple 64bit
#endif
#endif