mirror of
https://github.com/AdaCore/gprbuild.git
synced 2026-02-12 12:30:13 -08:00
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/gprmake@43597 936e1b1b-40f2-da11-902a-00137254ae57
10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
project Except is
|
|
for Languages use ("Ada", "C++");
|
|
for Source_Dirs use ("src1");
|
|
for Main use ("ada_main.adb", "cpp_main.cpp");
|
|
package Naming is
|
|
for Specification_Suffix ("C++") use ".h";
|
|
for Implementation_Suffix ("C++") use ".cpp";
|
|
end Naming;
|
|
end Except;
|