Module: wine Branch: master Commit: 75a5107c965019361bac5fbe7245ee38e5450878 URL: https://source.winehq.org/git/wine.git/?a=commit;h=75a5107c965019361bac5fbe7...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Mar 9 01:30:22 2020 +0100
dsound: Move make_fir to the dsound directory.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
{tools => dlls/dsound}/make_fir | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tools/make_fir b/dlls/dsound/make_fir similarity index 98% rename from tools/make_fir rename to dlls/dsound/make_fir index 97c5583d16..0fd26aaf7f 100755 --- a/tools/make_fir +++ b/dlls/dsound/make_fir @@ -136,8 +136,7 @@ foreach my $testfreq(@testfreqs) {
# Now actually print the FIR to a C header file
-chdir ".." if -f "./make_fir"; -open FILE, ">dlls/dsound/fir.h"; +open FILE, ">", "fir.h"; select FILE;
print "/* generated by tools/make_fir; DO NOT EDIT! */\n";