Commit 75a5107c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dsound: Move make_fir to the dsound directory.

parent 495a95c3
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment