mirror of https://github.com/PCSX2/pcsx2.git
[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:
parent
2e3ca85647
commit
9522b1b9e4
|
@ -23,6 +23,7 @@
|
|||
|
||||
#define CDVDdefs
|
||||
#include "PS2Edefs.h"
|
||||
#include "PS2Eext.h"
|
||||
|
||||
#ifdef __LINUX__
|
||||
#include <gtk/gtk.h>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue