svn rev #20229: trunk/src/ ccapi/ ccapi/common/win/ ccapi/common/win/OldCC/ ...

kpkoch@MIT.EDU kpkoch at MIT.EDU
Tue Feb 19 10:22:15 EST 2008


Commit By: kpkoch
Log Message: 
TargetVersion: 1.7
Component: krb5-libs
Ticket: 5594
Tags:  pullup

Changes to integrate the CCAPI build into the build structure, build the test suite and fixes to random problems discovered along the way.

Since no platform other than windows builds CCAPI using the build system, some conditionalizing may be necessary when other platforms use the makefiles.

src/Makefile.in:  Add CPPFLAGS that seemed to be missing; run wconfig for ccapi/(lib, server, test).

config/win-pre.in:  DEBUGOPT /ZI doesn't seem to provide enough debugging information under VS2005; /Zi does.

windows/build/bkw.pl:  Fix -no<switch> so that -nonodebug will work.  Otherwise, can't do debug build.

Move Get/PutTspData out of dllmain; add tlsindex argument.

Comment out some debug messages.




Changed Files:
U   trunk/src/Makefile.in
U   trunk/src/ccapi/Makefile.in
U   trunk/src/ccapi/common/win/OldCC/ccutils.c
U   trunk/src/ccapi/common/win/OldCC/util.cxx
U   trunk/src/ccapi/common/win/tls.c
U   trunk/src/ccapi/common/win/tls.h
U   trunk/src/ccapi/common/win/win-utils.c
U   trunk/src/ccapi/lib/win/OldCC/client.cxx
U   trunk/src/ccapi/lib/win/ccapi_os_ipc.cxx
U   trunk/src/ccapi/lib/win/ccs_reply_proc.c
U   trunk/src/ccapi/lib/win/dllmain.cxx
U   trunk/src/ccapi/lib/win/dllmain.h
U   trunk/src/ccapi/server/win/ccs_os_server.cpp
U   trunk/src/ccapi/server/win/ccs_win_pipe.c
U   trunk/src/ccapi/test/Makefile.in
A   trunk/src/ccapi/test/Pingtest.sln
U   trunk/src/ccapi/test/pingtest.c
A   trunk/src/ccapi/test/setlib.pl
A   trunk/src/ccapi/test/test_ccapi.bat
U   trunk/src/ccapi/test/test_ccapi_util.c
U   trunk/src/config/win-pre.in
U   trunk/src/windows/build/bkw.pl



More information about the cvs-krb5 mailing list