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 28 29 30
|
PROGRAM = CgExamples
PACKAGES =
BINARY_LIBS = \
Tao.Cg.dll \
Tao.FreeGlut.dll \
Tao.OpenGl.dll
SYSTEM_LIBS = \
System \
System.Windows.Forms \
System.Data \
System.Drawing
RESX = CgExamples.resx
RESOURCES = $(PROGRAM).CgExamples.resources
SOURCES = \
CgExamples.cs \
CgExamples.Designer.cs \
Gl_01_vertex_program.cs \
Gl_02_vertex_and_fragment_program.cs \
Gl_06_vertex_twisting_program.cs \
Gl_14_bulge_program.cs \
Program.cs \
Properties/AssemblyInfo.cs
KEYFILE = ../../src/Tao.Cg/Tao.Cg.snk
$(PROGRAM).CgExamples.resources: CgExamples.resx
$(RESGEN) $< $@
include $(top_srcdir)/Program.am
|