mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2026-05-07 20:52:53 -07:00
Reorganize files from svn
This commit is contained in:
10
LipSync/IPlugin/makefile
Normal file
10
LipSync/IPlugin/makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
CP=cp
|
||||
RM=rm
|
||||
OPT=-r:System,System.Drawing,System.Windows.Forms
|
||||
IPLUGIN_SRC=IPlugin.cs ISO639.cs InputBox.cs InputBox.designer.cs
|
||||
|
||||
IPlugin.dll: $(IPLUGIN_SRC)
|
||||
gmcs -target:library -out:IPlugin.dll $(IPLUGIN_SRC) $(OPT)
|
||||
|
||||
clean:
|
||||
$(RM) IPlugin.dll
|
||||
Reference in New Issue
Block a user