Revision: 726 Author: eht16 Date: 2006-08-15 12:41:12 -0700 (Tue, 15 Aug 2006) ViewCVS: http://svn.sourceforge.net/geany/?rev=726&view=rev
Log Message: ----------- Added fortran files to the Windows makefiles
Modified Paths: -------------- trunk/scintilla/makefile.win32 trunk/tagmanager/makefile.win32 Modified: trunk/scintilla/makefile.win32 =================================================================== --- trunk/scintilla/makefile.win32 2006-08-15 19:38:07 UTC (rev 725) +++ trunk/scintilla/makefile.win32 2006-08-15 19:41:12 UTC (rev 726) @@ -61,7 +61,7 @@ #**LEXOBJS=\\n(*.o ) LEXOBJS=\ LexBash.o LexAsm.o LexCSS.o LexConf.o LexCPP.o LexCrontab.o LexHTML.o LexOthers.o LexPascal.o \ -LexPerl.o LexPython.o LexSQL.o LexCaml.o LexOMS.o LexTCL.o LexRuby.o +LexPerl.o LexPython.o LexSQL.o LexCaml.o LexOMS.o LexTCL.o LexRuby.o LexFortran.o #--Autogenerated -- end of automatically generated section
all: $(COMPLIB)
Modified: trunk/tagmanager/makefile.win32 =================================================================== --- trunk/tagmanager/makefile.win32 2006-08-15 19:38:07 UTC (rev 725) +++ trunk/tagmanager/makefile.win32 2006-08-15 19:41:12 UTC (rev 726) @@ -32,7 +32,7 @@ clean: $(RM) deps.mak *.o $(COMPLIB)
-$(COMPLIB): args.o c.o d.o make.o conf.o pascal.o perl.o php.o \ +$(COMPLIB): args.o c.o fortran.o d.o make.o conf.o pascal.o perl.o php.o \ python.o regex.o sh.o ctags.o entry.o get.o keyword.o options.o parse.o \ read.o sort.o strlist.o latex.o docbook.o tcl.o ruby.o asm.o sql.o css.o vstring.o tm_workspace.o tm_work_object.o \ tm_source_file.o tm_project.o tm_tag.o tm_symbol.o tm_file_entry.o \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.