diff options
author | Steve Huston <shuston@riverace.com> | 1999-03-16 01:17:20 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-03-16 01:17:20 +0000 |
commit | bcbfe11641233c9e74a8ca9033234215e8a1c8a8 (patch) | |
tree | f0bb85edba8d09f244521dcaf162a174351b4ceb /etc | |
parent | fc1f4c516a2273b080461c776d5ffc1caf4ad96d (diff) | |
download | ATCD-bcbfe11641233c9e74a8ca9033234215e8a1c8a8.tar.gz |
New file to help with template instantiation building shared lib on AIX.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/xlc_dummy.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/xlc_dummy.cpp b/etc/xlc_dummy.cpp new file mode 100644 index 00000000000..6a89bb5becf --- /dev/null +++ b/etc/xlc_dummy.cpp @@ -0,0 +1,6 @@ +// $Id$ +// +// This file exists only to help with template instantiation when building +// shared libraries on AIX using C Set++. See rules.lib.GNU for usage. + +main() {} |