mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 13:25:00 +00:00
Bug 454786 - Configuration Changes to allow WinCE resource and assembly compiling; r=ted.mielczarek
This commit is contained in:
parent
195f86f3ef
commit
f711420e4a
@ -1874,11 +1874,16 @@ case "$target" in
|
||||
AR_DELETE="$AR d"
|
||||
AR_FLAGS='-OUT:"$@"'
|
||||
|
||||
if test -z "$AS_BIN"; then
|
||||
AS="$AS_BIN"
|
||||
fi
|
||||
DSO_CFLAGS=
|
||||
DSO_PIC_CFLAGS=
|
||||
DLL_SUFFIX=.dll
|
||||
BIN_SUFFIX='.exe'
|
||||
RC=rc.exe
|
||||
if test -z "$RC"; then
|
||||
RC=rc.exe
|
||||
fi
|
||||
# certain versions of cygwin's makedepend barf on the
|
||||
# #include <string> vs -I./dist/include/string issue so don't use it
|
||||
SYSTEM_MAKEDEPEND=
|
||||
|
Loading…
Reference in New Issue
Block a user