1234567891011121314151617181920212223242526272829303132333435 |
- ################################################################################
- #
- # Copyright (c) 2015 Minoca Corp. All Rights Reserved
- #
- # Binary Name:
- #
- # Crypto Library (Build)
- #
- # Abstract:
- #
- # This directory builds the Cryptography Library for the build
- # environment.
- #
- # Author:
- #
- # Evan Green 13-Jan-2015
- #
- # Environment:
- #
- # Build
- #
- ################################################################################
- BINARY = crypto.a
- BINARYTYPE = library
- BUILD = yes
- VPATH += $(SRCDIR)/..:
- include $(SRCDIR)/../sources
- include $(SRCROOT)/os/minoca.mk
|