[Scummvm-cvs-logs] CVS: scummvm/wince PocketSCUMM.vcc,1.1,1.2 pocketpc.cpp,1.9,1.10

James Brown ender at users.sourceforge.net
Fri Apr 19 04:13:12 CEST 2002


Update of /cvsroot/scummvm/scummvm/wince
In directory usw-pr-cvs1:/tmp/cvs-serv12043/wince

Modified Files:
	PocketSCUMM.vcc pocketpc.cpp 
Log Message:
Use relative include paths to easy some ports.



Index: PocketSCUMM.vcc
===================================================================
RCS file: /cvsroot/scummvm/scummvm/wince/PocketSCUMM.vcc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PocketSCUMM.vcc	14 Mar 2002 22:37:50 -0000	1.1
--- PocketSCUMM.vcc	19 Apr 2002 11:12:27 -0000	1.2
***************
*** 2,17 ****
  
  [General Info]
! Version=1
! LastClass=
! LastTemplate=CDialog
! NewFileInclude1=#include "stdafx.h"
! NewFileInclude2=#include "pocketscumm.h"
! LastPage=0
  
! ClassCount=0
  
! ResourceCount=2
! Resource1=IDD_GAMESELECT (English (U.S.))
! Resource2=IDM_MENU (English (U.S.))
  
  [DLG:IDD_GAMESELECT (English (U.S.))]
--- 2,19 ----
  
  [General Info]
! Version=1
! LastClass=
! LastTemplate=CDialog
! NewFileInclude1=#include "stdafx.h"
! NewFileInclude2=#include "pocketscumm.h"
! LastPage=0
  
! ClassCount=0
  
! 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.))]
***************
*** 38,39 ****
--- 40,65 ----
  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
+ 

Index: pocketpc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/wince/pocketpc.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pocketpc.cpp	19 Apr 2002 06:23:49 -0000	1.9
--- pocketpc.cpp	19 Apr 2002 11:12:27 -0000	1.10
***************
*** 24,28 ****
  #include "screen.h"
  #include "gui.h"
! #include "mididrv.h"
  #include "gameDetector.h"
  #include "simon/simon.h"
--- 24,28 ----
  #include "screen.h"
  #include "gui.h"
! #include "sound/mididrv.h"
  #include "gameDetector.h"
  #include "simon/simon.h"





More information about the Scummvm-git-logs mailing list