CASA/c_test/c_sharp_sample/Makefile
2005-10-11 19:51:00 +00:00

21 lines
276 B
Makefile

#
# configure environment
#
TARGET = cSharpSample
CS_NAME = $(TARGET)$(xtra).exe
include global.mak
include defaults.$(PLAT)
include rules.mak
#
# target object and source files
#
include src.$(PLAT)
include objs.$(PLAT)
#
# targets
#
include target.cs