Added a missing file from a previous checkin.

llvm-svn: 141707
This commit is contained in:
Greg Clayton 2011-10-11 20:23:29 +00:00
parent 8c799c9826
commit 199a0bb529
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
##===- source/Plugins/ObjectFile/PECOFF/Makefile --------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LLDB_LEVEL := ../../../..
LIBRARYNAME := lldbPluginObjectFilePECOFF
BUILD_ARCHIVE = 1
include $(LLDB_LEVEL)/Makefile