mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2025-11-29 08:13:43 -08:00
git-svn-id: http://svn.sourceforge.jp/svnroot/lipsync@8 b1f601f4-4f45-0410-8980-aecacb008692
This commit is contained in:
@@ -1,21 +1,14 @@
|
||||
CP=cp
|
||||
RM=rm
|
||||
|
||||
all: Boare.Lib.Vsq.dll libvsq.exe
|
||||
all: Boare.Lib.Vsq.dll
|
||||
|
||||
Boare.Lib.Vsq.dll: *.cs bocoree.dll
|
||||
gmcs -recurse:*.cs -target:library -define:MONO -out:Boare.Lib.Vsq.dll -r:bocoree.dll,System,System.Windows.Forms,System.Drawing
|
||||
|
||||
bocoree.dll: ../bocoree/bocoree.dll
|
||||
cp ../bocoree/bocoree.dll bocoree.dll
|
||||
|
||||
../bocoree/bocoree.dll:
|
||||
cd ../bocoree/ && $(MAKE)
|
||||
|
||||
libvsq.exe: common.cpp TextMemoryStream.cpp VsqCommon.cpp main.cpp
|
||||
g++ common.cpp TextMemoryStream.cpp VsqCommon.cpp main.cpp -o libvsq.exe
|
||||
#libvsq.exe: common.cpp TextMemoryStream.cpp VsqCommon.cpp main.cpp
|
||||
# g++ common.cpp TextMemoryStream.cpp VsqCommon.cpp main.cpp -o libvsq.exe
|
||||
|
||||
clean:
|
||||
$(RM) Boare.Lib.Vsq.dll
|
||||
$(RM) bocoree.dll
|
||||
cd ../bocoree/ && $(MAKE) RM=$(RM) clean
|
||||
|
||||
Reference in New Issue
Block a user