11 lines
242 B
Bash
Executable File
11 lines
242 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Atria post-C++ compilation script - copies defmap file from
|
|
# target-specific directory to target-specific file, if necessary.
|
|
#
|
|
# atria_post_cxxc [target]
|
|
#
|
|
# Current version of this script is intentionally empty
|
|
|
|
exit 0
|