Skip to content

Commit f142ff7

Browse files
Updating roadmap and supplementary warning for static dependency
1 parent aafd85c commit f142ff7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Src/runcpp2/CompilingLinking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ namespace
616616
{
617617
ssLOG_WARNING( "Trying to link static dependency when script is being " <<
618618
"built as shared. Linking might not work on some platforms.");
619-
619+
ssLOG_WARNING( "If failing to link, consider using --executable instead");
620620
//TODO: Maybe revert the default back to executable?
621621
}
622622

mkdocs/docs/TODO.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636

3737
## High Priority
3838

39+
- Rename "OtherFilesToBeCompiled" to "SourceFiles"
40+
- Expose/rename "InternalExecutableShared" and change BuildType to be platform map
41+
- This ties to the warning in `CompilingLinking.cpp:619`
3942
- Update `FileProperties.hpp` to use list of string for prefix and extension
4043
- Merge `SharedLinkFile` and `SharedLibraryFile`
4144
- Add the ability for user to specify custom substitution options which applies to all fields

0 commit comments

Comments
 (0)