]> granicus.if.org Git - yasm/commitdiff
Update Mkfiles for DWARF2.
authorPeter Johnson <peter@tortall.net>
Sun, 29 Jan 2006 22:24:25 +0000 (22:24 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 29 Jan 2006 22:24:25 +0000 (22:24 -0000)
* libyasm.vcproj: Add splitpath.c.
* modules.vcproj: Add dwarf2-dbgfmt.c.
* config.h: Define yasm__splitpath to yasm__splitpath_win.
* Makefile.flat, Makefile.dj: Add splitpath.c and dwarf2-dbgfmt.c.

svn path=/trunk/yasm/; revision=1351

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

index 4aeec1f1719718dd5517f802935096d548a7b101..8d64f449df3b53f2e7cd5a9740dd51b0f29f99d7 100644 (file)
@@ -30,6 +30,7 @@ LIBYASM_OBJS= \
  libyasm/mergesort.o \
  libyasm/objfmt.o \
  libyasm/section.o \
+ libyasm/splitpath.o \
  libyasm/strcasecmp.o \
  libyasm/strsep.o \
  libyasm/symrec.o \
@@ -57,9 +58,11 @@ MODULES_ARCH_OBJS= \
 
 MODULES_DBGFMTS_OBJS= \
  modules/dbgfmts/null/null-dbgfmt.o \
- modules/dbgfmts/stabs/stabs-dbgfmt.o
+ modules/dbgfmts/stabs/stabs-dbgfmt.o \
+ modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o
 YASM_MODULES+=dbgfmt_null
 YASM_MODULES+=dbgfmt_stabs
+YASM_MODULES+=dbgfmt_dwarf2
 
 MODULES_LISTFMTS_OBJS= \
  modules/listfmts/nasm/nasm-listfmt.o
index e02e403c0366c62657c160bc02e1da61479798b7..f5da30ce1565118ffd051e3e8ef8987ed3931544 100644 (file)
@@ -33,6 +33,7 @@ LIBYASM_OBJS= \
  libyasm/mergesort.o \
  libyasm/objfmt.o \
  libyasm/section.o \
+ libyasm/splitpath.o \
  libyasm/strcasecmp.o \
  libyasm/strsep.o \
  libyasm/symrec.o \
@@ -60,9 +61,11 @@ MODULES_ARCH_OBJS= \
 
 MODULES_DBGFMTS_OBJS= \
  modules/dbgfmts/null/null-dbgfmt.o \
- modules/dbgfmts/stabs/stabs-dbgfmt.o
+ modules/dbgfmts/stabs/stabs-dbgfmt.o \
+ modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o
 YASM_MODULES+=dbgfmt_null
 YASM_MODULES+=dbgfmt_stabs
+YASM_MODULES+=dbgfmt_dwarf2
 
 MODULES_LISTFMTS_OBJS= \
  modules/listfmts/nasm/nasm-listfmt.o
index 40f43008aab2b17810a10e3490b5a82846ca1557..0400cc1e7e6a7a1247cc7c4d82dab1bd6f16dc97 100644 (file)
@@ -1,5 +1,6 @@
 /* $Id$ */\r
 \r
+#define yasm__splitpath(path, tail)    yasm__splitpath_win(path, tail)\r
 /* */\r
 /* #undef ENABLE_NLS */\r
 \r
index acd7be02ddc86395900223a0094c70b7e45bcaa1..ad3d2b02c2450f8c2c1994b162600a4f591829fb 100644 (file)
@@ -1,5 +1,7 @@
 /* $Id$ */\r
 \r
+#define yasm__splitpath(path, tail)    yasm__splitpath_win(path, tail)\r
+\r
 /* */\r
 /* #undef ENABLE_NLS */\r
 \r
index 1891b7293d19be8128ac11e773012e1637b9136e..3fce785baebb19473346eec1a23466baa33cea74 100644 (file)
                                                BasicRuntimeChecks="3"/>\r
                                </FileConfiguration>\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\..\libyasm\splitpath.c">\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\..\libyasm\strcasecmp.c">\r
                                <FileConfiguration\r
index f407fd19ad3f4ec50dfc99b5684d78de56259487..ae01e408e1d1445bf1513556843992c61409191d 100644 (file)
                                <File\r
                                        RelativePath="..\..\..\modules\dbgfmts\stabs\stabs-dbgfmt.c">\r
                                </File>\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\dbgfmts\dwarf2\dwarf2-dbgfmt.c">\r
+                               </File>\r
                        </Filter>\r
                        <Filter\r
                                Name="objfmts"\r
index ed266c5551eb769e7bc00b8461533f999e0f3d99..02e28e4840d62bdabd4e23cb2729904dd559e159 100644 (file)
@@ -1,5 +1,7 @@
 /* $Id: config.h 1137 2004-09-04 01:24:57Z peter $ */\r
 \r
+#define yasm__splitpath(path, tail)    yasm__splitpath_win(path, tail)\r
+\r
 #define _CRT_SECURE_NO_DEPRECATE 1\r
 \r
 /* */\r
index d2db99d881a58bdb5d41f8885698c0a551fb20e9..3c5655086e4ef07677050197ef0d19e2409ff796 100644 (file)
                                        />\r
                                </FileConfiguration>\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\..\libyasm\splitpath.c"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\..\libyasm\strcasecmp.c"\r
                                >\r
index 4ba99f0ca491c61de1afc28265306ea71c095698..a27ab1fe0105a9629ac624bd0123410e46e25204 100644 (file)
                                <File\r
                                        RelativePath="..\..\..\modules\dbgfmts\stabs\stabs-dbgfmt.c"\r
                                        >\r
+                               <File\r
+                                       RelativePath="..\..\..\modules\dbgfmts\dwarf2\dwarf2-dbgfmt.c"\r
+                                       >\r
                                </File>\r
                        </Filter>\r
                        <Filter\r