mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-21 18:22:03 -08:00
12 lines
380 B
Makefile
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
|