mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 03:10:10 +01:00
update some directory strings
This commit is contained in:
parent
7b4218fe80
commit
b0c522d668
@ -1,12 +1,12 @@
|
||||
# gmake
|
||||
# This file is automatically generated for client.mk.
|
||||
# Do not edit. Edit /c/projects/moz95/mozilla/mozconfig instead.
|
||||
# Do not edit. Edit /c/projects/moz95/RetroZilla/mozconfig instead.
|
||||
# To create a new .mozconfig file, you can visit,
|
||||
# http://webtools.mozilla.org/build/config.cgi
|
||||
|
||||
# PATH=/local/bin:/c/mozilla-build//wget:/c/mozilla-build//7zip:/c/mozilla-build//blat261/full:/c/mozilla-build//python25:/c/mozilla-build//svn-win32-1.4.2/bin:/c/mozilla-build//upx203w:/c/mozilla-build//xemacs/XEmacs-21.4.19/i586-pc-win32:/c/mozilla-build//info-zip:/c/mozilla-build//nsis-2.22:/c/mozilla-build//nsis-2.33u:.:/usr/local/bin:/mingw/bin:/bin:/c/PROGRA~1/MICROS~3/Common/msdev98/BIN:/c/PROGRA~1/MICROS~3/VC98/BIN:/c/PROGRA~1/MICROS~3/Common/TOOLS/WINNT:/c/PROGRA~1/MICROS~3/Common/TOOLS:/c/WINNT/System32:/c/WINNT:/c/WINNT/System32/Wbem:/c/mozilla-build/moztools-180compat/bin
|
||||
# PATH=/local/bin:/c/mozilla-build//wget:/c/mozilla-build//7zip:/c/mozilla-build//blat261/full:/c/mozilla-build//python25:/c/mozilla-build//svn-win32-1.4.2/bin:/c/mozilla-build//upx203w:/c/mozilla-build//xemacs/XEmacs-21.4.19/i586-pc-win32:/c/mozilla-build//info-zip:/c/mozilla-build//nsis-2.22:/c/mozilla-build//nsis-2.33u:.:/usr/local/bin:/mingw/bin:/bin:/c/PROGRA~1/MICROS~2/Common/msdev98/BIN:/c/PROGRA~1/MICROS~2/VC98/BIN:/c/PROGRA~1/MICROS~2/Common/TOOLS/WINNT:/c/PROGRA~1/MICROS~2/Common/TOOLS:/c/WINDOWS/System32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/mozilla-build/moztools-180compat/bin
|
||||
MOZ_MAKE_FLAGS=-j4
|
||||
MOZ_OBJDIR=/c/projects/moz95/obj-sm95-release
|
||||
MOZ_OBJDIR=/c/projects/moz95/obj-sm95-release/
|
||||
# --target=i586-pc-msvc is used by configure (not client.mk)
|
||||
# --enable-application=suite is used by configure (not client.mk)
|
||||
# --enable-optimize is used by configure (not client.mk)
|
||||
|
23
configure.in
23
configure.in
@ -841,7 +841,10 @@ TARGET_MD_ARCH=unix
|
||||
DIRENT_INO=d_ino
|
||||
CYGWIN_WRAPPER=
|
||||
WIN_TOP_SRC=
|
||||
MOZ_USER_DIR=".mozilla"
|
||||
:i
|
||||
|
||||
|
||||
MOZ_USER_DIR=".retrozilla"
|
||||
HOST_AR='$(AR)'
|
||||
HOST_AR_FLAGS='$(AR_FLAGS)'
|
||||
|
||||
@ -1497,7 +1500,7 @@ case "$target" in
|
||||
_WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wno-multichar"
|
||||
_MOZ_USE_RTTI=1
|
||||
USE_DEPENDENT_LIBS=
|
||||
MOZ_USER_DIR="Mozilla"
|
||||
MOZ_USER_DIR="RetroZilla"
|
||||
;;
|
||||
|
||||
*-bsdi*)
|
||||
@ -1751,7 +1754,7 @@ case "$target" in
|
||||
USE_SHORT_LIBNAME=1
|
||||
MOZ_ENABLE_COREXFONTS=
|
||||
MOZ_ENABLE_POSTSCRIPT=
|
||||
MOZ_USER_DIR="Mozilla"
|
||||
MOZ_USER_DIR="RetroZilla"
|
||||
;;
|
||||
|
||||
|
||||
@ -1842,7 +1845,7 @@ case "$target" in
|
||||
BIN_SUFFIX='.exe'
|
||||
USE_SHORT_LIBNAME=1
|
||||
MOZ_ENABLE_POSTSCRIPT=
|
||||
MOZ_USER_DIR="Mozilla"
|
||||
MOZ_USER_DIR="RetroZilla"
|
||||
|
||||
dnl Hardcode to win95 for now - cls
|
||||
TARGET_NSPR_MDCPUCFG='\"md/_win95.cfg\"'
|
||||
@ -2077,7 +2080,7 @@ case "$target" in
|
||||
MOZ_ENABLE_POSTSCRIPT=
|
||||
RC=rc.exe
|
||||
RCFLAGS='-n'
|
||||
MOZ_USER_DIR="Mozilla"
|
||||
MOZ_USER_DIR="RetroZilla"
|
||||
|
||||
if test "$MOZTOOLS"; then
|
||||
MOZ_TOOLS_DIR=`echo $MOZTOOLS | sed -e 's|\\\\|/|g'`
|
||||
@ -4037,7 +4040,7 @@ mac|cocoa)
|
||||
TK_CFLAGS="-I${MACOS_SDK_DIR}/Developer/Headers/FlatCarbon"
|
||||
CFLAGS="$CFLAGS $TK_CFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS $TK_CFLAGS"
|
||||
MOZ_USER_DIR="Mozilla"
|
||||
MOZ_USER_DIR="RetroZilla"
|
||||
AC_DEFINE(XP_MACOSX)
|
||||
AC_DEFINE(TARGET_CARBON)
|
||||
AC_DEFINE(TARGET_API_MAC_CARBON)
|
||||
@ -4450,8 +4453,8 @@ xulrunner)
|
||||
;;
|
||||
|
||||
macbrowser)
|
||||
MOZ_APP_NAME=mozilla
|
||||
MOZ_APP_DISPLAYNAME=Mozilla
|
||||
MOZ_APP_NAME=retrozilla
|
||||
MOZ_APP_DISPLAYNAME=RetroZilla
|
||||
MOZ_APP_VERSION=$MOZILLA_VERSION
|
||||
MOZ_STORAGE=1
|
||||
MOZ_EXTENSIONS_DEFAULT=" cookie xmlextras universalchardet typeaheadfind transformiix permissions spellcheck auth"
|
||||
@ -4459,8 +4462,8 @@ macbrowser)
|
||||
;;
|
||||
|
||||
standalone)
|
||||
MOZ_APP_NAME=mozilla
|
||||
MOZ_APP_DISPLAYNAME=Mozilla
|
||||
MOZ_APP_NAME=retrozilla
|
||||
MOZ_APP_DISPLAYNAME=RetroZilla
|
||||
MOZ_APP_VERSION=$MOZILLA_VERSION
|
||||
;;
|
||||
|
||||
|
@ -86,7 +86,7 @@
|
||||
|
||||
// define default product directory
|
||||
#if defined (XP_MAC) || defined (WINCE)
|
||||
#define DEFAULT_PRODUCT_DIR NS_LITERAL_CSTRING("Mozilla")
|
||||
#define DEFAULT_PRODUCT_DIR NS_LITERAL_CSTRING("RetroZilla")
|
||||
#else
|
||||
#define DEFAULT_PRODUCT_DIR NS_LITERAL_CSTRING(MOZ_USER_DIR)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user