mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 09:18:15 +02:00
* Dotted filenames for package fftw
This commit is contained in:
parent
46785d3884
commit
ce140620b9
3
packages/fftw/namespaced/Api.Fftw_s.pas
Normal file
3
packages/fftw/namespaced/Api.Fftw_s.pas
Normal file
@ -0,0 +1,3 @@
|
||||
unit Api.Fftw_s;
|
||||
{$DEFINE FPC_DOTTEDUNITS}
|
||||
{$i fftw_s.pas}
|
3
packages/fftw/namespaces.lst
Normal file
3
packages/fftw/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
||||
src/fftw_s.pas=namespaced/Api.Fftw_s.pas
|
||||
{s*:src/}=namespaced/
|
||||
{i+:src/}
|
@ -1,4 +1,6 @@
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit fftw_s;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
{
|
||||
FFTW - Fastest Fourier Transform in the West library
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user