]> SALOME platform Git repositories - modules/kernel.git/blob - salome_adm/cmake_files/FindPLATFORM.cmake
Salome HOME
merge from branch BR_V5_DEV
[modules/kernel.git] / salome_adm / cmake_files / FindPLATFORM.cmake
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 #  This library is free software; you can redistribute it and/or
7 #  modify it under the terms of the GNU Lesser General Public
8 #  License as published by the Free Software Foundation; either
9 #  version 2.1 of the License.
10 #
11 #  This library is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 #  Lesser General Public License for more details.
15 #
16 #  You should have received a copy of the GNU Lesser General Public
17 #  License along with this library; if not, write to the Free Software
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 MARK_AS_ADVANCED(ISSUE)
23 FIND_FILE(ISSUE issue /etc)
24 IF(ISSUE)
25   SET(WINDOWS 0)
26 ELSE()
27   SET(WINDOWS 1)
28 ENDIF(ISSUE)
29
30 IF(WINDOWS)
31   SET(MACHINE WINDOWS)
32   SET(PLATFORM_CPPFLAGS)
33   SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} -DWNT)
34   SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} -DPPRO_NT)
35   SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} /W0)
36   #  #  SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} -DWNT -D_CRT_SECURE_NO_WARNINGS)
37   #  #  SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} -D_WIN32_WINNT=0x0500)
38   #  SET(RM del)
39 ELSE(WINDOWS)
40   SET(MACHINE PCLINUX)
41   SET(PLATFORM_CPPFLAGS)
42   #  SET(RM /bin/rm)
43 ENDIF(WINDOWS)
44
45 ## SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} -D_DEBUG_)
46
47 #SET(RCP rcp)
48 #SET(RSH rsh)
49 #SET(RCP rcp)