From: malaterre Date: Sat, 5 Feb 2005 00:22:14 +0000 (+0000) Subject: ENH: Ease the work for people when they try cross compiling gdcm for Win32 on linux... X-Git-Tag: Version1.0.bp~82 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bfc89bbbac631c3271dd5b628610b06d30845f41;p=gdcm.git ENH: Ease the work for people when they try cross compiling gdcm for Win32 on linux (using gcc) --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 69c3e2f8..af714e85 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -66,7 +66,7 @@ TARGET_LINK_LIBRARIES(gdcm ) IF(WIN32) IF(NOT BORLAND) - TARGET_LINK_LIBRARIES(gdcm Wsock32 Snmpapi) + TARGET_LINK_LIBRARIES(gdcm wsock32 snmpapi) ENDIF(NOT BORLAND) ENDIF(WIN32) diff --git a/src/gdcmDicomDirElement.h b/src/gdcmDicomDirElement.h index 678db3eb..c23be83a 100644 --- a/src/gdcmDicomDirElement.h +++ b/src/gdcmDicomDirElement.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirElement.h,v $ Language: C++ - Date: $Date: 2005/02/01 13:11:49 $ - Version: $Revision: 1.24 $ + Date: $Date: 2005/02/05 00:22:14 $ + Version: $Revision: 1.25 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -31,7 +31,7 @@ namespace gdcm * \brief internal structure, not end user intended * shouln't appear here */ -GDCM_EXPORT typedef struct +typedef struct { /// DicomGroup number unsigned short int Group;