Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96142 | Differences between
and this patch

Collapse All | Expand All

(-)a/Osmose-0-9-96-QT.pro (-8 / +5 lines)
Lines 4-12 Link Here
4
4
5
TEMPLATE = app
5
TEMPLATE = app
6
TARGET = 
6
TARGET = 
7
DEPENDPATH += . cpu osmose unzip
7
DEPENDPATH += . cpu osmose
8
INCLUDEPATH += . cpu osmose unzip
8
INCLUDEPATH += . cpu osmose
9
LIBS += -lz -lasound
9
LIBS += -lz -lasound
10
CONFIG += link_pkgconfig
11
PKGCONFIG += minizip
10
QT+=opengl
12
QT+=opengl
11
13
12
# Input
14
# Input
Lines 44-53 HEADERS += EmulationThread.h \ Link Here
44
           osmose/VDP.h \
46
           osmose/VDP.h \
45
           osmose/VDP_GG.h \
47
           osmose/VDP_GG.h \
46
           osmose/Version.h \
48
           osmose/Version.h \
47
           osmose/WaveWriter.h \
49
           osmose/WaveWriter.h
48
           unzip/crypt.h \
49
           unzip/ioapi.h \
50
           unzip/unzip.h
51
FORMS += Configuration.ui LogWindow.ui
50
FORMS += Configuration.ui LogWindow.ui
52
SOURCES += EmulationThread.cpp \
51
SOURCES += EmulationThread.cpp \
53
           Joystick.cpp \
52
           Joystick.cpp \
Lines 84-88 SOURCES += EmulationThread.cpp \ Link Here
84
           osmose/VDP.cpp \
83
           osmose/VDP.cpp \
85
           osmose/VDP_GG.cpp \
84
           osmose/VDP_GG.cpp \
86
           osmose/WaveWriter.cpp \
85
           osmose/WaveWriter.cpp \
87
           unzip/ioapi.c \
88
           unzip/unzip.c
(-)a/osmose/MemoryMapper.h (-1 / +1 lines)
Lines 36-42 Link Here
36
#include <fstream>
36
#include <fstream>
37
#include <sstream>
37
#include <sstream>
38
#include <iomanip>
38
#include <iomanip>
39
#include "unzip/unzip.h"
39
#include "unzip.h"
40
#include "Options.h"
40
#include "Options.h"
41
#include "Definitions.h"
41
#include "Definitions.h"
42
#include "DebugEventThrower.h"
42
#include "DebugEventThrower.h"

Return to bug 96142