1 # **********************************************************************
3 # Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5 # This copy of Ice is licensed to you under the terms described in the
6 # ICE_LICENSE file included in this distribution.
8 # **********************************************************************
19 SRCS
= $(COBJS
:.obj
=.
cpp)
21 !include $(top_srcdir
)/config
/Make.rules.mak
23 SLICE2CPPFLAGS
= --stream
$(SLICE2CPPFLAGS
)
24 CPPFLAGS
= -I.
-I..
/..
/include $(CPPFLAGS
) -DWIN32_LEAN_AND_MEAN
26 !if
"$(GENERATE_PDB)" == "yes"
27 PDBFLAGS
= /pdb
:$(CLIENT
:.exe
=.pdb
)
31 $(LINK
) $(LD_EXEFLAGS
) $(PDBFLAGS
) $(SETARGV
) $(COBJS
) $(PREOUT
)$@
$(PRELIBS
)$(LIBS
)
32 @if exist
$@.manifest echo ^ ^ ^ Embedding manifest using
$(MT
) && \
33 $(MT
) -nologo
-manifest
$@.manifest
-outputresource
:$@
;#1 && del /q $@.manifest
36 del
/q Test.
cpp Test.h