You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
622 B
20 lines
622 B
#######################################################################
|
|
#
|
|
# PandoraNG\stdlibrary Makefile
|
|
#
|
|
# Copyright © Microsoft Corporation. All rights reserved.
|
|
#
|
|
########################################################################
|
|
# PandoraNG\stdlibrary makefile
|
|
#
|
|
|
|
tree:
|
|
@release genlex.h include
|
|
@release objpath.h include
|
|
@release opathlex.h include
|
|
@release sql_1.h include
|
|
@release polarity.h include
|
|
@release genlex.cpp samples\vc\ObjPathParser
|
|
@release objpath.cpp samples\vc\ObjPathParser
|
|
@release opathlex.cpp samples\vc\ObjPathParser
|
|
|