Ticket #20979: Makefile.in.patch
File Makefile.in.patch, 476 bytes (added by docfaraday@…, 15 years ago) |
---|
-
src/xercesc/util/Platforms/MacOS/Makefile.in
old new 48 48 MacOSDefs.hpp \ 49 49 MacOSPlatformUtils.hpp \ 50 50 MacAbstractFile.hpp \ 51 MacCarbonFile.hpp \52 51 MacPosixFile.hpp 53 52 54 53 CPP_OBJECTS = \ 55 54 MacOSPlatformUtils.$(TO) \ 56 MacCarbonFile.$(TO) \57 55 MacPosixFile.$(TO) 58 56 59 57 include ../../Makefile.util.submodule