[Liblas-commits] r1203 - branches/1.2

liblas-commits at liblas.org liblas-commits at liblas.org
Sat Apr 11 12:08:29 EDT 2009


Author: hobu
Date: Sat Apr 11 12:08:29 2009
New Revision: 1203
URL: http://liblas.org/changeset/1203

Log:
backport r1202 for #129

Modified:
   branches/1.2/Makefile.am
   branches/1.2/makefile.vc

Modified: branches/1.2/Makefile.am
==============================================================================
--- branches/1.2/Makefile.am	(original)
+++ branches/1.2/Makefile.am	Sat Apr 11 12:08:29 2009
@@ -14,4 +14,5 @@
 EXTRA_DIST = \
             nmake.opt \
             makefile.vc \
-            src/makefile.vc 
\ No newline at end of file
+            src/makefile.vc \
+            src/Version.rc
\ No newline at end of file

Modified: branches/1.2/makefile.vc
==============================================================================
--- branches/1.2/makefile.vc	(original)
+++ branches/1.2/makefile.vc	Sat Apr 11 12:08:29 2009
@@ -59,6 +59,8 @@
     xcopy /y /r /d /f src\liblas_i.lib $(OSGEO4W_DIR)\devel\lib
     xcopy /y /r /d /f src\liblas.lib $(BINDIR)\lib
     xcopy /y /r /d /f src\liblas.lib $(OSGEO4W_DIR)\devel\lib
+    xcopy /y /r /d /f src\Version.rc $(BINDIR)\include\liblas
+    xcopy /y /r /d /f src\Version.rc $(OSGEO4W_DIR)\devel\include\liblas
     xcopy /y /r /d /f /s include\liblas $(BINDIR)\include\liblas
     xcopy /y /r /d /f /s include\liblas $(OSGEO4W_DIR)\devel\include\liblas
     xcopy /y /r /d /f /s python\liblas\*.py $(OSGEO4W_DIR)\apps\python25\lib\site-packages\liblas


More information about the Liblas-commits mailing list