2009-06-25 14:16:22 +00:00
|
|
|
CP=cp
|
|
|
|
RM=rm
|
|
|
|
|
2009-07-29 17:03:20 +00:00
|
|
|
all: Boare.Lib.Vsq.dll
|
2009-06-25 14:16:22 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2009-07-29 17:03:20 +00:00
|
|
|
#libvsq.exe: common.cpp TextMemoryStream.cpp VsqCommon.cpp main.cpp
|
|
|
|
# g++ common.cpp TextMemoryStream.cpp VsqCommon.cpp main.cpp -o libvsq.exe
|
2009-06-25 14:16:22 +00:00
|
|
|
|
|
|
|
clean:
|
|
|
|
$(RM) Boare.Lib.Vsq.dll
|
|
|
|
$(RM) bocoree.dll
|