mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2025-12-04 09:53:43 -08:00
Reorganize files from svn
This commit is contained in:
10
LipSync/Background/makefile
Normal file
10
LipSync/Background/makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
RM=rm
|
||||
CP=cp
|
||||
|
||||
Background.dll: Background.cs entry_config.cs entry_config.Designer.cs IPlugin.dll
|
||||
gmcs -target:library -out:Background.dll \
|
||||
-r:System.Windows.Forms,System.Drawing,IPlugin.dll \
|
||||
Background.cs entry_config.cs entry_config.Designer.cs
|
||||
|
||||
clean:
|
||||
$(RM) Background.dll IPlugin.dll
|
||||
Reference in New Issue
Block a user