Source files generated by BladeSmith

When you create objects, BladeSmith generates the source files; some file names are prefixed with the name of the DataBlade® module (indicated by project). By default, BladeSmith creates the source files in the src and src\c subdirectories of the directory that contains the BladeSmith project file.

Generated source files are listed in the following table.
Table 1. Source files generated by BladeSmith
File name Directory Type of file More information
project.h src\c C header file See C header file for more information.
support.c

udr.c

Opaque.c

statistics.c

src\c C source code file Only edit the udr.c, Opaque.c, and statistics.c files.

See C source code files for more information.

project.def src\c C definition file This file lists the exported routines declared in the source code file.
project.dsp project.dsw src Visual C++ files See Microsoft Visual C++ files for more information.
readme.txt src\c Text file This file describes the files in the src\c directory.
warning.txt src\c Text file This file describes potential problems with your source code.

See Warning file for more information.

ProjectU.mak src Makefile Use this file for compiling on UNIX™.

See Compiling on a UNIX operating system for more information.