gecko-dev/xpcom/threads/makefile.win

75 строки
2.1 KiB
Plaintext
Исходник Обычный вид История

1999-05-18 13:11:01 +04:00
#!nmake
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
1999-05-18 13:11:01 +04:00
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
1999-05-18 13:11:01 +04:00
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
1999-05-18 13:11:01 +04:00
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
1999-05-18 13:11:01 +04:00
1999-05-18 13:11:01 +04:00
DEPTH=..\..
MODULE = xpcom
REQUIRES = string
1999-05-18 13:11:01 +04:00
################################################################################
## exports
EXPORTS = \
nsAutoLock.h \
plevent.h \
nsProcess.h \
1999-05-18 13:11:01 +04:00
$(NULL)
NO_XPT_GEN=1
XPIDL_MODULE = xpcom_thread
XPIDLSRCS = \
.\nsIEventQueue.idl \
.\nsIEventQueueService.idl \
.\nsIThread.idl \
.\nsIThreadPool.idl \
.\nsIRunnable.idl \
.\nsIProcess.idl \
1999-05-18 13:11:01 +04:00
$(NULL)
################################################################################
## library
LIBRARY_NAME=xpcomthreads_s
LCFLAGS = -D_IMPL_NS_COM -D_IMPL_NS_BASE -DWIN32_LEAN_AND_MEAN
C_OBJS = \
.\$(OBJDIR)\plevent.obj \
$(NULL)
1999-05-18 13:11:01 +04:00
CPP_OBJS = \
1999-09-06 23:28:56 +04:00
.\$(OBJDIR)\nsAutoLock.obj \
1999-05-18 13:11:01 +04:00
.\$(OBJDIR)\nsEventQueue.obj \
.\$(OBJDIR)\nsEventQueueService.obj \
.\$(OBJDIR)\nsThread.obj \
.\$(OBJDIR)\nsProcessCommon.obj \
1999-05-18 13:11:01 +04:00
$(NULL)
include <$(DEPTH)\config\rules.mak>
1999-11-28 06:05:01 +03:00
install:: $(LIBRARY)
1999-05-18 13:11:01 +04:00
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
clobber::
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib