Bug 454786 - Configuration Changes to allow WinCE resource and assembly compiling; r=ted.mielczarek

This commit is contained in:
John Wolfe 2008-09-16 14:18:56 +02:00
parent 195f86f3ef
commit f711420e4a

View File

@ -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=