Project

General

Profile

Patch #786 ยป 786-Makefile.patch

Added XMP_LibUtils.cpp to the list of source files and sorted them. - Andreas Huggel, 16 Aug 2011 20:20

View differences:

xmpsdk/src/Makefile
55 55
# Source files
56 56

  
57 57
# Add library C++ source files to this list
58
CCSRC = XML_Node.cpp           \
59
        XMPMeta.cpp            \
58
CCSRC = ExpatAdapter.cpp       \
59
        MD5.cpp                \
60
        ParseRDF.cpp           \
61
        UnicodeConversions.cpp \
62
        WXMPIterator.cpp       \
63
        WXMPMeta.cpp           \
64
        WXMPUtils.cpp          \
65
        XML_Node.cpp           \
66
        XMPCore_Impl.cpp       \
67
        XMPIterator.cpp        \
60 68
        XMPMeta-GetSet.cpp     \
61 69
        XMPMeta-Parse.cpp      \
62 70
        XMPMeta-Serialize.cpp  \
63
        XMPIterator.cpp        \
64
        XMPUtils.cpp           \
71
        XMPMeta.cpp            \
65 72
        XMPUtils-FileInfo.cpp  \
66
        XMPCore_Impl.cpp       \
67
        ExpatAdapter.cpp       \
68
        ParseRDF.cpp           \
69
        UnicodeConversions.cpp \
70
        MD5.cpp                \
71
        WXMPMeta.cpp           \
72
        WXMPIterator.cpp       \
73
        WXMPUtils.cpp
73
        XMPUtils.cpp           \
74
        XMP_LibUtils.cpp
74 75

  
75 76
# ******************************************************************************
76 77
# Library
    (1-1/1)