1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
PROGRAM = SdlExamples
PACKAGES =
BINARY_LIBS = \
Tao.Sdl.dll
SYSTEM_LIBS = \
System \
System.Windows.Forms \
System.Data \
System.Drawing
RESX = SdlExamples.resx
RESOURCES = $(PROGRAM).SdlExamples.resources
SOURCES = \
SdlExamples.cs \
GfxPrimitives.cs \
Program.cs \
Rectangles.cs \
SdlExamples.Designer.cs \
SmpegPlayer.cs \
Properties/AssemblyInfo.cs
KEYFILE = ../../src/Tao.Sdl/Tao.Sdl.snk
$(PROGRAM).SdlExamples.resources: SdlExamples.resx
$(RESGEN) $< $@
include $(top_srcdir)/Program.am
|