[Liblas-commits] r1202 - trunk

liblas-commits at liblas.org liblas-commits at liblas.org
Sat Apr 11 12:07:40 EDT 2009


Author: hobu
Date: Sat Apr 11 12:07:39 2009
New Revision: 1202
URL: http://liblas.org/changeset/1202

Log:
fix #129, Version.rc in the releases

Modified:
   trunk/Makefile.am
   trunk/makefile.vc

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sat Apr 11 12:07:39 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: trunk/makefile.vc
==============================================================================
--- trunk/makefile.vc	(original)
+++ trunk/makefile.vc	Sat Apr 11 12:07:39 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