Changeset 100 for trunk/Makefile.tools


Ignore:
Timestamp:
Jan 8, 2009, 2:06:27 PM (15 years ago)
Author:
rosiere
Message:

1) Bug fix (Operation, Instruction)
2) Modif Return Address Stack
3) Add Soft Test
4) Add Soc Test

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      Makefile.flags
      Makefile.tools
      Makefile.tools_path
  • trunk/Makefile.tools

    r96 r100  
    119119
    120120#-----[ newlib ]-------------------------------------------
     121NEWLIB_INCDIR                           = -I$(NEWLIB)/include
     122NEWLIB_LIBDIR                           = -L$(NEWLIB)/lib
     123NEWLIB_LIBNAME                          = -lc -lm
    121124
    122125#-----[ qt ]-----------------------------------------------
     126QT_INCDIR                               = -I$(QT)/include
     127QT_LIBDIR                               = -L$(QT)/lib
     128QT_LIBNAME                              =
    123129QT_BIN                                  = $(QT)/bin
    124 QT_INCDIR                               = $(QT)/include
    125 QT_LIBDIR                               = $(QT)/lib
    126 QT_LIBNAME                              =
Note: See TracChangeset for help on using the changeset viewer.