summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-08 14:05:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-08 14:05:30 +0000
commite5b01943209c5618cd221944b5e65512264107e9 (patch)
treedf59858e7f808f9568c1041460a9009f61bf7dd6
parentd73ce6e5a4ecb0310161c319498f988d89947df5 (diff)
downloadATCD-e5b01943209c5618cd221944b5e65512264107e9.tar.gz
-rw-r--r--TAO/tao/Codeset.mpc10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/Codeset.mpc b/TAO/tao/Codeset.mpc
index c84514f6732..2e8ba1a1220 100644
--- a/TAO/tao/Codeset.mpc
+++ b/TAO/tao/Codeset.mpc
@@ -5,6 +5,11 @@ project : taolib, install, tao_versioning_idl_defaults, nolink_codecfactory {
dynamicflags = TAO_CODESET_BUILD_DLL
pch_header =
pch_source =
+ idlflags += -GA -SS -Sci -Sorb \
+ -Wb,export_macro=TAO_Codeset_Export \
+ -Wb,export_include=tao/Codeset/codeset_export.h \
+ -o Codeset
+ idlflags -= -St -Sa
Source_Files {
Codeset
@@ -29,11 +34,6 @@ project : taolib, install, tao_versioning_idl_defaults, nolink_codecfactory {
}
IDL_Files {
- idlflags += -GA -SS -Sci -Sorb \
- -Wb,export_macro=TAO_Codeset_Export \
- -Wb,export_include=tao/Codeset/codeset_export.h \
- -o Codeset
- idlflags -= -St
Codeset/CodeSetContext.pidl
}
}