mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2026-02-19 06:12:58 -08:00
Reorganize files from svn
This commit is contained in:
11
LipSync/NicoComment/makefile
Normal file
11
LipSync/NicoComment/makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user