CWS-TOOLING: integrate CWS canvas06
2008-11-14 18:59:03 +0100 thb r263697 : Reverted fAlpha setup to previous state, as this was bogus as well - code path is apparently not taken for test, but anyway 2008-11-13 21:32:45 +0100 thb r263663 : WaE fix (and a bad bug as well - int color would have overflown) 2008-11-13 16:51:37 +0100 pl r263654 : remove warnings 2008-11-13 09:46:28 +0100 thb r263623 : #i95317# Fixed typo (thx WaE for finding) 2008-11-12 21:25:19 +0100 thb r263617 : #i96047# call update() on hidden sprite shape as well, to force actual hiding 2008-11-12 21:23:31 +0100 thb r263616 : #i95209# Merge from CWS thb11 - revives canvasbitmap unit tests, fixes nasty corner case in x11 salbmp (for 16bpp) 2008-11-12 21:21:46 +0100 thb r263615 : #i95197# Shuffled code to make valgrind quiet during bmp loading 2008-11-12 21:18:06 +0100 thb r263614 : #i93382# Make --disable-moz build work 2008-11-12 21:16:55 +0100 thb r263613 : #i95317# Fixed mis-named traits methods for min and max numbers 2008-11-12 20:59:01 +0100 thb r263612 : #i95317#, #i92902#: migrate CWS canvas06 to SVN.
This commit is contained in:
@@ -45,14 +45,15 @@ ENABLE_EXCEPTIONS = TRUE
|
||||
CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS)
|
||||
.ENDIF
|
||||
|
||||
.IF "$(CRYPTO_ENGINE)" == "mscrypto"
|
||||
CDEFS += -DXMLSEC_CRYPTO_MSCRYPTO -DXMLSEC_NO_XSLT
|
||||
.ELSE
|
||||
CDEFS += -DXMLSEC_CRYPTO_NSS -DXMLSEC_NO_XSLT
|
||||
.IF "$(WITH_MOZILLA)" == "NO"
|
||||
@all:
|
||||
@echo "No mozilla -> no nss -> no libxmlsec -> no xmlsecurity.."
|
||||
.ENDIF
|
||||
|
||||
.IF "$(CRYPTO_ENGINE)" == "mscrypto"
|
||||
CDEFS += -DXMLSEC_CRYPTO_MSCRYPTO -DXMLSEC_NO_XSLT
|
||||
.ELSE
|
||||
CDEFS += -DXMLSEC_CRYPTO_NSS -DXMLSEC_NO_XSLT
|
||||
.ENDIF
|
||||
|
||||
# --- Files --------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user