mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-12 15:52:55 +00:00
xmlwf/readfilemap.c is not used on Windows.
This commit is contained in:
parent
95b26fb994
commit
04507aa326
3 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
USEUNIT("..\Source\xmlwf\xmlfile.c");
|
||||
USEUNIT("..\Source\xmlwf\readfilemap.c");
|
||||
USEUNIT("..\Source\xmlwf\win32filemap.c");
|
||||
USEUNIT("..\Source\xmlwf\codepage.c");
|
||||
USEUNIT("..\Source\xmlwf\xmlwf.c");
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<MACROS>
|
||||
<VERSION value="BCB.05.03"/>
|
||||
<PROJECT value="debug\xmlwf.exe"/>
|
||||
<OBJFILES value="debug\obj\xmlfile.obj debug\obj\readfilemap.obj debug\obj\win32filemap.obj
|
||||
<OBJFILES value="debug\obj\xmlfile.obj debug\obj\win32filemap.obj
|
||||
debug\obj\codepage.obj debug\obj\xmlwf.obj"/>
|
||||
<RESFILES value=""/>
|
||||
<IDLFILES value=""/>
|
||||
|
|
|
@ -14,7 +14,7 @@ BCB = $(MAKEDIR)\..
|
|||
VERSION = BCB.05.03
|
||||
# ---------------------------------------------------------------------------
|
||||
PROJECT = debug\xmlwf.exe
|
||||
OBJFILES = debug\obj\xmlfile.obj debug\obj\readfilemap.obj debug\obj\win32filemap.obj \
|
||||
OBJFILES = debug\obj\xmlfile.obj debug\obj\win32filemap.obj \
|
||||
debug\obj\codepage.obj debug\obj\xmlwf.obj
|
||||
RESFILES =
|
||||
MAINSOURCE = xmlwf.bpf
|
||||
|
|
Loading…
Add table
Reference in a new issue