1234567891011121314151617181920212223242526272829303132333435 |
- ################################################################################
- #
- # Copyright (c) 2014 Minoca Corp. All Rights Reserved
- #
- # Module Name:
- #
- # Partition Library (Build)
- #
- # Abstract:
- #
- # This module implements the partition support library (in the build
- # environment).
- #
- # Author:
- #
- # Evan Green 30-Jan-2014
- #
- # Environment:
- #
- # Build
- #
- ################################################################################
- BINARY = partlib.a
- BINARYTYPE = library
- BUILD = yes
- VPATH += $(SRCDIR)/..:
- include $(SRCDIR)/../sources
- include $(SRCROOT)/os/minoca.mk
|