mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2026-01-09 18:09:20 -08:00
git-svn-id: http://svn.sourceforge.jp/svnroot/lipsync@4 b1f601f4-4f45-0410-8980-aecacb008692
This commit is contained in:
17
trunk/LipSync/makefile
Normal file
17
trunk/LipSync/makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
OPT=
|
||||
RM=rm
|
||||
CP=cp
|
||||
LipSync.exe: Boare.Lib.Media.dll Boare.Lib.Vsq.dll Boare.Lib.AppUtil.dll IPlugin.dll Boare.Lib.Swf.dll bocoree.dll Properties/Resources.resources
|
||||
gmcs -unsafe+ -recurse:*.cs -target:exe -out:LipSync.exe -warn:0 -define:MONO -codepage:utf8 \
|
||||
-resource:Properties/Resources.resources,LipSync.Properties.Resources.resources \
|
||||
-r:System.Windows.Forms,System.Drawing,System.Web \
|
||||
-r:Boare.Lib.Media.dll,Boare.Lib.Vsq.dll,Boare.Lib.AppUtil.dll,IPlugin.dll,Boare.Lib.Swf,bocoree.dll
|
||||
|
||||
Properties/Resources.resources: Properties/Resources.resx
|
||||
perl EditResx.pl Properties/Resources.resx
|
||||
cd Properties && resgen Resources_.resx Resources.resources
|
||||
$(RM) Properties/Resources_.resx
|
||||
|
||||
clean:
|
||||
$(RM) LipSync.exe Boare.Lib.Media.dll Boare.Lib.Vsq.dll Boare.Lib.AppUtil.dll IPlugin.dll Boare.Lib.Swf.dll \
|
||||
bocoree.dll Background.dll NicoComment.dll VFlip.dll
|
||||
Reference in New Issue
Block a user