Implement basic administrator account creation and logon.

This is neither safe nor NT-compatible.

svn path=/trunk/; revision=7838
This commit is contained in:
Eric Kohl 2004-01-23 10:47:22 +00:00
parent ffad6ce8ff
commit d1915fcb59
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.206 2004/01/19 15:56:53 navaraf Exp $
# $Id: Makefile,v 1.207 2004/01/23 10:47:22 ekohl Exp $
#
# Global makefile
#
@ -43,8 +43,9 @@ DLLS_KBD = kbdus kbdgr kbdfr kbduk
# imagehlp imm32
DLLS = advapi32 cabinet cards comctl32 crtdll comdlg32 d3d8thk fmifs freetype gdi32 \
imm32 iphlpapi kernel32 lzexpand msafd msgina msimg32 msvcrt msvcrt20 mswsock ntdll \
ole32 oledlg packet psapi richedit rpcrt4 secur32 shell32 shlwapi syssetup twain \
unicode user32 userenv version winmm winspool ws2help ws2_32 wsock32 wshirda snmpapi\
ole32 oledlg packet psapi richedit rpcrt4 samlib secur32 shell32 shlwapi snmpapi \
syssetup twain unicode user32 userenv version winmm winspool ws2help ws2_32 wsock32 \
wshirda \
$(DLLS_KBD)
SUBSYS = smss win32k csrss ntvdm

View file

@ -14,6 +14,7 @@ lib/mswsock TARGET_BASE=0x71a30000
lib/ntdll TARGET_BASE=0x77f60000
lib/ole32 TARGET_BASE=0x77a50000
lib/oleaut32 TARGET_BASE=0x76260000
lib/samlib TARGET_BASE=0x777e0000
lib/secur32 TARGET_BASE=0x10000000
lib/shell32 TARGET_BASE=0x77260000
lib/syssetup TARGET_BASE=0x74A30000