Index: media/doc/README.WINE =================================================================== --- media/doc/README.WINE (revision 62875) +++ 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 @@ -31,7 +31,7 @@ reactos/dll/directx/wine/d3d8 # Synced to Wine-1.7.17 reactos/dll/directx/wine/d3d9 # Synced to Wine-1.7.17 reactos/dll/directx/wine/d3dcompiler_43 # Synced to Wine-1.7.17 -reactos/dll/directx/wine/d3dx9_24 => 43 # Synced to Wine-1.7.17 +reactos/dll/directx/wine/d3dx9_24 to 43 # Synced to Wine-1.7.17 reactos/dll/directx/wine/d3dxof # Synced to Wine-1.7.17 reactos/dll/directx/wine/ddraw # Synced to Wine-1.7.17 reactos/dll/directx/wine/devenum # Synced to Wine-1.7.17 @@ -320,11 +320,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://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 ) # FIXME LINK - Download patch command line program and be sure to put it in your path - (available at http://gnuwin32.sourceforge.net/packages/patch.htm ) + (available at http://gnuwin32.sourceforge.net/packages/patch.htm ) # FIXME LINK ?? - Optionally, download junction.exe and put it in your path - (available at http://www.sysinternals.com/Utilities/Junction.html ) + (available at http://www.sysinternals.com/Utilities/Junction.html ) # FIXME LINK - Cd to the directory containing wineimport.cmd - Run "wineimport.cmd fullprocessing {path_to_your_reactos_directory} {name_of_the_wine_dll}"