From 2d416280baaa8b404b06f4e4cf5ccc602155e442 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 27 Mar 2006 05:00:38 +0000 Subject: [PATCH] * Mkfiles: Update for CodeView dbgfmt addition. svn path=/trunk/yasm/; revision=1431 --- Mkfiles/Makefile.dj | 4 ++++ Mkfiles/Makefile.flat | 4 ++++ Mkfiles/vc/libyasm/libyasm.vcproj | 6 ++++++ Mkfiles/vc/modules/modules.vcproj | 12 ++++++++++++ Mkfiles/vc8/libyasm/libyasm.vcproj | 8 ++++++++ Mkfiles/vc8/modules/modules.vcproj | 16 ++++++++++++++++ 6 files changed, 50 insertions(+) diff --git a/Mkfiles/Makefile.dj b/Mkfiles/Makefile.dj index 360c536a..eb3c0d54 100644 --- a/Mkfiles/Makefile.dj +++ b/Mkfiles/Makefile.dj @@ -27,6 +27,7 @@ LIBYASM_OBJS= \ libyasm/hamt.o \ libyasm/intnum.o \ libyasm/linemgr.o \ + libyasm/md5.o \ libyasm/mergesort.o \ libyasm/phash.o \ libyasm/section.o \ @@ -60,6 +61,9 @@ MODULES_ARCH_OBJS= \ MODULES_DBGFMTS_OBJS= \ modules/dbgfmts/null/null-dbgfmt.o \ modules/dbgfmts/stabs/stabs-dbgfmt.o \ + modules/dbgfmts/codeview/cv-dbgfmt.o \ + modules/dbgfmts/codeview/cv-symline.o \ + modules/dbgfmts/codeview/cv-type.o \ modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o \ modules/dbgfmts/dwarf2/dwarf2-line.o \ modules/dbgfmts/dwarf2/dwarf2-info.o \ diff --git a/Mkfiles/Makefile.flat b/Mkfiles/Makefile.flat index 06ca0550..bf19806e 100644 --- a/Mkfiles/Makefile.flat +++ b/Mkfiles/Makefile.flat @@ -30,6 +30,7 @@ LIBYASM_OBJS= \ libyasm/hamt.o \ libyasm/intnum.o \ libyasm/linemgr.o \ + libyasm/md5.o \ libyasm/mergesort.o \ libyasm/phash.o \ libyasm/section.o \ @@ -63,6 +64,9 @@ MODULES_ARCH_OBJS= \ MODULES_DBGFMTS_OBJS= \ modules/dbgfmts/null/null-dbgfmt.o \ modules/dbgfmts/stabs/stabs-dbgfmt.o \ + modules/dbgfmts/codeview/cv-dbgfmt.o \ + modules/dbgfmts/codeview/cv-symline.o \ + modules/dbgfmts/codeview/cv-type.o \ modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o \ modules/dbgfmts/dwarf2/dwarf2-line.o \ modules/dbgfmts/dwarf2/dwarf2-info.o \ diff --git a/Mkfiles/vc/libyasm/libyasm.vcproj b/Mkfiles/vc/libyasm/libyasm.vcproj index c22cde7c..f4b14f18 100644 --- a/Mkfiles/vc/libyasm/libyasm.vcproj +++ b/Mkfiles/vc/libyasm/libyasm.vcproj @@ -153,6 +153,9 @@ + + @@ -244,6 +247,9 @@ + + diff --git a/Mkfiles/vc/modules/modules.vcproj b/Mkfiles/vc/modules/modules.vcproj index 7b4a6fab..3c81c3b7 100644 --- a/Mkfiles/vc/modules/modules.vcproj +++ b/Mkfiles/vc/modules/modules.vcproj @@ -162,6 +162,18 @@ + + + + + + + + diff --git a/Mkfiles/vc8/libyasm/libyasm.vcproj b/Mkfiles/vc8/libyasm/libyasm.vcproj index 128767d1..c9441610 100644 --- a/Mkfiles/vc8/libyasm/libyasm.vcproj +++ b/Mkfiles/vc8/libyasm/libyasm.vcproj @@ -369,6 +369,10 @@ RelativePath="..\..\..\libyasm\linemgr.c" > + + @@ -486,6 +490,10 @@ RelativePath="..\..\..\libyasm\linemgr.h" > + + diff --git a/Mkfiles/vc8/modules/modules.vcproj b/Mkfiles/vc8/modules/modules.vcproj index bf0de0e8..485b1c78 100644 --- a/Mkfiles/vc8/modules/modules.vcproj +++ b/Mkfiles/vc8/modules/modules.vcproj @@ -377,6 +377,22 @@ RelativePath="..\..\..\modules\dbgfmts\stabs\stabs-dbgfmt.c" > + + + + + + + + -- 2.40.0