Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
15
cde/programs/dtinfo/tools/bin/pre_compile
Executable file
15
cde/programs/dtinfo/tools/bin/pre_compile
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Atria pre-C++ compilation script - removes .o file, and
|
||||
# target-specific defmap directory and file, if necessary.
|
||||
#
|
||||
# atria_pre_cxxc [targetname]
|
||||
#
|
||||
TARGET=$1
|
||||
|
||||
rm -f ${TARGET}.o
|
||||
rm -rf ${TARGET}.ptrep
|
||||
|
||||
exit 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user