[ros-diffs] [tkreuzer] 35684: If you change an rbuild file to use an arch-specific .def file, please also provide those .def files.

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Aug 26 22:58:05 CEST 2008


Author: tkreuzer
Date: Tue Aug 26 15:58:04 2008
New Revision: 35684

URL: http://svn.reactos.org/svn/reactos?rev=35684&view=rev
Log:
If you change an rbuild file to use an arch-specific .def file, please also provide those .def files.

Modified:
    branches/ros-amd64-bringup/reactos/dll/win32/gdi32/gdi32.rbuild

Modified: branches/ros-amd64-bringup/reactos/dll/win32/gdi32/gdi32.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/win32/gdi32/gdi32.rbuild?rev=35684&r1=35683&r2=35684&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/win32/gdi32/gdi32.rbuild [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/dll/win32/gdi32/gdi32.rbuild [iso-8859-1] Tue Aug 26 15:58:04 2008
@@ -1,5 +1,5 @@
 <module name="gdi32" type="win32dll" baseaddress="${BASEADDRESS_GDI32}" installbase="system32" installname="gdi32.dll" unicode="yes" allowwarnings="true">
-	<importlibrary definition="gdi32_$(ARCH).def" />
+	<importlibrary definition="gdi32.def" />
 	<include base="gdi32">include</include>
 	<define name="_DISABLE_TIDENTS" />
 	<define name="WINVER">0x0600</define>



More information about the Ros-diffs mailing list