2005-10-03 Marcel Telka <marcel@telka.sk>

* Makefile.am (openwinceincdir): Removed different setting for hwbench.
	* configure.ac (HWBENCH_PATH): Removed unused constant.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@666 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 19 years ago
parent 400f6edf7f
commit f46f410d4c

@ -1,3 +1,8 @@
2005-10-03 Marcel Telka <marcel@telka.sk>
* Makefile.am (openwinceincdir): Removed different setting for hwbench.
* configure.ac (HWBENCH_PATH): Removed unused constant.
2005-09-29 Marcel Telka <marcel@telka.sk>
* h8/h83048/adc.h: Simplified preprocessor directive syntax.

@ -30,11 +30,7 @@
# Written by Marcel Telka <marcel@telka.sk>, 2002.
#
if HAVE_HWBENCH
openwinceincdir = @HWBENCH_PATH@/IAR/INC/openwince
else
openwinceincdir = $(includedir)/openwince
endif
nobase_openwinceinc_HEADERS = \
common.h \

@ -4,6 +4,7 @@ include-0.4.2:
* Moved content of the obsolete common.h into new openwince.h file.
* Simplified preprocessor directive syntax for Renesas H8/3048 headers.
* Changed installation steps for Hitachi Workbench/IAR Compiler.
include-0.4.1 (2005-07-15):

@ -30,3 +30,7 @@ You should use following parameters for the ./configure script:
--with-hwbench=PATH_TO_HWBENCH --host=hwbench
for example
--with-hwbench=/cygdrive/c/hwbench --host=hwbench
You could also use --includedir parameter for the ./configure script to install
the package under hwbench tree. For example:
--includedir=/cygdrive/c/hwbench/IAR/INC/

@ -73,7 +73,5 @@ if test "$hwbench_path" = "no"; then
fi
AM_CONDITIONAL( GENERATE_STDINT_H, test "$generate_stdint_h" = "yes" )
AM_CONDITIONAL( HAVE_HWBENCH, test "$hwbench_path" != "no" )
HWBENCH_PATH="$hwbench_path"
AC_SUBST( HWBENCH_PATH )
AC_OUTPUT

Loading…
Cancel
Save