Added the nreplace tool.

This commit is contained in:
n-a-c-h
2005-07-10 01:31:17 +00:00
parent c78b889ade
commit 32d7fb27a3
3 changed files with 174 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ ${PSR}: parsegen.cpp
ALL:
rm -f version.o
tools: minwhite extraext sec-test srccount
tools: minwhite extraext sec-test srccount nreplace
minwhite: ${TOOLSOBJ}
@CXX@ @CFLAGS@ -o ${TOOLSDIR}/minwhite ${TOOLSDIR}/minwhite.cpp ${TOOLSDIR}/fileutil.o
@@ -124,6 +124,9 @@ sec-test: ${TOOLSOBJ}
srccount: ${TOOLSOBJ}
@CXX@ @CFLAGS@ -o ${TOOLSDIR}/srccount ${TOOLSDIR}/srccount.cpp ${TOOLSDIR}/fileutil.o
nreplace: ${TOOLSOBJ}
@CXX@ @CFLAGS@ -o ${TOOLSDIR}/nreplace ${TOOLSDIR}/nreplace.cpp ${TOOLSDIR}/fileutil.o
cfgload.o: cfgload.c macros.mac
cfgparse.o: cfgparse.psr
endmem.o: endmem.asm macros.mac