Bug 539378 - Remove MOZ_BITS macro from tree. r=ted

This commit is contained in:
Makoto Kato 2010-01-19 14:12:09 +09:00
parent 4f69473fdb
commit a0bc68ebf2
11 changed files with 9 additions and 23 deletions

View File

@ -561,7 +561,6 @@ MOZ_DEMANGLE_SYMBOLS = @MOZ_DEMANGLE_SYMBOLS@
# XXX - these need to be cleaned up and have real checks added -cls
CM_BLDTYPE=dbg
AWT_11=1
MOZ_BITS=32
OS_TARGET=@OS_TARGET@
OS_ARCH=@OS_ARCH@
OS_RELEASE=@OS_RELEASE@

View File

@ -2240,7 +2240,7 @@ case "$target" in
fi
fi
fi
MOZ_JPEG_LIBS='$(call EXPAND_LIBNAME_PATH,jpeg$(MOZ_BITS)$(VERSION_NUMBER),$(DEPTH)/jpeg)'
MOZ_JPEG_LIBS='$(call EXPAND_LIBNAME_PATH,jpeg32$(VERSION_NUMBER),$(DEPTH)/jpeg)'
MOZ_PNG_LIBS='$(call EXPAND_LIBNAME_PATH,png,$(DEPTH)/modules/libimg/png)'
AC_DEFINE(HAVE_SNPRINTF)
AC_DEFINE(_WINDOWS)

View File

@ -41,12 +41,6 @@
#//
#//------------------------------------------------------------------------
!if "$(MOZ_BITS)" == "16"
!ifndef MOZ_DEBUG
OPTIMIZER=-Os -UDEBUG -DNDEBUG
!endif
!endif
#//------------------------------------------------------------------------
#//
#// Specify the depth of the current directory relative to the

View File

@ -46,7 +46,7 @@ LIBRARY_NAME = mozdbm_s
LIB_IS_C_ONLY = 1
ifeq ($(OS_ARCH),WINNT)
LIBRARY_NAME = dbm$(MOZ_BITS)
LIBRARY_NAME = dbm32
endif
CSRCS = \

View File

@ -41,12 +41,6 @@
#//
#//------------------------------------------------------------------------
!if "$(MOZ_BITS)" == "16"
!ifndef MOZ_DEBUG
OPTIMIZER=-Os -UDEBUG -DNDEBUG
!endif
!endif
#//------------------------------------------------------------------------
#//
#// Specify the depth of the current directory relative to the
@ -64,7 +58,7 @@ MAKE_OBJ_TYPE=EXE
#// Define any Public Make Variables here: (ie. PDFFILE, MAPFILE, ...)
#//
#//------------------------------------------------------------------------
LIBNAME=dbm$(MOZ_BITS)
LIBNAME=dbm32
PDBFILE=$(LIBNAME).pdb
#//------------------------------------------------------------------------

View File

@ -51,7 +51,7 @@ PROGRAM = lots$(BIN_SUFFIX)
CSRCS = lots.c
ifeq ($(OS_ARCH),WINNT)
EXTRA_DSO_LIBS = dbm$(MOZ_BITS)
EXTRA_DSO_LIBS = dbm32
else
EXTRA_DSO_LIBS = mozdbm_s
endif

View File

@ -46,7 +46,7 @@ MODULE = jpeg
LIBRARY_NAME = mozjpeg
ifeq ($(OS_ARCH),WINNT)
LIBRARY_NAME = jpeg$(MOZ_BITS)$(VERSION_NUMBER)
LIBRARY_NAME = jpeg32$(VERSION_NUMBER)
# FIXME: bug 413019
ifndef GNU_CC
OS_COMPILE_CFLAGS += -GL-

View File

@ -49,7 +49,7 @@ MODULE = jsdebug
LIBRARY_NAME = jsd
FORCE_SHARED_LIB= 1
ifeq ($(OS_ARCH)$(MOZ_ENABLE_LIBXUL),WINNT)
LIBRARY_NAME = jsd$(MOZ_BITS)$(VERSION_NUMBER)
LIBRARY_NAME = jsd32$(VERSION_NUMBER)
endif
# REQUIRES = java js

View File

@ -296,7 +296,6 @@ MOZ_DEMANGLE_SYMBOLS = @MOZ_DEMANGLE_SYMBOLS@
# XXX - these need to be cleaned up and have real checks added -cls
CM_BLDTYPE=dbg
AWT_11=1
MOZ_BITS=32
OS_TARGET=@OS_TARGET@
OS_ARCH=@OS_ARCH@
OS_RELEASE=@OS_RELEASE@

View File

@ -52,8 +52,8 @@ IS_COMPONENT = 1
MODULE_NAME = xpconnect
GRE_MODULE = 1
ifeq ($(OS_ARCH)$(MOZ_ENABLE_LIBXUL),WINNT)
LIBRARY_NAME = xpc$(MOZ_BITS)$(VERSION_NUMBER)
SHORT_LIBNAME = xpc$(MOZ_BITS)$(VERSION_NUMBER)
LIBRARY_NAME = xpc32$(VERSION_NUMBER)
SHORT_LIBNAME = xpc32$(VERSION_NUMBER)
endif
LIBXUL_LIBRARY = 1

View File

@ -48,7 +48,7 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsPrefModule
ifeq ($(OS_ARCH)$(MOZ_ENABLE_LIBXUL),WINNT)
LIBRARY_NAME = xppref$(MOZ_BITS)
LIBRARY_NAME = xppref32
endif
GRE_MODULE = 1
LIBXUL_LIBRARY = 1