Changeset 100 for trunk/Softwares/Minimal_soft/Makefile
- Timestamp:
- Jan 8, 2009, 2:06:27 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:ignore
set to
Makefile.flags
Makefile.tools
Makefile.tools_path
-
Property
svn:ignore
set to
-
trunk/Softwares/Minimal_soft/Makefile
r98 r100 12 12 DIR_ASM = $(DIR_SRC)/asm 13 13 DIR_SYS = $(DIR_SRC)/sys 14 DIR_INC = $(DIR_ C)/include15 DIR_LDSCRIPT = ../ Global/ldscript/14 DIR_INC = $(DIR_SRC)/include 15 DIR_LDSCRIPT = ../Common/ldscript/ 16 16 17 INCLUDE = -I$(DIR_INC) 18 LIBRARY = 17 INCDIR = -I$(DIR_INC) 18 LIBDIR = 19 LIBNAME = 19 20 20 21 #-----[ Files ]-------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.