]> granicus.if.org Git - yasm/commitdiff
* Mkfiles: Update for CodeView dbgfmt addition.
authorPeter Johnson <peter@tortall.net>
Mon, 27 Mar 2006 05:00:38 +0000 (05:00 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 27 Mar 2006 05:00:38 +0000 (05:00 -0000)
svn path=/trunk/yasm/; revision=1431

Mkfiles/Makefile.dj
Mkfiles/Makefile.flat
Mkfiles/vc/libyasm/libyasm.vcproj
Mkfiles/vc/modules/modules.vcproj
Mkfiles/vc8/libyasm/libyasm.vcproj
Mkfiles/vc8/modules/modules.vcproj

index 360c536a4daead12d0b9e98b2b4e8e305367734f..eb3c0d546ef4b1421a2c599ae5157f347e75599a 100644 (file)
@@ -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 \
index 06ca055040a631c95bd815d03979aa67a0e2c28d..bf19806e197086f120bc9d289ac9e0a8372d5e2c 100644 (file)
@@ -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 \
index c22cde7c8255ed90a9f563b769aff88aba488269..f4b14f185b66bb92787393108db54536793767a9 100644 (file)
                        <File\r
                                RelativePath="..\..\..\libyasm\linemgr.c">\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\..\libyasm\md5.c">\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\..\libyasm\mergesort.c">\r
                        </File>\r
                        <File\r
                                RelativePath="..\..\..\libyasm\linemgr.h">\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\..\libyasm\md5.h">\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\..\libyasm\objfmt.h">\r
                        </File>\r
index 7b4a6fab1c032090622b889b4f6d6c9783f0ae8d..3c81c3b7d596d7760b0419e3487130ddbdfd9931 100644 (file)
                                <File\r
                                        RelativePath="..\..\..\modules\dbgfmts\stabs\stabs-dbgfmt.c">\r
                                </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\dbgfmts\codeview\cv-dbgfmt.h">\r
+                               </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\dbgfmts\codeview\cv-dbgfmt.c">\r
+                               </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\dbgfmts\codeview\cv-symline.c">\r
+                               </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\dbgfmts\codeview\cv-type.c">\r
+                               </File>\r
                                <File\r
                                        RelativePath="..\..\..\modules\dbgfmts\dwarf2\dwarf2-dbgfmt.h">\r
                                </File>\r
index 128767d1b4fb41fbff0f38451a7cbf32813be740..c94416100f46e05ee46bd0622fa138dcd7248a1e 100644 (file)
                                RelativePath="..\..\..\libyasm\linemgr.c"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\..\libyasm\md5.c"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\..\libyasm\mergesort.c"\r
                                >\r
                                RelativePath="..\..\..\libyasm\linemgr.h"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\..\libyasm\md5.h"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\..\libyasm\objfmt.h"\r
                                >\r
index bf0de0e8679a69755469d8cc125b9aae2b898902..485b1c78acc3ec3a1cafbaa68f8a1a94793e819a 100644 (file)
                                        RelativePath="..\..\..\modules\dbgfmts\stabs\stabs-dbgfmt.c"\r
                                        >\r
                                </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\dbgfmts\codeview\cv-dbgfmt.h"\r
+                                       >\r
+                               </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\dbgfmts\codeview\cv-dbgfmt.c"\r
+                                       >\r
+                               </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\dbgfmts\codeview\cv-symline.c"\r
+                                       >\r
+                               </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\dbgfmts\codeview\cv-type.c"\r
+                                       >\r
+                               </File>\r
                                <File\r
                                        RelativePath="..\..\..\modules\dbgfmts\dwarf2\dwarf2-dbgfmt.h"\r
                                        >\r