Alexandre Julliard : ntdll: Remove no longer used defines from the makefile.

Alexandre Julliard julliard at winehq.org
Thu Apr 22 15:55:25 CDT 2021


Module: wine
Branch: master
Commit: 9f2751ca3ff92e5eb9cf1dd6c8eac5aa01f4642f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9f2751ca3ff92e5eb9cf1dd6c8eac5aa01f4642f

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Apr 22 15:32:30 2021 +0200

ntdll: Remove no longer used defines from the makefile.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/Makefile.in | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dlls/ntdll/Makefile.in b/dlls/ntdll/Makefile.in
index 179d00b29ef..0fdfb83df15 100644
--- a/dlls/ntdll/Makefile.in
+++ b/dlls/ntdll/Makefile.in
@@ -70,11 +70,6 @@ RC_SRCS = version.rc
 
 EXTRA_OBJS = unix/version.o
 
-server_EXTRADEFS = \
-	-DBINDIR=\"${bindir}\" \
-	-DBIN_TO_DLLDIR=\"`${MAKEDEP} -R ${bindir} ${dlldir}`\" \
-	-DDLL_TO_BINDIR=\"`${MAKEDEP} -R ${dlldir} ${bindir}`\"
-
 unix_loader_EXTRADEFS = \
 	-DBINDIR=\"${bindir}\" \
 	-DDLL_TO_BINDIR=\"`${MAKEDEP} -R ${dlldir} ${bindir}`\" \




More information about the wine-cvs mailing list