1#ident "@(#)x86-interix-cl.rul	1.6 21/04/28 "
2###########################################################################
3# Written 2006 by J. Schilling
4###########################################################################
5#
6# Platform dependent MACROS for CYGWIN32_NT using MSVC
7#
8###########################################################################
9# Copyright (c) J. Schilling
10###########################################################################
11# The contents of this file are subject to the terms of the
12# Common Development and Distribution License, Version 1.0 only
13# (the "License").  You may not use this file except in compliance
14# with the License.
15#
16# See the file CDDL.Schily.txt in this distribution for details.
17# A copy of the CDDL is also available via the Internet at
18# http://www.opensource.org/licenses/cddl1.txt
19#
20# When distributing Covered Code, include this CDDL HEADER in each
21# file and include the License file CDDL.Schily.txt from this distribution.
22###########################################################################
23include $(SRCROOT)/$(RULESDIR)/rules.prg
24###########################################################################
25_PLATFORM=	interix
26include $(SRCROOT)/$(RULESDIR)/cc-msc.rul
27
28#
29#		Supress useless cl warnings like:
30#		warning C4996: 'strerror' wurde als veraltet deklariert
31#		Consider using strerror_s instead.
32#
33OSDEFS +=	-D_CRT_SECURE_NO_DEPRECATE
34
35#
36#		Supress useless cl warnings like:
37#		warning C4996: 'fdopen' wurde als veraltet deklariert
38#		The POSIX name for this item is deprecated. Instead, use
39#		the ISO C++ conformant name: _fdopen.
40#
41OSDEFS +=	-D_CRT_NONSTDC_NO_DEPRECATE
42
43KDEFINES=
44
45LIB_SOCKET=	Ws2_32.lib
46LIB_MATH=
47LIB_KVM=
48
49LORDER=		echo
50TSORT=		cat
51
52MKDEP=		$(NOECHO)echo "	==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); sh $(SRCROOT)/conf/mkdep-msc-interix.sh
53MKDEP_OUT=
54MKC++DEP=	$(NOECHO)echo "	==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); sh $(SRCROOT)/conf/mkdep-msc-interix.sh
55MKC++DEP_OUT=
56
57