winnt-dotnet-support-20030812

"The 1.2.10 build ALMOST builds out of the
box in Visual Studio .NET 2003.  The MIDL compiler's default option
changed from /NO_ROBUST to /ROBUST in version 6.0.359.  So I propose
that we put the /NO_ROBUST switch in the NTMakefiles as part of the
command line."
This commit is contained in:
Robert S. Murawski 2003-08-12 05:06:37 +00:00 committed by Derrick Brashear
parent 63fb9cd1d4
commit f249aaeede
4 changed files with 5 additions and 6 deletions

View File

@ -74,7 +74,7 @@ EXEOBJS = \
$(OJT)\iTaAfsAdmSvr_s.obj
VCLIBS =\
gdi32.lib \
gdi32.lib \
user32.lib \
rpcns4.lib \
rpcrt4.lib \
@ -106,6 +106,7 @@ MIDL_FLAGS=/ms_ext \
/pack 8 \
/W3 \
/WX \
/no_robust \
/nologo
.SUFFIXES: .h .idl

View File

@ -118,6 +118,7 @@ MIDL_FLAGS=/app_config \
/Zp4 \
/cpp_cmd $(cc) \
/cpp_opt "-E" \
/no_robust \
/nologo
.SUFFIXES: .h .idl
@ -360,4 +361,3 @@ clean::
$(DEL) $(LOG95_DLLFILE)
mkdir:

View File

@ -174,8 +174,7 @@ cm_Analyze(cm_conn_t *connp, cm_user_t *userp, cm_req_t *reqp,
int same;
/* Log server being offline for this volume */
osi_Log4(afsd_logp, "cm_Analyze found server %d.%d.%d.%d
marked offline for a volume",
osi_Log4(afsd_logp, "cm_Analyze found server %d.%d.%d.%d marked offline for a volume",
((serverp->addr.sin_addr.s_addr & 0xff)),
((serverp->addr.sin_addr.s_addr & 0xff00)>> 8),
((serverp->addr.sin_addr.s_addr & 0xff0000)>> 16),

View File

@ -111,7 +111,7 @@ $(EXEFILE) : $(EXEOBJS)
# midl on dbrpc.idl
dbrpc.h dbrpc_c.c dbrpc_s.c: dbrpc.idl
$(MIDL) $(AFSDEV_AUXMIDLFLAGS) -Zp4 -cpp_cmd $(cc) -cpp_opt "-E" $**
$(MIDL) $(AFSDEV_AUXMIDLFLAGS) -Zp4 -cpp_cmd $(cc) -cpp_opt "-E" /no_robust $**
############################################################################
# generate versioninfo resources
@ -141,4 +141,3 @@ clean::
mkdir: