Fwd: Re: r40285 - lyx-devel/branches/BRANCH_2_0_X/development/cmake

2011-11-28 Thread Peter Kuemmel
 Original-Nachricht 
Datum: Mon, 28 Nov 2011 12:32:54 +0100
Von: Peter Kuemmel syntheti...@gmx.net
An: Joost Verburg jo...@lyx.org, v...@lyx.org
Betreff: Re: r40285 - lyx-devel/branches/BRANCH_2_0_X/development/cmake


 Original-Nachricht 
 Datum: Sun, 27 Nov 2011 15:23:40 -0500
 Von: Joost Verburg jo...@lyx.org
 An: Vincent van Ravesteijn v...@lyx.org
 CC: Peter Kümmel syntheti...@gmx.net
 Betreff: Re: r40285 - lyx-devel/branches/BRANCH_2_0_X/development/cmake

  It seems the file is now again called:
 
  lyx20-deps-msvc2010-x86.zip
 
 Yes sorry that was my mistake.
 lyx20-deps-msvc2010-x86.zip is indeed the correct name.
 
 Joost

OK, then we should fix it in trunk. In 2.0.2 it is wrong, but I have the 
impression it is not used anyway.

Peter 
-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!   
Jetzt informieren: http://www.gmx.net/de/go/freephone


-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!   
Jetzt informieren: http://www.gmx.net/de/go/freephone


Fwd: Re: r40285 - lyx-devel/branches/BRANCH_2_0_X/development/cmake

2011-11-28 Thread Peter Kuemmel
 Original-Nachricht 
Datum: Mon, 28 Nov 2011 12:32:54 +0100
Von: "Peter Kuemmel" <syntheti...@gmx.net>
An: Joost Verburg <jo...@lyx.org>, v...@lyx.org
Betreff: Re: r40285 - lyx-devel/branches/BRANCH_2_0_X/development/cmake


 Original-Nachricht 
> Datum: Sun, 27 Nov 2011 15:23:40 -0500
> Von: Joost Verburg <jo...@lyx.org>
> An: Vincent van Ravesteijn <v...@lyx.org>
> CC: "Peter Kümmel" <syntheti...@gmx.net>
> Betreff: Re: r40285 - lyx-devel/branches/BRANCH_2_0_X/development/cmake

> > It seems the file is now again called:
> >
> > lyx20-deps-msvc2010-x86.zip
> 
> Yes sorry that was my mistake.
> lyx20-deps-msvc2010-x86.zip is indeed the correct name.
> 
> Joost

OK, then we should fix it in trunk. In 2.0.2 it is wrong, but I have the 
impression it is not used anyway.

Peter 
-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!   
Jetzt informieren: http://www.gmx.net/de/go/freephone


-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!   
Jetzt informieren: http://www.gmx.net/de/go/freephone


Re: r40285 - lyx-devel/branches/BRANCH_2_0_X/development/cmake

2011-11-27 Thread Vincent van Ravesteijn

Op 26-11-2011 11:04, kuem...@lyx.org schreef:

Author: kuemmel
Date: Sat Nov 26 11:04:14 2011
New Revision: 40285
URL: http://www.lyx.org/trac/changeset/40285

Log:
update adrress for msvc deps

Modified:
lyx-devel/branches/BRANCH_2_0_X/development/cmake/CMakeLists.txt

Modified: lyx-devel/branches/BRANCH_2_0_X/development/cmake/CMakeLists.txt
==
--- lyx-devel/branches/BRANCH_2_0_X/development/cmake/CMakeLists.txtSat Nov 
26 11:03:23 2011(r40284)
+++ lyx-devel/branches/BRANCH_2_0_X/development/cmake/CMakeLists.txtSat Nov 
26 11:04:14 2011(r40285)
@@ -109,13 +109,14 @@
message(STATUS)
set(LYX_DEPENDENCIES_DIR ${CMAKE_BINARY_DIR}/msvc2010-deps)
message(STATUS Using downloaded dependencies in 
${LYX_DEPENDENCIES_DIR})
-   set(deps_files lyx20-deps-msvc2010-x86.zip)
+   set(deps_files lyx20-deps-msvc2010.zip)
+   set(deps_server 
http://downloads.sourceforge.net/project/lyx/Win_installers/Dependencies)


It seems the file is now again called:

lyx20-deps-msvc2010-x86.zip


Vincent




Re: r40285 - lyx-devel/branches/BRANCH_2_0_X/development/cmake

2011-11-27 Thread Vincent van Ravesteijn

Op 26-11-2011 11:04, kuem...@lyx.org schreef:

Author: kuemmel
Date: Sat Nov 26 11:04:14 2011
New Revision: 40285
URL: http://www.lyx.org/trac/changeset/40285

Log:
update adrress for msvc deps

Modified:
lyx-devel/branches/BRANCH_2_0_X/development/cmake/CMakeLists.txt

Modified: lyx-devel/branches/BRANCH_2_0_X/development/cmake/CMakeLists.txt
==
--- lyx-devel/branches/BRANCH_2_0_X/development/cmake/CMakeLists.txtSat Nov 
26 11:03:23 2011(r40284)
+++ lyx-devel/branches/BRANCH_2_0_X/development/cmake/CMakeLists.txtSat Nov 
26 11:04:14 2011(r40285)
@@ -109,13 +109,14 @@
message(STATUS)
set(LYX_DEPENDENCIES_DIR ${CMAKE_BINARY_DIR}/msvc2010-deps)
message(STATUS "Using downloaded dependencies in 
${LYX_DEPENDENCIES_DIR}")
-   set(deps_files lyx20-deps-msvc2010-x86.zip)
+   set(deps_files lyx20-deps-msvc2010.zip)
+   set(deps_server 
http://downloads.sourceforge.net/project/lyx/Win_installers/Dependencies)


It seems the file is now again called:

lyx20-deps-msvc2010-x86.zip


Vincent