Skip to content

Commit

Permalink
remove msvc build of grass libraries from qgis
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7398 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 13, 2007
1 parent 644c7c8 commit 5b29a67
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 6,013 deletions.
16 changes: 0 additions & 16 deletions src/providers/grass/CMakeLists.txt
Expand Up @@ -17,22 +17,6 @@ IF (NOT MSVC)
SET_SOURCE_FILES_PROPERTIES(qgsgrassprovider.cpp PROPERTIES COMPILE_FLAGS -Wno-error )
SET_SOURCE_FILES_PROPERTIES(qgsgrass.cpp PROPERTIES COMPILE_FLAGS -Wno-error )
SET_SOURCE_FILES_PROPERTIES(provider.cpp PROPERTIES COMPILE_FLAGS -Wno-error )
ELSE (NOT MSVC)
SUBDIRS(vc)

SET(GRASS_LIBRARIES
${GRASS_LIBRARIES}
grass_gis
grass_vect
grass_gproj
grass_dbmibase
grass_dbmiclient
grass_linkm
grass_dig2
grass_dgl
xdr
${GDAL_LIBRARY}
)
ENDIF (NOT MSVC)

########################################################
Expand Down

0 comments on commit 5b29a67

Please sign in to comment.