monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: 362724


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: 3627249c28749684bf092c5f1eaa5fa6788c94b1
Date: Wed, 26 Jan 2011 08:43:38 GMT

revision:            3627249c28749684bf092c5f1eaa5fa6788c94b1
date:                2011-01-26T08:43:22
author:              address@hidden
branch:              net.venge.monotone.source-tree-cleanup
changelog:
find ISCC.exe on MinGW

* .mtn-ignore: ignore files generated by VPATH 'make info'

* configure.ac: set ac_executable_extensions directly, since there doesn't seem 
to
  be a macro that does

* src/win32/README.txt: rename, convert to DOS line endings

manifest:
format_version "1"

new_manifest [36edeb060359362d51465464b3a1a999c88fe253]

old_revision [6856153bba2b7fdecd452ccacb94c5dd45a1f64b]

rename "src/win32/README"
    to "src/win32/README.txt"

patch ".mtn-ignore"
 from [d4e7d97ed47e8739db7f7292b8e176615623a204]
   to [85ac39ba51773c60b2dc00fba683fe414bad7218]

patch "configure.ac"
 from [3d8987d41ef4e7a33e5a3adfeaca9d7a007b51bc]
   to [2698872ba385d9450b5b9d26de64e697f59ee2e9]

patch "src/win32/README.txt"
 from [6ce0e6b83b446a50ba05afee29916d0676861f03]
   to [2aa8739c5c0d0a45c6ac685e378897458969b7ee]
============================================================
--- configure.ac	3d8987d41ef4e7a33e5a3adfeaca9d7a007b51bc
+++ configure.ac	2698872ba385d9450b5b9d26de64e697f59ee2e9
@@ -48,6 +48,7 @@ case "$host" in
     AC_MSG_RESULT([Windows])
     WIN32_PLATFORM="true"
     os_err_t="unsigned int"
+    ac_executable_extensions=".exe"
     
     # Inno setup configuration
     AC_CONFIG_FILES([monotone.iss:src/win32/monotone.iss.in])
============================================================
--- src/win32/README	6ce0e6b83b446a50ba05afee29916d0676861f03
+++ src/win32/README.txt	2aa8739c5c0d0a45c6ac685e378897458969b7ee
@@ -4,7 +4,7 @@
 MinGW. Instead, we use Inno Setup. Here are all the steps for
 creating a MinGW release, on a fresh Windows machine:
 
-Install MinGW tools; see ../INSTALL, MinGW section
+Install MinGW tools; see ../../INSTALL_windows_native.txt
 
 Install a monotone binary; see http://monotone.ca/
 
@@ -12,7 +12,7 @@
 http://www.jrsoftware.org/isinfo.php, get the Quick Start Pack ispack-5.3.3.exe
 
 Get a copy of the monotone repository; see
-http://wiki.monotone.ca/SelfHostingInfo/
+http://wiki.monotone.ca/MonotoneProjectServer/
 
 Check out the release version of monotone:
 mtn -d /path/to/monotone.db checkout -r t:monotone-<version> monotone-<version>
@@ -20,10 +20,10 @@
 Build the release. In an MSYS shell:
 cd monotone-<version>
 autoreconf -i
-./configure sqlite3_LIBS=-lsqlite3
+./configure 
 make win32-installer
 
-That builds "monotone-<version>-setup.exe" in current folder.
+That builds "monotone-<version>-setup.exe" in the current folder.
 
 NOTE:
 
============================================================
--- .mtn-ignore	d4e7d97ed47e8739db7f7292b8e176615623a204
+++ .mtn-ignore	85ac39ba51773c60b2dc00fba683fe414bad7218
@@ -8,6 +8,11 @@
 ^config\.(guess|h(\.in)?|log|rpath|status|sub)$
 ^configure$
 ^depcomp$
+^doc/monotone\.info$
+^doc/monotone\.info-1$
+^doc/monotone\.info-2$
+^doc/stamp-vti$
+^doc/version\.texi$
 ^html
 ^install-sh$
 ^m4/codeset\.m4$

reply via email to

[Prev in Thread] Current Thread [Next in Thread]