All of lore.kernel.org
 help / color / mirror / Atom feed
* [Devel] [PATCH 0/2] Fix issues breaking the MSVC build.
@ 2013-01-14  0:35 Lv Zheng
  0 siblings, 0 replies; only message in thread
From: Lv Zheng @ 2013-01-14  0:35 UTC (permalink / raw)
  To: devel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-14  0:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14  0:35 [Devel] [PATCH 0/2] Fix issues breaking the MSVC build Lv Zheng

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.