move res/ subdirectory to src/dmd/res/

This commit is contained in:
Walter Bright 2020-06-13 22:00:10 -07:00 committed by Sebastian Wilzbach
parent 6ee04563a3
commit e008ca1df7
6 changed files with 8 additions and 8 deletions

View file

@ -71,7 +71,7 @@ subPackage {
name "frontend"
targetType "library"
sourcePaths "src/dmd"
stringImportPaths "res"
stringImportPaths "src/dmd/res"
versions \
"NoBackend" \