Author: ion
Date: Wed Mar 14 23:24:57 2007
New Revision: 26095
URL:
http://svn.reactos.org/svn/reactos?rev=26095&view=rev
Log:
- Cleanup the /lib directory, by putting more 3rd-party libs in /3rdparty, and by creating
a new directory called /sdk where libraries which emulate the ones in the WDK are present
(Such as uuid, nt, crt, etc).
- Removed lib/interlck and lib/string.
- Removed math routines from lib/rtl.
- Created a new library called libcntpr which is what NT/WDK use when compiling the
kernel/system libraries. This is an "NT-Private" version of the CRT which is
supposed to contain what we had in lib/string and lib/rtl.
Added:
trunk/reactos/lib/3rdparty/libwine/
- copied from r26078, trunk/reactos/lib/libwine/
trunk/reactos/lib/3rdparty/mingw/
- copied from r26078, trunk/reactos/lib/mingw/
trunk/reactos/lib/sdk/
trunk/reactos/lib/sdk/crt/
- copied from r26078, trunk/reactos/lib/crt/
trunk/reactos/lib/sdk/dxguid/
- copied from r26078, trunk/reactos/lib/dxguid/
trunk/reactos/lib/sdk/nt/
- copied from r26078, trunk/reactos/lib/nt/
trunk/reactos/lib/sdk/strmiids/
- copied from r26078, trunk/reactos/lib/strmiids/
trunk/reactos/lib/sdk/uuid/
- copied from r26078, trunk/reactos/lib/uuid/
trunk/reactos/lib/sdk/wdmguid/
- copied from r26078, trunk/reactos/lib/wdmguid/
Removed:
trunk/reactos/lib/dxguid/
trunk/reactos/lib/intrlck/
trunk/reactos/lib/libwine/
trunk/reactos/lib/mingw/
trunk/reactos/lib/nt/nt.rbuild
trunk/reactos/lib/rtl/i386/alldiv_asm.s
trunk/reactos/lib/rtl/i386/alldvrm_asm.s
trunk/reactos/lib/rtl/i386/allmul_asm.s
trunk/reactos/lib/rtl/i386/allrem_asm.s
trunk/reactos/lib/rtl/i386/allshl_asm.s
trunk/reactos/lib/rtl/i386/allshr_asm.s
trunk/reactos/lib/rtl/i386/atan_asm.s
trunk/reactos/lib/rtl/i386/aulldiv_asm.s
trunk/reactos/lib/rtl/i386/aulldvrm_asm.s
trunk/reactos/lib/rtl/i386/aullrem_asm.s
trunk/reactos/lib/rtl/i386/aullshr_asm.s
trunk/reactos/lib/rtl/i386/ceil_asm.s
trunk/reactos/lib/rtl/i386/chkstk_asm.s
trunk/reactos/lib/rtl/i386/cos_asm.s
trunk/reactos/lib/rtl/i386/fabs_asm.s
trunk/reactos/lib/rtl/i386/floor_asm.s
trunk/reactos/lib/rtl/i386/ftol_asm.s
trunk/reactos/lib/rtl/i386/log_asm.s
trunk/reactos/lib/rtl/i386/pow_asm.s
trunk/reactos/lib/rtl/i386/seh.s
trunk/reactos/lib/rtl/i386/sin_asm.s
trunk/reactos/lib/rtl/i386/sqrt_asm.s
trunk/reactos/lib/rtl/i386/tan_asm.s
trunk/reactos/lib/string/
trunk/reactos/lib/strmiids/
trunk/reactos/lib/uuid/
trunk/reactos/lib/wdmguid/
Modified:
trunk/reactos/base/applications/cmdutils/more/more.c
trunk/reactos/base/applications/cmdutils/more/more.rbuild
trunk/reactos/boot/freeldr/freeldr/freeldr.rbuild
trunk/reactos/boot/freeldr/freeldr/setupldr.rbuild
trunk/reactos/dll/ntdll/ntdll.rbuild
trunk/reactos/dll/win32/crtdll/crtdll.rbuild
trunk/reactos/dll/win32/msvcrt/msvcrt.rbuild
trunk/reactos/dll/win32/msvcrt20/msvcrt20.rbuild
trunk/reactos/drivers/video/displays/framebuf/framebuf.rbuild
trunk/reactos/lib/3rdparty/3rdparty.rbuild
trunk/reactos/lib/cmlib/cmlib.rbuild
trunk/reactos/lib/lib.rbuild
trunk/reactos/lib/rtl/rtl.rbuild
trunk/reactos/lib/sdk/crt/crt.rbuild
trunk/reactos/ntoskrnl/ntoskrnl.rbuild
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/base/applications/cmdutils/more/more.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/cmdutils…
Modified: trunk/reactos/base/applications/cmdutils/more/more.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/cmdutils…
Modified: trunk/reactos/boot/freeldr/freeldr/freeldr.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/freel…
Modified: trunk/reactos/boot/freeldr/freeldr/setupldr.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/setup…
Modified: trunk/reactos/dll/ntdll/ntdll.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/ntdll/ntdll.rbuild?rev…
Modified: trunk/reactos/dll/win32/crtdll/crtdll.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/crtdll/crtdll.rb…
Modified: trunk/reactos/dll/win32/msvcrt/msvcrt.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt/msvcrt.rb…
Modified: trunk/reactos/dll/win32/msvcrt20/msvcrt20.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt20/msvcrt2…
Modified: trunk/reactos/drivers/video/displays/framebuf/framebuf.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/displays/fra…
Modified: trunk/reactos/lib/3rdparty/3rdparty.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/3rdparty.rbui…
Modified: trunk/reactos/lib/cmlib/cmlib.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/cmlib/cmlib.rbuild?rev…
Modified: trunk/reactos/lib/lib.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/lib.rbuild?rev=26095&a…
Removed: trunk/reactos/lib/nt/nt.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/nt/nt.rbuild?rev=26094…
Removed: trunk/reactos/lib/rtl/i386/alldiv_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/alldiv_asm.s?…
Removed: trunk/reactos/lib/rtl/i386/alldvrm_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/alldvrm_asm.s…
Removed: trunk/reactos/lib/rtl/i386/allmul_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/allmul_asm.s?…
Removed: trunk/reactos/lib/rtl/i386/allrem_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/allrem_asm.s?…
Removed: trunk/reactos/lib/rtl/i386/allshl_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/allshl_asm.s?…
Removed: trunk/reactos/lib/rtl/i386/allshr_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/allshr_asm.s?…
Removed: trunk/reactos/lib/rtl/i386/atan_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/atan_asm.s?re…
Removed: trunk/reactos/lib/rtl/i386/aulldiv_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/aulldiv_asm.s…
Removed: trunk/reactos/lib/rtl/i386/aulldvrm_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/aulldvrm_asm.…
Removed: trunk/reactos/lib/rtl/i386/aullrem_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/aullrem_asm.s…
Removed: trunk/reactos/lib/rtl/i386/aullshr_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/aullshr_asm.s…
Removed: trunk/reactos/lib/rtl/i386/ceil_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/ceil_asm.s?re…
Removed: trunk/reactos/lib/rtl/i386/chkstk_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/chkstk_asm.s?…
Removed: trunk/reactos/lib/rtl/i386/cos_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/cos_asm.s?rev…
Removed: trunk/reactos/lib/rtl/i386/fabs_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/fabs_asm.s?re…
Removed: trunk/reactos/lib/rtl/i386/floor_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/floor_asm.s?r…
Removed: trunk/reactos/lib/rtl/i386/ftol_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/ftol_asm.s?re…
Removed: trunk/reactos/lib/rtl/i386/log_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/log_asm.s?rev…
Removed: trunk/reactos/lib/rtl/i386/pow_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/pow_asm.s?rev…
Removed: trunk/reactos/lib/rtl/i386/seh.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/seh.s?rev=260…
Removed: trunk/reactos/lib/rtl/i386/sin_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/sin_asm.s?rev…
Removed: trunk/reactos/lib/rtl/i386/sqrt_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/sqrt_asm.s?re…
Removed: trunk/reactos/lib/rtl/i386/tan_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/tan_asm.s?rev…
Modified: trunk/reactos/lib/rtl/rtl.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/rtl.rbuild?rev=260…
Modified: trunk/reactos/lib/sdk/crt/crt.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/crt.rbuild?rev…
Modified: trunk/reactos/ntoskrnl/ntoskrnl.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ntoskrnl.rbuild?r…