f83fb3704b
The symbol generation shell scripts cause CRLF issues on Windows/Cygwin again and again. Instead of fixing this yet again I opted to remove the symbol generation script at least for the "no symbols" scenario with two C source files to be copied.
5 lines
93 B
C
5 lines
93 B
C
#include "symbols.h"
|
|
|
|
const int symbols_nelts = 0;
|
|
const struct symbols symbols[] = {{0,0}};
|