git-svn-id: http://svn.sourceforge.jp/svnroot/lipsync@4 b1f601f4-4f45-0410-8980-aecacb008692

This commit is contained in:
kbinani
2009-06-25 14:06:02 +00:00
parent c71eedcc2f
commit 09b7366d95
597 changed files with 64861 additions and 0 deletions

17
trunk/LipSync/makefile Normal file
View 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