mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Pull OutBuffer into dmd.common and use it from both frontend and backend
This commit is contained in:
parent
0a73713b93
commit
a7ab922b28
71 changed files with 107 additions and 79 deletions
3
dub.sdl
3
dub.sdl
|
@ -10,7 +10,7 @@ dependency ":frontend" version="*"
|
|||
subPackage {
|
||||
name "root"
|
||||
targetType "library"
|
||||
sourcePaths "src/dmd/root"
|
||||
sourcePaths "src/dmd/common" "src/dmd/root"
|
||||
}
|
||||
|
||||
subPackage {
|
||||
|
@ -86,6 +86,7 @@ subPackage {
|
|||
|
||||
excludedSourceFiles "src/dmd/backend/*"
|
||||
excludedSourceFiles "src/dmd/root/*"
|
||||
excludedSourceFiles "src/dmd/common/*"
|
||||
excludedSourceFiles "src/dmd/{\
|
||||
astbase,\
|
||||
console,\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue