summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CIDLC/parser_examples/idl3/idl3.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CIDLC/parser_examples/idl3/idl3.mpc')
-rw-r--r--TAO/CIAO/CIDLC/parser_examples/idl3/idl3.mpc11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/CIAO/CIDLC/parser_examples/idl3/idl3.mpc b/TAO/CIAO/CIDLC/parser_examples/idl3/idl3.mpc
new file mode 100644
index 00000000000..73f2c2f4d8f
--- /dev/null
+++ b/TAO/CIAO/CIDLC/parser_examples/idl3/idl3.mpc
@@ -0,0 +1,11 @@
+project(idl3) : aceexe {
+ exename = idl3
+ includes += .. $(SPIRIT_DIR) $(SPIRIT_DIR)/miniboost
+ Source_Files {
+ idl3.cpp
+ idl3_grammar.cpp
+ }
+ Header_Files {
+ idl3_grammar.h
+ }
+} \ No newline at end of file