summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-10-30 13:49:23 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-10-30 13:49:23 +0000
commit4dfc71e3c3951d8f003949bf2bb174c80d43d445 (patch)
tree4ba3212ed63e47e1fc43e77acc2602cbf654bccc
parent6e3ec6fec1be5f6e6c1029e0cd5d32db6b96cdf7 (diff)
downloadATCD-4dfc71e3c3951d8f003949bf2bb174c80d43d445.tar.gz
ChangeLogTag: Thu Oct 30 07:48:29 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--bin/MakeProjectCreator/config/ciao_servant.mpb10
2 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 31de9759039..4a5fcc11710 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Oct 30 07:48:29 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/ciao_servant.mpb:
+
+ Removed the double quotes around E.idl, since this caused problems
+ with the VC71 projects and wasn't necessary anyway.
+
Thu Oct 30 06:35:57 2003 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/templates/em3vcp.mpd:
diff --git a/bin/MakeProjectCreator/config/ciao_servant.mpb b/bin/MakeProjectCreator/config/ciao_servant.mpb
index f28a29b86cb..ed58a655c1b 100644
--- a/bin/MakeProjectCreator/config/ciao_servant.mpb
+++ b/bin/MakeProjectCreator/config/ciao_servant.mpb
@@ -1,12 +1,12 @@
project : ciao_component {
after += CIAO_Server
- libs += CIAO_Server
+ libs += CIAO_Server
Define_Custom(CIDL) {
- automatic = 0
- command = $(CIAO_ROOT)/bin/cidlc --lem-file-suffix "E.idl" --
- inputext = cidl
- source_outputext = _svnt.cpp
+ automatic = 0
+ command = $(CIAO_ROOT)/bin/cidlc --lem-file-suffix E.idl --
+ inputext = cidl
+ source_outputext = _svnt.cpp
generic_outputext = E.idl
}