Changes in src/Validate/module.mk [c778ef1:c333ed2]
- File:
-
- 1 edited
-
src/Validate/module.mk (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/module.mk
rc778ef1 rc333ed2 16 16 17 17 SRC_VALIDATE = \ 18 Validate/FindSpecialDecls.h pp18 Validate/FindSpecialDecls.h 19 19 20 20 SRC += $(SRC_VALIDATE) \ … … 40 40 Validate/HoistTypeDecls.cpp \ 41 41 Validate/HoistTypeDecls.hpp \ 42 Validate/ImplementEnumFunc.cpp \43 Validate/ImplementEnumFunc.hpp \44 42 Validate/InitializerLength.cpp \ 45 43 Validate/InitializerLength.hpp \ … … 54 52 Validate/ReturnCheck.hpp \ 55 53 Validate/VerifyCtorDtorAssign.cpp \ 56 Validate/VerifyCtorDtorAssign.hpp 54 Validate/VerifyCtorDtorAssign.hpp \ 55 Validate/ImplementEnumFunc.cpp \ 56 Validate/ImplementEnumFunc.hpp 57 57 58 58 SRCDEMANGLE += $(SRC_VALIDATE)
Note:
See TracChangeset
for help on using the changeset viewer.