Go to file
2006-06-07 16:25:16 +00:00
auth_token Removing un-necessary folder. 2006-06-05 22:59:19 +00:00
c_adlib remove old makefiles and ClientPasswordManager 2006-06-06 17:22:30 +00:00
c_common first checkin windows autotools 2006-05-04 16:25:55 +00:00
c_gui remove old makefiles and ClientPasswordManager 2006-06-06 17:22:30 +00:00
c_jwrapper remove old makefiles and ClientPasswordManager 2006-06-06 17:22:30 +00:00
c_kwallet check in 1.7 version for casa-yast and casa-kwallet 2006-06-05 22:34:49 +00:00
c_micasacache remove old makefiles and ClientPasswordManager 2006-06-06 17:22:30 +00:00
c_micasad remove old makefiles and ClientPasswordManager 2006-06-06 17:22:30 +00:00
c_micasadk remove old makefiles and ClientPasswordManager 2006-06-06 17:22:30 +00:00
c_policy remove old makefiles and ClientPasswordManager 2006-06-06 17:22:30 +00:00
c_sharp remove old makefiles and ClientPasswordManager 2006-06-06 17:22:30 +00:00
c_test remove old makefiles and ClientPasswordManager 2006-06-06 17:22:30 +00:00
casa-yast check in 1.7 version for casa-yast and casa-kwallet 2006-06-05 22:34:49 +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 move doc into product and internal directory 2006-06-07 16:05:15 +00:00
extensions Code and scripts to build the firefox extension for windows. 2006-05-30 21:06:21 +00:00
extern/w32 Updated the license on all of the source files again... 2006-02-01 17:48:29 +00:00
include Minor changes to the get authentication token API. 2006-05-16 15:20:47 +00:00
LoginCapture merge login_capture and LoginCapture -continue 2006-06-07 16:25:16 +00:00
make Updating Copyright with LGPL license 2006-03-10 18:39:22 +00:00
package move vs_solutions to package directory 2006-06-07 15:59:23 +00:00
products/install Deleted unused files 2005-10-27 16:03:14 +00:00
tools Add LGPL license to missing files 2006-05-10 20:25:18 +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 175455. Prevent crash when entering MP that is too short and during an upgrade. 2006-06-05 21:33:03 +00:00
ChangeLog Update the trunk with autotools makefile changes 2006-03-09 21:17:47 +00:00
configure.in merge login_capture and LoginCapture -continue 2006-06-07 16:25:16 +00:00
COPYING Update the trunk with autotools makefile changes 2006-03-09 21:17:47 +00:00
Makefile.am move vs_solutions to package directory 2006-06-07 15:59:23 +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.

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