BUG: Fixed fake generation of files to behave more like fluid.

This commit is contained in:
Brad King 2007-11-10 17:31:50 -05:00
parent 5a539b731b
commit 17c8e898ab
2 changed files with 0 additions and 5 deletions

View File

@ -93,10 +93,6 @@ SET (FLTK_WRAP_UI "On")
SET (FLTK_FLUID_EXECUTABLE "${FLUID_LOC}")
FLTK_WRAP_UI (wraplibFLTK ${FLTK_SRCS})
ADD_LIBRARY(wraplibFLTK ${wraplibFLTK_FLTK_UI_SRCS})
CONFIGURE_FILE(
${Wrapping_SOURCE_DIR}/fltk1.fl
${Wrapping_BINARY_DIR}/fltk1.cxx
COPYONLY)
ADD_DEPENDENCIES(wraplibFLTK fakefluid)
ADD_DEPENDENCIES(fakefluid Wrap)
#

View File

@ -11,7 +11,6 @@ int main(int ac, char** av)
FILE* file = fopen(av[i+1], "w");
fprintf(file, "// hello\n");
fclose(file);
return 0;
}
}
return 0;