mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2025-11-18 20:33:52 -08:00
git-svn-id: http://svn.sourceforge.jp/svnroot/lipsync@6 b1f601f4-4f45-0410-8980-aecacb008692
This commit is contained in:
11
trunk/LipSync/NicoComment/makefile
Normal file
11
trunk/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