]> Creatis software - gdcm.git/commitdiff
ENH: Ease the work for people when they try cross compiling gdcm for Win32 on linux...
authormalaterre <malaterre>
Sat, 5 Feb 2005 00:22:14 +0000 (00:22 +0000)
committermalaterre <malaterre>
Sat, 5 Feb 2005 00:22:14 +0000 (00:22 +0000)
src/CMakeLists.txt
src/gdcmDicomDirElement.h

index 69c3e2f8ded8410dbc615ffba8f9a1b3ef291a7d..af714e85cca162c3b4f73f10e192856968693eb7 100644 (file)
@@ -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)
 
index 678db3ebc08b404da00d4324c6d4536a27b19651..c23be83a9e6b22a8c995205b99a9cfadd164d117 100644 (file)
@@ -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;