Changeset 100 for trunk/Makefile.tools
- 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/Makefile.tools
r96 r100 119 119 120 120 #-----[ newlib ]------------------------------------------- 121 NEWLIB_INCDIR = -I$(NEWLIB)/include 122 NEWLIB_LIBDIR = -L$(NEWLIB)/lib 123 NEWLIB_LIBNAME = -lc -lm 121 124 122 125 #-----[ qt ]----------------------------------------------- 126 QT_INCDIR = -I$(QT)/include 127 QT_LIBDIR = -L$(QT)/lib 128 QT_LIBNAME = 123 129 QT_BIN = $(QT)/bin 124 QT_INCDIR = $(QT)/include125 QT_LIBDIR = $(QT)/lib126 QT_LIBNAME =
Note: See TracChangeset
for help on using the changeset viewer.