* 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
libyasm/mergesort.o \
libyasm/objfmt.o \
libyasm/section.o \
+ libyasm/splitpath.o \
libyasm/strcasecmp.o \
libyasm/strsep.o \
libyasm/symrec.o \
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
libyasm/mergesort.o \
libyasm/objfmt.o \
libyasm/section.o \
+ libyasm/splitpath.o \
libyasm/strcasecmp.o \
libyasm/strsep.o \
libyasm/symrec.o \
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
/* $Id$ */\r
\r
+#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail)\r
/* */\r
/* #undef ENABLE_NLS */\r
\r
/* $Id$ */\r
\r
+#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail)\r
+\r
/* */\r
/* #undef ENABLE_NLS */\r
\r
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
<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
/* $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
/>\r
</FileConfiguration>\r
</File>\r
+ <File\r
+ RelativePath="..\..\..\libyasm\splitpath.c"\r
+ >\r
+ </File>\r
<File\r
RelativePath="..\..\..\libyasm\strcasecmp.c"\r
>\r
<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