Index: media/doc/README.WINE =================================================================== --- media/doc/README.WINE (revision 63983) +++ media/doc/README.WINE (working copy) @@ -15,7 +15,7 @@ When porting a new DLL from Wine to ReactOS, please do the following steps - Create a new directory in dll/win32/ of the same name as the new Wine DLL -- Add a new entry in dll/win32/win32.rbuild +- Add a new entry in dll/win32/CMakeLists.txt - Follow the guide "Update process for autosync DLLs" at the bottom of this file @@ -323,11 +323,11 @@ - Download cvs command line program and be sure to put it in your path (available at http://ftp.gnu.org/non-gnu/cvs/binary/stable/x86-woe/ ) - Download svn command line program and be sure to put it in your path - (available at http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 ) + (available at http://www.collab.net/downloads/subversion ) - Download patch command line program and be sure to put it in your path (available at http://gnuwin32.sourceforge.net/packages/patch.htm ) - Optionally, download junction.exe and put it in your path - (available at http://www.sysinternals.com/Utilities/Junction.html ) + (available at http://technet.microsoft.com/sysinternals/bb896768.aspx ) - Cd to the directory containing wineimport.cmd - Run "wineimport.cmd fullprocessing {path_to_your_reactos_directory} {name_of_the_wine_dll}"