[CDVDnull]

* include a common file to define sysmessage
* Do not compile useless CDVDnull/Linux/* files


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3460 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2010-07-11 10:45:14 +00:00
parent 2e3ca85647
commit 9522b1b9e4
2 changed files with 16 additions and 14 deletions

View File

@ -23,6 +23,7 @@
#define CDVDdefs
#include "PS2Edefs.h"
#include "PS2Eext.h"
#ifdef __LINUX__
#include <gtk/gtk.h>

View File

@ -45,19 +45,19 @@ set(CDVDnullSources
set(CDVDnullHeaders
CDVD.h)
# CDVDnull Linux sources
set(CDVDnullLinuxSources
Linux/callbacks.c
Linux/Config.cpp
Linux/interface.c
Linux/support.c)
# # CDVDnull Linux sources
# set(CDVDnullLinuxSources
# Linux/callbacks.c
# Linux/Config.cpp
# Linux/interface.c
# Linux/support.c)
# CDVDnull Linux headers
set(CDVDnullLinuxHeaders
Linux/callbacks.h
Linux/Config.h
Linux/interface.h
Linux/support.h)
# # CDVDnull Linux headers
# set(CDVDnullLinuxHeaders
# Linux/callbacks.h
# Linux/Config.h
# Linux/interface.h
# Linux/support.h)
# CDVDnull Windows sources
set(CDVDnullWindowsSources
@ -75,8 +75,9 @@ include_directories(.)
add_library(${CDVDnullName} SHARED
${CDVDnullSources}
${CDVDnullHeaders}
${CDVDnullLinuxSources}
${CDVDnullLinuxHeaders})
#${CDVDnullLinuxSources}
#${CDVDnullLinuxHeaders}
)
# Force the linker into 32 bits mode
target_link_libraries(${CDVDnullName} -m32)