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