dsound: Move make_fir to the dsound directory.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2020-03-09 01:30:22 +01:00 committed by Alexandre Julliard
parent 495a95c38e
commit 75a5107c96
1 changed files with 1 additions and 2 deletions

View File

@ -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";