aboutsummaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authorJames Brown2002-04-19 11:12:27 +0000
committerJames Brown2002-04-19 11:12:27 +0000
commit89d957090e977e73a9ef314d647e4cded3710bdb (patch)
tree047dba4772978b9ede3b459e3faa11df3759e6bf /wince
parentd8d136b92b50494f32168531dab82c195c80f43a (diff)
downloadscummvm-rg350-89d957090e977e73a9ef314d647e4cded3710bdb.tar.gz
scummvm-rg350-89d957090e977e73a9ef314d647e4cded3710bdb.tar.bz2
scummvm-rg350-89d957090e977e73a9ef314d647e4cded3710bdb.zip
Use relative include paths to easy some ports.
svn-id: r4005
Diffstat (limited to 'wince')
-rwxr-xr-xwince/PocketSCUMM.vcc28
-rw-r--r--wince/pocketpc.cpp2
2 files changed, 28 insertions, 2 deletions
diff --git a/wince/PocketSCUMM.vcc b/wince/PocketSCUMM.vcc
index 27f3c70eaf..2fff553954 100755
--- a/wince/PocketSCUMM.vcc
+++ b/wince/PocketSCUMM.vcc
@@ -10,9 +10,11 @@ LastPage=0
ClassCount=0
-ResourceCount=2
+ResourceCount=4
Resource1=IDD_GAMESELECT (English (U.S.))
Resource2=IDM_MENU (English (U.S.))
+Resource3=IDD_GAMESELECT
+Resource4=IDM_MENU
[DLG:IDD_GAMESELECT (English (U.S.))]
Type=1
@@ -37,3 +39,27 @@ Command5=IDC_SKIP
Command6=IDC_SOUND
CommandCount=6
+
+[DLG:IDD_GAMESELECT]
+Type=1
+Class=?
+ControlCount=7
+Control1=IDC_LISTAVAILABLE,listbox,1352728833
+Control2=IDC_STATIC,static,1342177806
+Control3=IDC_GAMEDESC,static,1342308352
+Control4=IDC_PLAY,button,1342242816
+Control5=IDC_FILEPATH,static,1342308352
+Control6=IDC_SCAN,button,1342242816
+Control7=IDC_EXIT,button,1342242816
+
+[MNU:IDM_MENU]
+Type=1
+Class=?
+Command1=IDC_LOADSAVE
+Command2=IDC_OPTIONS
+Command3=IDC_EXIT
+Command4=IDC_LANDSCAPE
+Command5=IDC_SKIP
+Command6=IDC_SOUND
+CommandCount=6
+
diff --git a/wince/pocketpc.cpp b/wince/pocketpc.cpp
index edc174498f..1ce292bacb 100644
--- a/wince/pocketpc.cpp
+++ b/wince/pocketpc.cpp
@@ -23,7 +23,7 @@
#include "scumm.h"
#include "screen.h"
#include "gui.h"
-#include "mididrv.h"
+#include "sound/mididrv.h"
#include "gameDetector.h"
#include "simon/simon.h"
#include "gapi_keys.h"