Kayvan's WinXP fix to fdfix.sh.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4505 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-07-01 08:14:09 +00:00
parent 2f8ca779af
commit 643ec3cf04
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2002-07-01 Angus Leeming <leeming@lyx.org>
* forma/Makefile.am: keep "make clean" consistent with Kayvan's fix.
2002-07-01 Kayvan A. Sylvan <kayvan@sylvan.com>
* forms/fdfix.sh: fix compilation failure on WinXP.
2002-06-28 Angus Leeming <leeming@lyx.org>
* XPainter.[Ch]: changes associated with the name change

View File

@ -61,7 +61,7 @@ libfdesign.la: $(libfdesign_la_OBJECTS) $(libfdesign_la_DEPENDENCIES)
$(SHELL) $(SCRIPT) $<
clean-local:
rm -f *.[ChH] *.orig \
rm -f *.[Ch] *.[ch]pp *.orig \
rm -f $(srcdir)/*.[hc] $(srcdir)/*.bak
distclean-local:

View File

@ -61,7 +61,7 @@ fi
# Modify the .h file for use by LyX
HIN=${DIRNAME}/${BASENAME}.h
HPATCH=${DIRNAME}/${BASENAME}.h.patch
HOUT=${BASENAME}.H
HOUT=${BASENAME}.hpp
FDFIXH=${DIRNAME}/fdfixh.sed
@ -99,7 +99,8 @@ fi
# Create the .C file for use by LyX
CIN=${DIRNAME}/${BASENAME}.c
CPATCH=${DIRNAME}/${BASENAME}.C.patch
COUT=${BASENAME}.C
COUT=${BASENAME}.cpp
FINAL_COUT=${BASENAME}.C
FDFIXC=${DIRNAME}/fdfixc.sed
@ -137,5 +138,6 @@ fi
# Clean up, to leave the finished .C file
rm -f ${CIN}
mv ${COUT} ${FINAL_COUT}
#========================================