Last change
on this file since 22015 was 21916, checked in by dmik, 14 years ago |
Merge branch gcc-kmk to trunk.
|
-
Property svn:eol-style
set to
native
|
File size:
471 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # COMMON library makefile.
|
---|
3 | #
|
---|
4 |
|
---|
5 | SUB_DEPTH = ../..
|
---|
6 | include $(KBUILD_PATH)/subheader.kmk
|
---|
7 |
|
---|
8 | LIBRARIES += common
|
---|
9 | common_TEMPLATE = OdinCxx
|
---|
10 |
|
---|
11 | common_INCS = .
|
---|
12 |
|
---|
13 | common_SOURCES = \
|
---|
14 | kFileDEF.cpp \
|
---|
15 | kFileLX.cpp \
|
---|
16 | kFilePE.cpp \
|
---|
17 | kFileSDF.cpp \
|
---|
18 | kFileFormatBase.cpp \
|
---|
19 | kFile.cpp \
|
---|
20 | kFileInterfaces.cpp \
|
---|
21 | kAssert.c \
|
---|
22 | kError.cpp
|
---|
23 |
|
---|
24 | common_LIBS += \
|
---|
25 | $(PATH_STAGE_LIB)/unicode.lib
|
---|
26 |
|
---|
27 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.