components/libestr/Makefile
changeset 1434 c782e620dd26
parent 1095 e720196b46b2
child 1948 2d1537e7942d
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    39 studio_MT =
    39 studio_MT =
    40 
    40 
    41 # This is needed for the 64-bit library to be built correctly.
    41 # This is needed for the 64-bit library to be built correctly.
    42 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
    42 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
    43 
    43 
       
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    45 
    44 # common targets
    46 # common targets
    45 build:		$(BUILD_32_and_64)
    47 build:		$(BUILD_32_and_64)
    46 
    48 
    47 install:	$(INSTALL_32_and_64)
    49 install:	$(INSTALL_32_and_64)
    48 
    50