################################################################################ # # 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