lipsync/LipSync/NicoComment/makefile
2024-05-20 00:17:44 +00:00

12 lines
380 B
Makefile

RM=rm
CP=cp
NicoComment.dll: FConfig.cs FConfig.Designer.cs Form1.cs Form1.Designer.cs NicoComment.cs Program.cs \
IPlugin.dll
gmcs -target:library -out:NicoComment.dll \
-r:System.Windows.Forms,System.Drawing,IPlugin.dll \
FConfig.cs FConfig.Designer.cs Form1.cs Form1.Designer.cs NicoComment.cs Program.cs
clean:
$(RM) NicoComment.dll IPlugin.dll