Changeset 137 for trunk/Softwares/Basic_test
- Timestamp:
 - Feb 16, 2010, 1:35:48 PM (16 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/Softwares/Basic_test/Makefile (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/Softwares/Basic_test/Makefile
r100 r137 15 15 DIR_LDSCRIPT = ../Common/ldscript/ 16 16 17 INCDIR = -I$(DIR_INC) -I$(DIR_COMMON_INC) $( NEWLIB_INCDIR)18 LIBDIR = $( NEWLIB_LIBDIR)19 LIBNAME = $( NEWLIB_LIBNAME)17 INCDIR = -I$(DIR_INC) -I$(DIR_COMMON_INC) $($(OS)_INCDIR) 18 LIBDIR = $($(OS)_LIBDIR) 19 LIBNAME = $($(OS)_LIBNAME) 20 20 21 21 #-----[ Files ]-------------------------------------------------------------------  
Note: See TracChangeset
          for help on using the changeset viewer.
      