lipsync/LipSync/Background/makefile

11 lines
312 B
Makefile
Raw Permalink Normal View History

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