Alexandre Julliard : mofcomp: Remove obsolete variables in makefile.
Module: wine Branch: master Commit: 38da464ed1396a2612afca0216301016c673a8d5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=38da464ed1396a2612afca0216... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Sat Oct 23 10:44:43 2010 +0200 mofcomp: Remove obsolete variables in makefile. --- programs/mofcomp/Makefile.in | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/programs/mofcomp/Makefile.in b/programs/mofcomp/Makefile.in index f1dd447..e86a9ee 100644 --- a/programs/mofcomp/Makefile.in +++ b/programs/mofcomp/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mofcomp.exe APPMODE = -mconsole -municode IMPORTS = kernel32
participants (1)
-
Alexandre Julliard