LIB_SERVER_IDL =
# additionnal information to compil and link file
-CPPFLAGS += $(OCC_INCLUDES) $(KERNEL_CXXFLAGS)
-CXXFLAGS += $(OCC_CXXFLAGS) $(KERNEL_CXXFLAGS)
+CPPFLAGS += $(OCC_INCLUDES) $(KERNEL_CXXFLAGS) @PLATFORM_INCLUDES@
+CXXFLAGS += $(OCC_CXXFLAGS) $(KERNEL_CXXFLAGS) @PLATFORM_INCLUDES@
LDFLAGS += $(FCLIBS)
//le type N des nombres entiers positifs
//=========
+#ifndef PCLINUX64
typedef unsigned long int N;
+#else
+typedef unsigned int N;
+#endif
//le type Z des nombres entiers relatifs
//=========
+#ifndef PCLINUX64
typedef long int Z;
+#else
+typedef int Z;
+#endif
//le type R des nombres "reels"
//=========
//un triangle occupe de plus
nbtria++;
+
//le numero des 3 sommets du triangle nt
nusotr_( nt, mosoar, mnsoar, moartr, mnartr, nosotr );