Blame nss/coreconf/WINNT.mk

Packit 40b132
#
Packit 40b132
# This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 40b132
Packit 40b132
#
Packit 40b132
# Config stuff for OS_TARGET=WINNT
Packit 40b132
#
Packit 40b132
Packit 40b132
include $(CORE_DEPTH)/coreconf/WIN32.mk
Packit 40b132
Packit 40b132
DEFINES += -DWINNT
Packit 40b132
Packit 40b132
#
Packit 40b132
# Win NT needs -GT so that fibers can work
Packit 40b132
#
Packit 40b132
OS_CFLAGS += -GT
Packit 40b132
Packit 40b132
# WINNT uses the lib prefix, Win95 doesn't
Packit 40b132
NSPR31_LIB_PREFIX = lib