Update of /cvsroot/anyedit/AnyEditv2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6305
Modified Files:
AnyEdit.dsp
Log Message:
Changed absolute path of Scintilla.h to a relative path
Index: AnyEdit.dsp
===================================================================
RCS file: /cvsroot/anyedit/AnyEditv2/AnyEdit.dsp,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** AnyEdit.dsp 1 Nov 2004 17:29:18 -0000 1.74
--- AnyEdit.dsp 30 Nov 2004 19:18:07 -0000 1.75
***************
*** 1047,1051 ****
# Begin Source File
! SOURCE=E:\Guy\Projects\AnyEdit\AnyEditv2\Scintilla.h
# End Source File
# End Group
--- 1047,1051 ----
# Begin Source File
! SOURCE=.\Scintilla.h
# End Source File
# End Group
|