瀏覽代碼

split setup.hint into platform-specific files (x86, x86_64)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70091 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 8 年之前
父節點
當前提交
8fbd69787b
共有 3 個文件被更改,包括 15 次插入3 次删除
  1. 8 3
      mswindows/osgeo4w/Makefile
  2. 0 0
      mswindows/osgeo4w/setup_x86.hint.tmpl
  3. 7 0
      mswindows/osgeo4w/setup_x86_64.hint.tmpl

+ 8 - 3
mswindows/osgeo4w/Makefile

@@ -2,11 +2,16 @@ MODULE_TOPDIR = ../..
 
 include $(MODULE_TOPDIR)/include/Make/Other.make
 
-EXTRA_CLEAN_FILES = setup.hint
+EXTRA_CLEAN_FILES = setup_x86.hint setup_x86_64.hint
 
-default: setup.hint
+default: setup_x86.hint setup_x86_64.hint
 
-setup.hint: setup.hint.tmpl
+setup_x86.hint: setup_x86.hint.tmpl
+	sed \
+	-e 's#@GRASS_VERSION_NUMBER@#$(GRASS_VERSION_NUMBER)#' \
+	$< > $@
+
+setup_x86_64.hint: setup_x86_64.hint.tmpl
 	sed \
 	-e 's#@GRASS_VERSION_NUMBER@#$(GRASS_VERSION_NUMBER)#' \
 	$< > $@

mswindows/osgeo4w/setup.hint.tmpl → mswindows/osgeo4w/setup_x86.hint.tmpl


+ 7 - 0
mswindows/osgeo4w/setup_x86_64.hint.tmpl

@@ -0,0 +1,7 @@
+sdesc: "GRASS GIS - daily builds of development version"
+ldesc: "Geographic Resources Analysis Support System (GRASS GIS) - daily builds of SVN trunk"
+category: Desktop
+requires: liblas avce00 gpsbabel gs gdal-python matplotlib msvcrt iconv libtiff gdal proj pdcurses zlib fftw libpng wxpython python-numpy python-pil pyopengl cairo psycopg2 rbatch
+maintainer: MartinLanda
+curr: @GRASS_VERSION_NUMBER@-1
+prev: @GRASS_VERSION_NUMBER@-1