* configure.in: Fixed up so that ucsim is only configured once.
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 26 Sep 2001 04:48:42 +0000 (04:48 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 26 Sep 2001 04:48:42 +0000 (04:48 +0000)
commit7131c95b14af27494c070111ef89a541889c3a79
tree2cb27c7348ad8a439959b896fad6a871ed729226
parent9b4669d9f07c2e7d49e266e15b0478d64445e337
* configure.in: Fixed up so that ucsim is only configured once.

* support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.

* src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
(getPathDifference): As above.

* src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.

* src/SDCCglue.c (tempfilename): Added function for pre-processor.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1313 4a8a32a2-be11-0410-ad9d-d568d2c75423
12 files changed:
ChangeLog
configure
configure.in
src/SDCCglobl.h
src/SDCCglue.c
src/SDCCmain.c
src/SDCCutil.c
src/SDCCutil.h
support/cpp2/configure
support/cpp2/configure.in
support/tests/internal/Makefile
support/tests/internal/stubs.c