зеркало из https://github.com/mozilla/pjs.git
Bug 330720: white space adjustments.
This commit is contained in:
Родитель
07e62d457e
Коммит
248e72e4a4
|
@ -91,7 +91,7 @@ endif
|
|||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
LDOPTS += -Zomf -Zlinker /PM:VIO -lstdcpp
|
||||
LDOPTS += -Zomf -Zlinker /PM:VIO -lstdcpp
|
||||
endif
|
||||
|
||||
ifneq ($(OS_ARCH), WINNT)
|
||||
|
|
|
@ -99,7 +99,7 @@ endif
|
|||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
LDOPTS += -Zomf -Zlinker /PM:VIO
|
||||
LDOPTS += -Zomf -Zlinker /PM:VIO
|
||||
endif
|
||||
|
||||
ifneq ($(OS_ARCH), WINNT)
|
||||
|
|
|
@ -237,6 +237,7 @@ OBJS = \
|
|||
threads/$(OBJDIR)/prrwlock.$(OBJ_SUFFIX) \
|
||||
threads/$(OBJDIR)/prtpd.$(OBJ_SUFFIX) \
|
||||
linking/$(OBJDIR)/prlink.$(OBJ_SUFFIX) \
|
||||
malloc/$(OBJDIR)/prmalloc.$(OBJ_SUFFIX) \
|
||||
malloc/$(OBJDIR)/prmem.$(OBJ_SUFFIX) \
|
||||
md/$(OBJDIR)/prosdep.$(OBJ_SUFFIX) \
|
||||
memory/$(OBJDIR)/prshm.$(OBJ_SUFFIX) \
|
||||
|
@ -255,7 +256,6 @@ OBJS = \
|
|||
misc/$(OBJDIR)/pripc.$(OBJ_SUFFIX) \
|
||||
misc/$(OBJDIR)/prlog2.$(OBJ_SUFFIX) \
|
||||
misc/$(OBJDIR)/prlong.$(OBJ_SUFFIX) \
|
||||
malloc/$(OBJDIR)/prmalloc.$(OBJ_SUFFIX) \
|
||||
misc/$(OBJDIR)/prnetdb.$(OBJ_SUFFIX) \
|
||||
misc/$(OBJDIR)/prolock.$(OBJ_SUFFIX) \
|
||||
misc/$(OBJDIR)/prrng.$(OBJ_SUFFIX) \
|
||||
|
|
|
@ -139,7 +139,7 @@ endif
|
|||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
LDOPTS += -Zomf -Zlinker /PM:VIO -lstdcpp
|
||||
LDOPTS += -Zomf -Zlinker /PM:VIO -lstdcpp
|
||||
endif
|
||||
|
||||
ifneq ($(OS_ARCH), WINNT)
|
||||
|
|
|
@ -37,9 +37,7 @@
|
|||
|
||||
#include "primpl.h"
|
||||
#include <process.h> /* for _beginthread() */
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
#include <float.h>
|
||||
|
||||
/* --- globals ------------------------------------------------ */
|
||||
|
|
|
@ -236,8 +236,8 @@ endif # NS_USE_GCC
|
|||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
EXTRA_LIBS = $(OS_LIBS)
|
||||
LDOPTS = -Zomf -Zlinker /PM:VIO -Zlinker /ST:0x64000
|
||||
EXTRA_LIBS = $(OS_LIBS)
|
||||
LDOPTS = -Zomf -Zlinker /PM:VIO -Zlinker /ST:0x64000
|
||||
endif
|
||||
|
||||
ifneq ($(OS_ARCH), WINNT)
|
||||
|
|
|
@ -90,7 +90,7 @@ endif
|
|||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
LDOPTS += -Zomf -Zlinker /PM:VIO
|
||||
LDOPTS += -Zomf -Zlinker /PM:VIO
|
||||
endif
|
||||
|
||||
ifneq ($(OS_ARCH), WINNT)
|
||||
|
|
Загрузка…
Ссылка в новой задаче