Changes to integrate the CCAPI build into the build structure, build the test suite...
authorKevin Koch <kpkoch@mit.edu>
Tue, 19 Feb 2008 15:22:13 +0000 (15:22 +0000)
committerKevin Koch <kpkoch@mit.edu>
Tue, 19 Feb 2008 15:22:13 +0000 (15:22 +0000)
commit1ad7c24419422ce0d62c80699eb4cd30b1c3d51b
treea8d853bff3d5101093ed37a2a9cf8f3fbc8628fb
parentc90fb4c40ec4fb78e4d1b2a40c9c5af36225603c
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.

TargetVersion: 1.7
Component: krb5-libs
Ticket: 5594
Tags:  pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20229 dc483132-0cff-0310-8789-dd5450dbe970
22 files changed:
src/Makefile.in
src/ccapi/Makefile.in
src/ccapi/common/win/OldCC/ccutils.c
src/ccapi/common/win/OldCC/util.cxx
src/ccapi/common/win/tls.c
src/ccapi/common/win/tls.h
src/ccapi/common/win/win-utils.c
src/ccapi/lib/win/OldCC/client.cxx
src/ccapi/lib/win/ccapi_os_ipc.cxx
src/ccapi/lib/win/ccs_reply_proc.c
src/ccapi/lib/win/dllmain.cxx
src/ccapi/lib/win/dllmain.h
src/ccapi/server/win/ccs_os_server.cpp
src/ccapi/server/win/ccs_win_pipe.c
src/ccapi/test/Makefile.in
src/ccapi/test/Pingtest.sln [new file with mode: 0644]
src/ccapi/test/pingtest.c
src/ccapi/test/setlib.pl [new file with mode: 0644]
src/ccapi/test/test_ccapi.bat [new file with mode: 0644]
src/ccapi/test/test_ccapi_util.c
src/config/win-pre.in
src/windows/build/bkw.pl