This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/reactos/CMake.git
synced
2025-01-06 11:08:18 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
82df6deaaf
CMake
/
Tests
/
LinkLineOrder
/
Two.c
9 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
BUG: the dependency analysis would incorrectly alphabetically re-order the link lines, which affects external libraries pulled up from deep within the dependency tree. Fixed by preserving order everywhere.
2002-11-19 23:01:05 +00:00
void
OneFunc
(
)
;
ENH: remove warnings in tests
2004-05-02 15:50:14 +00:00
void
NoDepZ_func
(
)
;
BUG: the dependency analysis would incorrectly alphabetically re-order the link lines, which affects external libraries pulled up from deep within the dependency tree. Fixed by preserving order everywhere.
2002-11-19 23:01:05 +00:00
void
TwoFunc
(
)
{
OneFunc
(
)
;
NoDepZ_func
(
)
;
}
Reference in New Issue
Copy Permalink