diff options
author | Jose <jose@zeroc.com> | 2015-04-13 16:24:52 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-04-13 16:24:52 +0200 |
commit | 9eac965e8ccd8501084409d248db691b763ed25f (patch) | |
tree | 69117fa9e58bd3a6bddf284c923f4fe81e87f371 /cpp/src/slice2cs | |
parent | Missing depend-file option in slice2freezej (diff) | |
download | ice-9eac965e8ccd8501084409d248db691b763ed25f.tar.bz2 ice-9eac965e8ccd8501084409d248db691b763ed25f.tar.xz ice-9eac965e8ccd8501084409d248db691b763ed25f.zip |
Remove FileUtil dependency for --depend-file
Diffstat (limited to 'cpp/src/slice2cs')
-rw-r--r-- | cpp/src/slice2cs/Makefile | 2 | ||||
-rw-r--r-- | cpp/src/slice2cs/Makefile.mak | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cs/Makefile b/cpp/src/slice2cs/Makefile index 6d59b55654c..ccde4cf4c10 100644 --- a/cpp/src/slice2cs/Makefile +++ b/cpp/src/slice2cs/Makefile @@ -20,7 +20,7 @@ RPATH_DIR = $(LOADER_PATH)/../$(libsubdir) include $(top_srcdir)/config/Make.rules -CPPFLAGS := -I. -I.. $(CPPFLAGS) +CPPFLAGS := -I. $(CPPFLAGS) $(NAME): $(OBJS) rm -f $@ diff --git a/cpp/src/slice2cs/Makefile.mak b/cpp/src/slice2cs/Makefile.mak index 5dd2a1c0e63..e42a7e8d1ce 100644 --- a/cpp/src/slice2cs/Makefile.mak +++ b/cpp/src/slice2cs/Makefile.mak @@ -18,7 +18,7 @@ OBJS = .\Gen.obj \ !include $(top_srcdir)/config/Make.rules.mak -CPPFLAGS = -I. -I.. $(CPPFLAGS) -DWIN32_LEAN_AND_MEAN +CPPFLAGS = -I. $(CPPFLAGS) -DWIN32_LEAN_AND_MEAN !if "$(GENERATE_PDB)" == "yes" PDBFLAGS = /pdb:$(NAME:.exe=.pdb) |