# # # patch "win32/README" # from [0c4e4ad6d4e1966414b76d211081919d763fb46f] # to [85cf9f033b7fc8d916aa7bb5d858ef7ee6999ef9] # # patch "win32/monotone.iss" # from [f5042d35f0bebd0703c0ceb286f8701004fb78de] # to [2355ca9fbb9877e56187fe44a517e2ce428a8acc] # ============================================================ --- win32/README 0c4e4ad6d4e1966414b76d211081919d763fb46f +++ win32/README 85cf9f033b7fc8d916aa7bb5d858ef7ee6999ef9 @@ -42,10 +42,9 @@ libpcre-0.dll pcre libidn-11.dll libidn libintl-8.dll gettext libpcre-0.dll pcre -libpcrecpp-0.dll pcre -libpcreposix-0.dll pcre -zlib1.dll zlib +You can check the dlls needed by running the Depends tool from + Choose menu Build | Compile (or click the "compile" button). This generates monotone--setup.exe in the monotone/win32 directory. @@ -61,3 +60,5 @@ Commit and sync. Edit monotone.web/index.html; search for
  • Windows, uncomment the native target (leave Cygwin commented) Commit and sync. + +Download from the web and test! ============================================================ --- win32/monotone.iss f5042d35f0bebd0703c0ceb286f8701004fb78de +++ win32/monotone.iss 2355ca9fbb9877e56187fe44a517e2ce428a8acc @@ -35,9 +35,6 @@ Source: "{#MINGWDIR}\local\bin\libpcre-0 Source: "{#MINGWDIR}\local\bin\libidn-11.dll"; DestDir: "{app}" Source: "{#MINGWDIR}\bin\libintl-8.dll"; DestDir: "{app}" Source: "{#MINGWDIR}\local\bin\libpcre-0.dll"; DestDir: "{app}" -Source: "{#MINGWDIR}\local\bin\libpcrecpp-0.dll"; DestDir: "{app}" -Source: "{#MINGWDIR}\local\bin\libpcreposix-0.dll"; DestDir: "{app}" -Source: "{#MINGWDIR}\bin\zlib1.dll"; DestDir: "{app}" [Tasks] Name: modifypath; Description: "Add monotone to your path"; GroupDescription: "Get up and running"; Flags: unchecked