From: Lv Zheng <lv.zheng at intel.com>
To: devel@acpica.org
Subject: [Devel] [PATCH 0/2] Fix issues breaking the MSVC build.
Date: Mon, 14 Jan 2013 08:35:42 +0800 [thread overview]
Message-ID: <cover.1358122823.git.lv.zheng@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
Enhanced ACPI_DEBUG_PRINT macro will break ACPICA compilation on
platforms using compilers other than GCC.
This patch set fixes this build breakage issue along with a
cleanup that updates the MSVC project / workspace files to make
a build working in MSVC.
Lv Zheng (2):
Fix build breakage issue with ACPI_DEBUG_PRINT macro.
Update MSVC project/workspace files.
generate/msvc/AcpiBin.dsp | 32 ++--
generate/msvc/AcpiCA.dsw | 101 +++++++++++
generate/msvc/AcpiExec.dsp | 116 ++++++++++++-
generate/msvc/AcpiNames.dsp | 52 +++++-
generate/msvc/AcpiSrc.dsp | 20 +--
generate/msvc/AcpiSrc_Linux.dsp | 13 +-
generate/msvc/AcpiSubsystem.dsp | 45 ++++-
generate/msvc/AcpiXtract.dsp | 32 +++-
generate/msvc/AslCompiler.dsp | 360 ++++++++++++++++++++++++++++++---------
source/compiler/aslcompiler.y | 1 -
source/compiler/dtparser.y | 7 +
source/compiler/prparser.y | 7 +
source/include/acoutput.h | 17 +-
source/include/platform/acgcc.h | 5 +
14 files changed, 670 insertions(+), 138 deletions(-)
create mode 100644 generate/msvc/AcpiCA.dsw
--
1.7.10
reply other threads:[~2013-01-14 0:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1358122823.git.lv.zheng@intel.com \
--to=devel@acpica.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.