Changeset 486 for trunk/src


Ignore:
Timestamp:
Jul 11, 2006 9:58:01 AM (18 years ago)
Author:
nkissebe
Message:

RpFortranCommon?.c renamed to RpFortranCommon?.cc as it a C++ file (this makes Microsoft C++ happier)

Location:
trunk/src
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r408 r486  
    234234        $(CXX) $(CFLAGS) $(DEBUG) $(INCL_CORE) $(INCL_FORTRAN) -o $@ -c $?
    235235
    236 RpFortranCommon.o: $(FORT_SRC)/RpFortranCommon.c
     236RpFortranCommon.o: $(FORT_SRC)/RpFortranCommon.cc
    237237        $(CXX) $(CFLAGS) $(DEBUG) $(INCL_FORTRAN) -o $@ -c $<
    238238
Note: See TracChangeset for help on using the changeset viewer.