ce changes (from <Someone>)

The following files are gone (sys\wince):
- stat.h (moved to ceinc\sys\stat.h)
- fcntl.h (moved to ceinc\fcntl.h)
- errno.h (moved to ceinc\errno.h)
- assert.h (moved to ceinc\assert.h)

The following files were added:
- mhtxtbuf.c
- mhtxtbuf.h
- menubar.uu
- ceinc
- ceinc\sys
- ceinc\fcntl.h
- ceinc\errno.h
- ceinc\assert.h
- ceinc\sys\stat.h

CE notes:

Fixes:
- added new options "wraptext", "fullscreen" and "softkeyboard"
- CE341-1 fix ("wraptext" option)
- hide map scrollbars on Smartphone
- added View->Options menu
- PocketPC: added "Fit to screen" and "Show/Hide keypad" icons
  on the menu bar
- Smartphone: '<', '>' keys were mapped incorrectly
- build: use source files directly from <buildroot>\sys\wince instead of
  copying them to <buildroot>\wince\
This commit is contained in:
nethack.allison
2003-08-01 12:06:43 +00:00
parent 31a2c8cefa
commit b85ff22c1f
29 changed files with 668 additions and 138236 deletions

29
Files
View File

@@ -175,17 +175,24 @@ vmsmisc.c vmstty.c vmsunix.c
sys/wince:
(files for Windows CE and PocketPC)
Install.ce assert.h bootstrp.mak celib.c cesetup.bat
cesound.c defaults.nh errno.h fcntl.h hpc.vcp
keypad.uu mhaskyn.c mhaskyn.h mhcmd.c mhcmd.h
mhcolor.c mhcolor.h mhdlg.c mhdlg.h mhfont.c
mhfont.h mhinput.c mhinput.h mhmain.c mhmain.h
mhmap.c mhmap.h mhmenu.c mhmenu.h mhmsg.h
mhmsgwnd.c mhmsgwnd.h mhrip.c mhrip.h mhstatus.c
mhstatus.h mhtext.c mhtext.h mswproc.c newres.h
palmpc.vcp pocketpc.vcp resource.h smartphn.vcp stat.h
winMS.h wince.vcw winhack.c winhack.rc winhcksp.rc
winmain.c
Install.ce bootstrp.mak celib.c cesetup.bat cesound.c
defaults.nh hpc.vcp menubar.uu keypad.uu mhaskyn.c
mhaskyn.h mhcmd.c mhcmd.h mhcolor.c mhcolor.h
mhdlg.c mhdlg.h mhfont.c mhfont.h mhinput.c
mhinput.h mhmain.c mhmain.h mhmap.c mhmap.h
mhmenu.c mhmenu.h mhmsg.h mhmsgwnd.c mhmsgwnd.h
mhrip.c mhrip.h mhstatus.c mhstatus.h mhtext.c
mhtext.h mhtxtbuf.c mhtxtbuf.h mswproc.c newres.h
palmpc.vcp pocketpc.vcp resource.h smartphn.vcp winMS.h
wince.vcw winhack.c winhack.rc winhcksp.rc winmain.c
sys/wince/ceinc:
(header files for Windows CE and PocketPC)
assert.h errno.h fcntl.h
sys/wince/ceinc/sys:
(sys/stat.h for Windows CE and PocketPC)
stat.h
sys/winnt:
(files for Windows 9x, NT and Windows2000 version)