3f60dbf148
This enables changing the name and output folder of the debug symbol files produced by MS compilers. Inspired-by: Thomas Bernard <thomas.bernard@ipetronik.com>
4 lines
85 B
C
4 lines
85 B
C
extern int mylibA();
|
|
extern int mylibD();
|
|
int main() { return mylibA() + mylibD(); }
|