Author: jcatena
Date: Thu Feb 11 14:17:14 2010
New Revision: 45572
URL:
http://svn.reactos.org/svn/reactos?rev=45572&view=rev
Log:
[ntos] msvc: path to rules files in vcprojs fixed
Modified:
branches/jcatena-branch/_jc_changelog.txt
branches/jcatena-branch/lib/rtl/rtl.vcproj
branches/jcatena-branch/lib/rtl2/rtl.vcproj
branches/jcatena-branch/ntoskrnl/ex/ex.vcproj
branches/jcatena-branch/ntoskrnl/kdw1/kd.vcproj
branches/jcatena-branch/ntoskrnl/ke/ke.vcproj
branches/jcatena-branch/ntoskrnl/ntoskrnl.vcproj
Modified: branches/jcatena-branch/_jc_changelog.txt
URL:
http://svn.reactos.org/svn/reactos/branches/jcatena-branch/_jc_changelog.tx…
==============================================================================
--- branches/jcatena-branch/_jc_changelog.txt [iso-8859-1] (original)
+++ branches/jcatena-branch/_jc_changelog.txt [iso-8859-1] Thu Feb 11 14:17:14 2010
@@ -120,6 +120,16 @@
have been replaced by instances of the macros defined in these includes.
Many in ke\i386\cpu.c but also many others spread among many files.
+* [crt] lib\sdk\crt2
+- created lib\sdk\crt2, initially a copy of crt, to avoid breaking
+the current crt.
+This is the one being linked in the msvc ntoskrnl.
+Many functions have been put in separate files, to avoid linkage of unused
+functions. A few of them have been improved. vsprintf was taken from
+the rtl.
+- currently contains at least all the functions needed and exported by ntoskrnl,
+some others are missing.
+
* [ntos] DbgPrint improvements
- DbgPrint support moved to ntoskrnl/dbg.
- DbgPrint now uses a function pointer to the actual handler, so that it can
@@ -264,17 +274,13 @@
[ntos] declaration of KeInvalidateAllCaches lacked NTAPI, necessary since it's
an export. The problem manifested only if not using stdcall as compiler default.
-* [crt] lib\sdk\crt2
-- created lib\sdk\crt2, initially a copy of crt, to avoid breaking
-the current crt while testing changes.
-This is the one being linked in the msvc ntoskrnl.
-Many functions have been put in separate files, to avoid linkage of unused
-functions. A few of them have been improved. vsprintf was taken from
-the rtl.
-- currently contains at least all the functions needed and exported by ntoskrnl,
-some others are missing.
-
-* [crt] lib\rtl2
-- created lib\rtl2, a copy of rtl, to avoid breaking current rtl while testing changes.
-- minor changes and some fix. Use diff to check changes, not big deal.
-
+20100210 commit 45567
+
+
+[global]
+include\platf now contains the files tht were in the following locations,
+that are removed:
+include/reactos/msc/ include/reactos/gnuc/ include/reactos/i386/
+include/crt/msc include/crt/mingw32
+
+[ntos] msvc: path to rules files in vcprojs fixed
Modified: branches/jcatena-branch/lib/rtl/rtl.vcproj
URL:
http://svn.reactos.org/svn/reactos/branches/jcatena-branch/lib/rtl/rtl.vcpr…
==============================================================================
--- branches/jcatena-branch/lib/rtl/rtl.vcproj [iso-8859-1] (original)
+++ branches/jcatena-branch/lib/rtl/rtl.vcproj [iso-8859-1] Thu Feb 11 14:17:14 2010
@@ -15,7 +15,7 @@
</Platforms>
<ToolFiles>
<ToolFile
- RelativePath="..\..\..\..\..\_sdk\vscfg\rules\s_as_mscpp.rules"
+ RelativePath="..\..\tools\msc\s_as_mscpp.rules"
/>
</ToolFiles>
<Configurations>
Modified: branches/jcatena-branch/lib/rtl2/rtl.vcproj
URL:
http://svn.reactos.org/svn/reactos/branches/jcatena-branch/lib/rtl2/rtl.vcp…
==============================================================================
--- branches/jcatena-branch/lib/rtl2/rtl.vcproj [iso-8859-1] (original)
+++ branches/jcatena-branch/lib/rtl2/rtl.vcproj [iso-8859-1] Thu Feb 11 14:17:14 2010
@@ -15,7 +15,7 @@
</Platforms>
<ToolFiles>
<ToolFile
- RelativePath="..\..\..\..\..\_sdk\vscfg\rules\s_as_mscpp.rules"
+ RelativePath="..\..\..\tools\msc\s_as_mscpp.rules"
/>
</ToolFiles>
<Configurations>
Modified: branches/jcatena-branch/ntoskrnl/ex/ex.vcproj
URL:
http://svn.reactos.org/svn/reactos/branches/jcatena-branch/ntoskrnl/ex/ex.v…
==============================================================================
--- branches/jcatena-branch/ntoskrnl/ex/ex.vcproj [iso-8859-1] (original)
+++ branches/jcatena-branch/ntoskrnl/ex/ex.vcproj [iso-8859-1] Thu Feb 11 14:17:14 2010
@@ -14,7 +14,7 @@
</Platforms>
<ToolFiles>
<ToolFile
- RelativePath="..\..\..\..\..\_sdk\vscfg\rules\s_as_mscpp.rules"
+ RelativePath="..\..\tools\msc\s_as_mscpp.rules"
/>
</ToolFiles>
<Configurations>
Modified: branches/jcatena-branch/ntoskrnl/kdw1/kd.vcproj
URL:
http://svn.reactos.org/svn/reactos/branches/jcatena-branch/ntoskrnl/kdw1/kd…
==============================================================================
--- branches/jcatena-branch/ntoskrnl/kdw1/kd.vcproj [iso-8859-1] (original)
+++ branches/jcatena-branch/ntoskrnl/kdw1/kd.vcproj [iso-8859-1] Thu Feb 11 14:17:14 2010
@@ -14,7 +14,7 @@
</Platforms>
<ToolFiles>
<ToolFile
- RelativePath="..\..\..\..\..\_sdk\vscfg\rules\s_as_mscpp.rules"
+ RelativePath="..\..\tools\msc\s_as_mscpp.rules"
/>
</ToolFiles>
<Configurations>
Modified: branches/jcatena-branch/ntoskrnl/ke/ke.vcproj
URL:
http://svn.reactos.org/svn/reactos/branches/jcatena-branch/ntoskrnl/ke/ke.v…
==============================================================================
--- branches/jcatena-branch/ntoskrnl/ke/ke.vcproj [iso-8859-1] (original)
+++ branches/jcatena-branch/ntoskrnl/ke/ke.vcproj [iso-8859-1] Thu Feb 11 14:17:14 2010
@@ -14,7 +14,7 @@
</Platforms>
<ToolFiles>
<ToolFile
- RelativePath="..\..\..\..\..\_sdk\vscfg\rules\s_as_mscpp.rules"
+ RelativePath="..\..\tools\msc\s_as_mscpp.rules"
/>
</ToolFiles>
<Configurations>
Modified: branches/jcatena-branch/ntoskrnl/ntoskrnl.vcproj
URL:
http://svn.reactos.org/svn/reactos/branches/jcatena-branch/ntoskrnl/ntoskrn…
==============================================================================
--- branches/jcatena-branch/ntoskrnl/ntoskrnl.vcproj [iso-8859-1] (original)
+++ branches/jcatena-branch/ntoskrnl/ntoskrnl.vcproj [iso-8859-1] Thu Feb 11 14:17:14
2010
@@ -15,9 +15,9 @@
</Platforms>
<ToolFiles>
<ToolFile
- RelativePath="..\..\..\..\_sdk\vscfg\rules\s_as_mscpp.rules"
+ RelativePath="..\tools\msc\s_as_mscpp.rules"
/>
- </ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="d|Win32"