Author: tkreuzer
Date: Fri Jul 25 07:54:02 2008
New Revision: 34778
URL:
http://svn.reactos.org/svn/reactos?rev=34778&view=rev
Log:
revert last commit and instead...
Added:
branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid_amd64.def
- copied unchanged from r34774,
branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid_amd64.def
branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid_arm.def
- copied unchanged from r34774,
branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid_arm.def
branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid_i386.def
- copied unchanged from r34774,
branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid_i386.def
Removed:
branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid.spec
Modified:
branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid.rbuild
Modified: branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/drive…
==============================================================================
--- branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid.rbuild [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid.rbuild [iso-8859-1]
Fri Jul 25 07:54:02 2008
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="bootvid" type="kernelmodedll"
entrypoint="DriverEntry@8" installbase="system32/drivers"
installname="bootvid.dll">
- <importlibrary definition="bootvid.spec.def"></importlibrary>
+ <importlibrary definition="bootvid_$(ARCH).def"></importlibrary>
<bootstrap installbase="$(CDOUTPUT)" nameoncd="bootvid.dll"
/>
<include base="bootvid">.</include>
<library>ntoskrnl</library>
@@ -20,6 +20,5 @@
</directory>
</if>
<file>bootvid.rc</file>
- <file>bootvid.spec</file>
<pch>precomp.h</pch>
</module>
Removed: branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid.spec
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/drive…
==============================================================================
--- branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid.spec [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/drivers/base/bootvid/bootvid.spec (removed)
@@ -1,11 +1,0 @@
-@ stdcall VidBitBlt(ptr long long)
-@ stdcall VidBufferToScreenBlt(ptr long long long long long)
-@ stdcall VidCleanUp()
-@ stdcall VidDisplayString(str)
-@ stdcall VidDisplayStringXY(str long long long)
-@ stdcall VidInitialize(long)
-@ stdcall VidResetDisplay(long)
-@ stdcall VidScreenToBufferBlt(ptr long long long long long)
-@ stdcall VidSetScrollRegion(long long long long)
-@ stdcall VidSetTextColor(long)
-@ stdcall VidSolidColorFill(long long long long long)