зеркало из https://github.com/mozilla/pjs.git
Adding nsCaretProperties.cpp to Windows and UNIX builds
This commit is contained in:
Родитель
a555216141
Коммит
833889de03
|
@ -30,7 +30,10 @@ REQUIRES = xpcom raptor
|
||||||
|
|
||||||
DEFINES += -D_IMPL_NS_WIDGET
|
DEFINES += -D_IMPL_NS_WIDGET
|
||||||
|
|
||||||
CPPSRCS = nsTimer.cpp
|
CPPSRCS = \
|
||||||
|
nsTimer.cpp \
|
||||||
|
nsCaretProperties.cpp \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
include $(topsrcdir)/config/config.mk
|
include $(topsrcdir)/config/config.mk
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@ MAKE_OBJ_TYPE = DLL
|
||||||
DLLNAME = raptorbase
|
DLLNAME = raptorbase
|
||||||
DLL=.\$(OBJDIR)\$(DLLNAME).dll
|
DLL=.\$(OBJDIR)\$(DLLNAME).dll
|
||||||
|
|
||||||
OBJS = $(OBJS) .\$(OBJDIR)\nsTimer.obj
|
OBJS = $(OBJS) .\$(OBJDIR)\nsTimer.obj .\$(OBJDIR)\nsCaretProperties.obj
|
||||||
|
|
||||||
LCFLAGS = \
|
LCFLAGS = \
|
||||||
$(LCFLAGS) \
|
$(LCFLAGS) \
|
||||||
|
|
|
@ -1,36 +0,0 @@
|
||||||
#
|
|
||||||
# The contents of this file are subject to the Netscape Public License
|
|
||||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
||||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
||||||
# http://www.mozilla.org/NPL/
|
|
||||||
#
|
|
||||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
||||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
||||||
# for the specific language governing rights and limitations under the
|
|
||||||
# NPL.
|
|
||||||
#
|
|
||||||
# The Initial Developer of this code under the NPL is Netscape
|
|
||||||
# Communications Corporation. Portions created by Netscape are
|
|
||||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
||||||
# Reserved.
|
|
||||||
#
|
|
||||||
|
|
||||||
DEPTH = ../../..
|
|
||||||
topsrcdir = @top_srcdir@
|
|
||||||
srcdir = @srcdir@
|
|
||||||
VPATH = @srcdir@
|
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
|
||||||
|
|
||||||
LIBRARY_NAME = gmbasemotif
|
|
||||||
|
|
||||||
MODULE=base
|
|
||||||
|
|
||||||
REQUIRES = xpcom raptor
|
|
||||||
|
|
||||||
DEFINES += -D_IMPL_NS_WIDGET
|
|
||||||
|
|
||||||
CPPSRCS = nsTimer.cpp
|
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
|
||||||
|
|
|
@ -1,40 +0,0 @@
|
||||||
#!nmake
|
|
||||||
#
|
|
||||||
# The contents of this file are subject to the Netscape Public License
|
|
||||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
||||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
||||||
# http://www.mozilla.org/NPL/
|
|
||||||
#
|
|
||||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
||||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
||||||
# for the specific language governing rights and limitations under the
|
|
||||||
# NPL.
|
|
||||||
#
|
|
||||||
# The Initial Developer of this code under the NPL is Netscape
|
|
||||||
# Communications Corporation. Portions created by Netscape are
|
|
||||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
||||||
# Reserved.
|
|
||||||
|
|
||||||
DEPTH=..\..\..
|
|
||||||
IGNORE_MANIFEST=1
|
|
||||||
|
|
||||||
DEFINES=-D_IMPL_NS_BASE
|
|
||||||
LIBRARY_NAME=gmbase
|
|
||||||
MODULE=raptor
|
|
||||||
REQUIRES=xpcom raptor
|
|
||||||
|
|
||||||
CPPSRCS=nsTimer.cpp
|
|
||||||
|
|
||||||
CPP_OBJS=.\$(OBJDIR)\nsTimer.obj
|
|
||||||
|
|
||||||
LINCS=-I$(XPDIST)\public\xpcom -I$(XPDIST)\public\raptor
|
|
||||||
|
|
||||||
LCFLAGS = \
|
|
||||||
$(LCFLAGS) \
|
|
||||||
-D_IMPL_NS_BASE \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
include <$(DEPTH)\config\rules.mak>
|
|
||||||
|
|
||||||
libs:: $(OBJS)
|
|
||||||
$(MAKE_INSTALL) $(OBJDIR)\nsTimer.obj ..\$(OBJDIR)
|
|
Загрузка…
Ссылка в новой задаче