diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-05-02 11:26:43 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-05-02 11:26:43 +0000 |
commit | a75c53f01672bf800d5da7ed9d1fb6c44ee3c952 (patch) | |
tree | b993e0787b535f747a10d092863b52209cd80105 /cppe | |
parent | bug 2166 (diff) | |
download | ice-a75c53f01672bf800d5da7ed9d1fb6c44ee3c952.tar.bz2 ice-a75c53f01672bf800d5da7ed9d1fb6c44ee3c952.tar.xz ice-a75c53f01672bf800d5da7ed9d1fb6c44ee3c952.zip |
Added workqueue
Diffstat (limited to 'cppe')
-rwxr-xr-x | cppe/demo/IceE/Makefile.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cppe/demo/IceE/Makefile.mak b/cppe/demo/IceE/Makefile.mak index 62258724c63..bbfb4a4a6fc 100755 --- a/cppe/demo/IceE/Makefile.mak +++ b/cppe/demo/IceE/Makefile.mak @@ -20,7 +20,8 @@ SUBDIRS = minimal \ SUBDIRS = $(SUBDIRS) \ hello \ callback \ - bidir + bidir \ + workqueue !endif !if "$(CPP_COMPILER)" != "VC80_EXPRESS" |