Changeset bf4fe05 for src/InitTweak/module.mk
- Timestamp:
- May 13, 2024, 7:07:06 AM (17 months ago)
- Branches:
- master
- Children:
- ca4f2b2
- Parents:
- ec20ab9 (diff), 5f225f5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/module.mk
rec20ab9 rbf4fe05 16 16 17 17 SRC_INITTWEAK = \ 18 InitTweak/GenInit.c c\19 InitTweak/GenInit.h \20 InitTweak/InitTweak.c c\21 InitTweak/InitTweak.h 18 InitTweak/GenInit.cpp \ 19 InitTweak/GenInit.hpp \ 20 InitTweak/InitTweak.cpp \ 21 InitTweak/InitTweak.hpp 22 22 23 23 SRC += $(SRC_INITTWEAK) \ 24 InitTweak/FixGlobalInit.c c\25 InitTweak/FixGlobalInit.h \24 InitTweak/FixGlobalInit.cpp \ 25 InitTweak/FixGlobalInit.hpp \ 26 26 InitTweak/FixInit.cpp \ 27 InitTweak/FixInit.h 27 InitTweak/FixInit.hpp 28 28 29 29 SRCDEMANGLE += $(SRC_INITTWEAK)
Note:
See TracChangeset
for help on using the changeset viewer.