#
# Please set the TARGETNAME parameter to the name of your SYS driver.
# The SOURCES parameter must include the bc_alg.c file, and also 
# xxx.rc (resource file) and xxx.c files with your algorithm's source codes
#

TARGETNAME=bc_idea
TARGETPATH=lib
TARGETTYPE=DRIVER

SOURCES=bc_alg.c bc_idea.c bc_idea.rc  
