From d1915fcb598b921a0a8737c1aa6d90d0f7fcadd4 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Fri, 23 Jan 2004 10:47:22 +0000 Subject: [PATCH] Implement basic administrator account creation and logon. This is neither safe nor NT-compatible. svn path=/trunk/; revision=7838 --- reactos/Makefile | 7 ++++--- reactos/baseaddress.cfg | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 7cd2ac0033a..1bcb616a9a1 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -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 diff --git a/reactos/baseaddress.cfg b/reactos/baseaddress.cfg index 9fc060f5f6a..55c23f81137 100644 --- a/reactos/baseaddress.cfg +++ b/reactos/baseaddress.cfg @@ -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