Skip to content

Commit e332ef9

Browse files
committed
吉里吉里2プラグインの内吉里吉里Zライセンスで了解を得られたものをそのまま追加。
0 parents  commit e332ef9

9 files changed

+4232
-0
lines changed

Main.cpp

Lines changed: 621 additions & 0 deletions
Large diffs are not rendered by default.

fftgraph.bpf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
USEDEF("fftgraph.def");
2+
USERES("fftgraph.res");
3+
USEUNIT("Main.cpp");
4+
USEUNIT("fftsg.c");
5+
USEUNIT("..\tp_stub.cpp");
6+
//---------------------------------------------------------------------------
7+
This file is used by the project manager only and should be treated like the project file
8+
9+
DllEntryPoint

fftgraph.bpr

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
<?xml version='1.0' encoding='utf-8' ?>
2+
<!-- C++Builder XML Project -->
3+
<PROJECT>
4+
<MACROS>
5+
<VERSION value="BCB.05.03"/>
6+
<PROJECT value="..\..\..\..\bin\win32\plugin\fftgraph.dll"/>
7+
<OBJFILES value="intermediate\Main.obj intermediate\fftsg.obj intermediate\tp_stub.obj"/>
8+
<RESFILES value="fftgraph.res"/>
9+
<DEFFILE value="fftgraph.def"/>
10+
<RESDEPEN value="$(RESFILES)"/>
11+
<LIBFILES value=""/>
12+
<LIBRARIES value=""/>
13+
<SPARELIBS value=""/>
14+
<PACKAGES value="Vcl50.bpi Vclx50.bpi"/>
15+
<PATHCPP value=".;.."/>
16+
<PATHPAS value=".;"/>
17+
<PATHRC value=".;"/>
18+
<PATHASM value=".;"/>
19+
<DEBUGLIBPATH value="$(BCB)\lib\debug"/>
20+
<RELEASELIBPATH value="$(BCB)\lib\release"/>
21+
<LINKER value="tlink32"/>
22+
<USERDEFINES value=""/>
23+
<SYSDEFINES value="NO_STRICT;_NO_VCL"/>
24+
<MAINSOURCE value="fftgraph.bpf"/>
25+
<INCLUDEPATH value="..;..\..\..\base\win32\plugin_kit;$(BCB)\include;$(BCB)\include\vcl"/>
26+
<LIBPATH value="..;..\..\..\base\win32\plugin_kit;$(BCB)\lib\obj;$(BCB)\lib"/>
27+
<WARNINGS value="-w-par"/>
28+
</MACROS>
29+
<OPTIONS>
30+
<CFLAG1 value="-WD -O2 -H=$(BCB)\lib\vcl50.csm -Hc -Vx -Ve -X- -a8 -b- -k- -y -v -vi -tWD
31+
-tWM -c"/>
32+
<PFLAGS value="-N2intermediate -N0intermediate -$Y- -$L- -$D- -v -JPHNE -M"/>
33+
<RFLAGS value=""/>
34+
<AFLAGS value="/mx /w2 /zn"/>
35+
<LFLAGS value="-Iintermediate -D&quot;&quot; -aa -Tpd -x -Gi -v"/>
36+
</OPTIONS>
37+
<LINKER>
38+
<ALLOBJ value="c0d32.obj $(OBJFILES)"/>
39+
<ALLRES value="$(RESFILES)"/>
40+
<ALLLIB value="$(LIBFILES) $(LIBRARIES) import32.lib cw32mt.lib"/>
41+
</LINKER>
42+
<IDEOPTIONS>
43+
[Version Info]
44+
IncludeVerInfo=1
45+
AutoIncBuild=1
46+
MajorVer=1
47+
MinorVer=1
48+
Release=2
49+
Build=5
50+
Debug=0
51+
PreRelease=0
52+
Special=0
53+
Private=0
54+
DLL=0
55+
Locale=1041
56+
CodePage=932
57+
58+
[Version Info Keys]
59+
CompanyName=
60+
FileDescription=FFT Spectrum Analyzer Plug-in DLL
61+
FileVersion=1.1.2.5
62+
InternalName=fftgraph.dll
63+
LegalCopyright=Copyright (C) 2002-2009 W.Dee and contributors All rights reserved.
64+
LegalTrademarks=
65+
OriginalFilename=fftgraph.dll
66+
ProductName=fftgraph
67+
ProductVersion=1.0.0.0
68+
Comments=
69+
70+
[HistoryLists\hlIncludePath]
71+
Count=3
72+
Item0=..\;..\..\..\base\win32\plugin_kit;$(BCB)\include;$(BCB)\include\vcl
73+
Item1=..\..\..\base\win32\plugin_kit;$(BCB)\include;$(BCB)\include\vcl
74+
Item2=$(BCB)\include;$(BCB)\include\vcl
75+
76+
[HistoryLists\hlLibraryPath]
77+
Count=3
78+
Item0=..\;..\..\..\base\win32\plugin_kit;$(BCB)\lib\obj;$(BCB)\lib
79+
Item1=..\..\..\base\win32\plugin_kit;$(BCB)\lib\obj;$(BCB)\lib
80+
Item2=$(BCB)\lib\obj;$(BCB)\lib
81+
82+
[HistoryLists\hlDebugSourcePath]
83+
Count=1
84+
Item0=$(BCB)\source\vcl
85+
86+
[HistoryLists\hlConditionals]
87+
Count=1
88+
Item0=_DEBUG
89+
90+
[HistoryLists\hlIntOutputDir]
91+
Count=2
92+
Item0=intermediate
93+
Item1=c:\Program Files\Borland\CBuilder5\Projects\tvp2win32\environ\win32\fftgraph\intermediate
94+
95+
[HistoryLists\hlFinalOutputDir]
96+
Count=3
97+
Item0=..\..\..\..\bin\win32\plugin\
98+
Item1=c:\Program Files\Borland\CBuilder5\Projects\tvp2win32\environ\win32\plugin\
99+
Item2=c:\Program Files\Borland\CBuilder5\Projects\tvp2win32\environ\win32\plugin
100+
101+
[Debugging]
102+
DebugSourceDirs=$(BCB)\source\vcl
103+
104+
[Parameters]
105+
RunParams=&quot;c:\Program Files\Borland\CBuilder5\Projects\tvp2win32\environ\win32\player&quot; -dinput=no
106+
HostApplication=c:\Program Files\Borland\CBuilder5\Projects\tvp2win32\environ\win32\tvpwin32.exe
107+
RemoteHost=
108+
RemotePath=
109+
RemoteDebug=0
110+
111+
[Compiler]
112+
ShowInfoMsgs=0
113+
LinkDebugVcl=0
114+
LinkCGLIB=0
115+
116+
[Language]
117+
ActiveLang=
118+
ProjectLang=
119+
RootDir=
120+
</IDEOPTIONS>
121+
</PROJECT>

fftgraph.def

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
EXPORTS
2+
V2Link
3+
V2Unlink

fftgraph.dsp

Lines changed: 128 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fftgraph.dsw

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Microsoft Developer Studio Workspace File, Format Version 6.00
2+
# �x��: ����ܰ���߰� ̧�� ��ҏW�܂��͍폜���Ȃ��ł�������!
3+
4+
###############################################################################
5+
6+
Project: "fftgraph"=".\fftgraph.dsp" - Package Owner=<4>
7+
8+
Package=<5>
9+
{{{
10+
}}}
11+
12+
Package=<4>
13+
{{{
14+
}}}
15+
16+
###############################################################################
17+
18+
Global:
19+
20+
Package=<5>
21+
{{{
22+
}}}
23+
24+
Package=<3>
25+
{{{
26+
}}}
27+
28+
###############################################################################
29+

fftgraph.res

1.72 KB
Binary file not shown.

0 commit comments

Comments
 (0)