Author: sserapion Date: Fri Oct 30 19:48:45 2009 New Revision: 43852
URL: http://svn.reactos.org/svn/reactos?rev=43852&view=rev Log: Add missing files. Kernel32 now links.
Modified: branches/ros-amd64-bringup/reactos/dll/win32/kernel32/kernel32.rbuild
Modified: branches/ros-amd64-bringup/reactos/dll/win32/kernel32/kernel32.rbuild URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/wi... ============================================================================== --- branches/ros-amd64-bringup/reactos/dll/win32/kernel32/kernel32.rbuild [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/dll/win32/kernel32/kernel32.rbuild [iso-8859-1] Fri Oct 30 19:48:45 2009 @@ -134,6 +134,12 @@ <file>thread.S</file> </directory> </if> + <if property="ARCH" value="amd64"> + <directory name="amd64"> + <file>fiber.S</file> + <file>thread.S</file> + </directory> + </if> </directory> <directory name="misc"> <file>icustubs.cpp</file>