зеркало из https://github.com/mozilla/pjs.git
50 строки
1.1 KiB
Plaintext
Executable File
50 строки
1.1 KiB
Plaintext
Executable File
mk_add_options MOZ_CO_TAG=MOZILLA_1_8_BRANCH
|
|
mk_add_options NSPR_CO_TAG=NSPRPUB_WINCE_04122006_BRANCH
|
|
|
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-dir-minimo-8-opt
|
|
|
|
mk_add_options MOZ_CO_PROJECT=minimo
|
|
ac_add_options --enable-application=minimo
|
|
|
|
CROSS_COMPILE=1
|
|
|
|
CXX=arm-wince-gcc
|
|
LD=arm-wince-link
|
|
AR=arm-wince-lib
|
|
AS=arm-wince-as
|
|
|
|
mk_add_options AR=arm-wince-lib
|
|
|
|
ac_add_options --target=arm-wince
|
|
ac_add_options --enable-win32-target=WINCE
|
|
ac_add_options --enable-default-toolkit=windows
|
|
|
|
WINCE=1
|
|
mk_add_options WINCE=1
|
|
|
|
# If you are building under Window Mobile 5.0, uncomment this
|
|
#WM50=1
|
|
#mk_add_options WM50=1
|
|
|
|
# If you are building for smartphones, uncomment this
|
|
#SMARTPHONE=1
|
|
#mk_add_options SMARTPHONE=1
|
|
|
|
|
|
TARGET_DEVICE=device
|
|
mk_add_options TARGET_DEVICE=device
|
|
|
|
# code generation options (optimize for size)
|
|
ac_add_options --enable-strip
|
|
ac_add_options --disable-debug
|
|
ac_add_options --enable-optimize="-Ox -Os"
|
|
|
|
# enable static build
|
|
ac_add_options --disable-shared
|
|
ac_add_options --enable-static
|
|
|
|
ac_add_options --disable-crypto
|
|
|
|
|
|
#ac_add_options --enable-logging
|