https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9efeefd506343f90f8931223e3232c9ca3e8d00d

commit 9efeefd506343f90f8931223e3232c9ca3e8d00d
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Wed May 1 09:44:33 2019 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Sat Jul 20 13:56:18 2019 +0200

    [GEN_BASEADDRESS] Add framebuf.dll and framebuf_new.dll to exclude ist in 
gen_baseaddress.py
---
 sdk/tools/gen_baseaddress.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sdk/tools/gen_baseaddress.py b/sdk/tools/gen_baseaddress.py
index 673f67d5519..66cf4a6479f 100644
--- a/sdk/tools/gen_baseaddress.py
+++ b/sdk/tools/gen_baseaddress.py
@@ -90,9 +90,12 @@ PRIORITIES = (
 EXCLUDE = (
     'bmfd.dll',
     'bootvid.dll',
+    'framebuf.dll',
+    'framebuf_new.dll',
     'freeldr_pe.dll',
     'ftfd.dll',
     'fusion.dll',
+    'genincdata.dll',
     'hal.dll',
     'halaacpi.dll',
     'halacpi.dll',

Reply via email to