diff options
author | Jose <jose@zeroc.com> | 2014-08-12 21:28:08 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-08-12 21:28:08 +0200 |
commit | 2d130c454d86d5adb1807a8de2cb20d12559ea37 (patch) | |
tree | e3afd8bf2cd5def77770869dc62967a4e201c39e /cpp | |
parent | Fixed (ICE-5586) - Integrate IceWS to the Ice core library (diff) | |
download | ice-2d130c454d86d5adb1807a8de2cb20d12559ea37.tar.bz2 ice-2d130c454d86d5adb1807a8de2cb20d12559ea37.tar.xz ice-2d130c454d86d5adb1807a8de2cb20d12559ea37.zip |
VC90 minor cleanup
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Makefile.mak | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/src/Makefile.mak b/cpp/src/Makefile.mak index 3aa3705f65d..89e42e36fff 100644 --- a/cpp/src/Makefile.mak +++ b/cpp/src/Makefile.mak @@ -17,15 +17,6 @@ SUBDIRS = IceUtil\winrt \ Glacier2Lib\winrt \ IceStormLib\winrt \ IceGridLib\winrt - -!elseif "$(CPP_COMPILER)" == "VC90" -SUBDIRS = IceUtil \ - Slice \ - slice2cpp \ - slice2cs \ - slice2php \ - Ice \ - IceSSL \ !else SUBDIRS = IceUtil \ Slice \ |