# Configuration # Change this to the installation directory of FLEX FLEX_HOME = C:/Documents and Settings/Administrator/My Documents/alg/flex/ # This is the name the swc file that is generated OUTPUT = library.swc # This is the name the directory containing the code that the swc # should include. LIBRARY = myCode # Don't change this (it's the path to the compiler to use) compc.exe = ${FLEX_HOME}/bin/compc.exe