Go to file
2006-05-08 15:17:51 +00:00
auth_token Project changes reflecting the rename of the win32 folder. 2006-05-08 15:17:51 +00:00
c_adlib - Description: 2006-05-02 15:05:55 +00:00
c_common first checkin windows autotools 2006-05-04 16:25:55 +00:00
c_doc CASA.spec was corrected and pam scripts were moved to spec file instead of start up script. 2006-02-08 23:14:01 +00:00
c_gui Get username for setting credential 2006-05-08 12:10:28 +00:00
c_jwrapper first checkin windows autotools 2006-05-04 16:25:55 +00:00
c_kwallet CASA-kwallet spec file name change from CASAKWALLET 2006-04-25 17:14:12 +00:00
c_micasacache first checkin windows autotools 2006-05-04 16:25:55 +00:00
c_micasad - Bug 169353. Prompt user for Desktop Password when Master Password is not present. 2006-05-08 02:38:42 +00:00
c_micasadk Addition Parameter check 2006-05-04 22:25:26 +00:00
c_policy yast2-project was updated with install and uninstall scripts. 2006-04-23 01:11:20 +00:00
c_sharp - Bug 169353. Prompt user for Desktop Password when Master Password is not present. 2006-05-08 02:38:42 +00:00
c_test Checkpoint windows project files 2006-05-02 21:30:23 +00:00
casa-yast yast realted scripts were updated. 2006-05-04 21:49:54 +00:00
ClientPasswordManager Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
config Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
dependencies initial check in for suse-autobuild script tar.gz 2006-02-23 19:52:06 +00:00
doc Corrections to spec file and scripts and update to the micasad. 2006-02-17 23:14:27 +00:00
extensions Fix script 2006-04-27 20:49:52 +00:00
extern/w32 Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
include 2006-04-28 19:09:02 +00:00
login_capture yast2-project was updated with install and uninstall scripts. 2006-04-23 01:11:20 +00:00
LoginCapture Checkpoint windows project files. 2006-04-27 20:10:32 +00:00
make Updating Copyright with LGPL license 2006-03-10 18:39:22 +00:00
package ------------------------------------------------------------------- 2006-05-05 05:16:47 +00:00
products/install Deleted unused files 2005-10-27 16:03:14 +00:00
shsrc ------------------------------------------------------------------- 2006-05-04 04:04:03 +00:00
tools add VersionVDProj.exe 2006-05-05 20:31:54 +00:00
vs_solutions fix windows build file. 2006-05-04 20:44:15 +00:00
AUTHORS Update the trunk with autotools makefile changes 2006-03-09 21:17:47 +00:00
autogen.sh Changed to check for file include/micasa.h instead of a file from the auth_token folder since micasa.h is very unlikely to be moved. 2006-04-26 17:18:17 +00:00
CASA.changes - Bug 169353. Prompt user for Desktop Password when Master Password is not present. 2006-05-08 02:38:42 +00:00
ChangeLog Update the trunk with autotools makefile changes 2006-03-09 21:17:47 +00:00
configure.in autotools: windows makefiles change 2006-05-04 20:40:09 +00:00
COPYING Update the trunk with autotools makefile changes 2006-03-09 21:17:47 +00:00
Makefile.am first checkin windows autotools 2006-05-04 16:25:55 +00:00
mk-ca-all 2006-02-28 11:33:16 +00:00
mk-cai-all 2006-02-28 11:33:16 +00:00
NEWS Update the trunk with autotools makefile changes 2006-03-09 21:17:47 +00:00
README Update the trunk with autotools makefile changes 2006-03-09 21:17:47 +00:00
Readme_for_the_project_and_setup.txt Update Readme file for autotool changes 2006-03-10 00:23:58 +00:00
Readme_for_Windows_Build.txt Update the trunk with autotools makefile changes 2006-03-09 21:17:47 +00:00
Readme.txt Update Readme file for autotool changes 2006-03-10 00:23:58 +00:00

INSTRUCTIONS FOR SETTING UP YOUR BUILD ENVIRONMENT
==================================================

For Linux
cd to top directory.
./autogen.sh (for debug build, pass "--enable-debug")
make  

For Windows
MAKE CLEAN ALL run sequence mk-ca-all for developers and mk-cai-all for BMs.
for individual builds:
for Windows cd shsrc/wshsrc and find
the mk-XXX-tp that matches the module name and the type and the platform.
xxx the module name
types:
dp d for debug
op o for optimized
tw Windows platform
example:
mk-nsssdk-ow optimzed for Windows

command line form:
mk-nsssdk-ow d clean all (d for developer - m for build manager)

****************************************************************************************** 

Complier has been upgraded to Microsoft VC 7. After installing the compiler and setting up
parmaters as described above you need to copy the directory Vc7 under the compiler installation 
into c:\tools or a directory that does not have any spaces in the name because cypgwin and
gnumake have problems executing commands in paths with spaces in the names.

Cameron Mashayekhi 2/14/2005

****************************************************************************************** 


For a clarification on the location of the compiler please read changes.log with the entry
dated 3/9/05.

Code changed from using wide chars (wchar_t) to UTF8.
sscs_utfh8.h
sscs_string.h
was added.

To support ISF architecture the nsscs_idk.h replaced nsscs_sdk.h and for the Managed APIs
the header file nsscs_mgmd_idk.h was added.

nsssdk has been renamed to nssidk.

Cameron Mashayekhi 3/9/05.

******************************************************************************************