Go to file
2006-01-13 22:29:15 +00:00
auth_token Fixed the platform parameter ($ARC) for the rpath in link.lux files that was causing failures in Germany. 2006-01-03 23:04:15 +00:00
c_adlib Bug 141924. Refresh secrets after unlock. Additional GUI behavior fixes. 2006-01-09 18:55:50 +00:00
c_common Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
c_doc Documents were updated and formats were changed to Windows format for ease of sharing. 2005-11-13 16:14:25 +00:00
c_gui Bug 142937. Activate 'New' menu option after unlock. 2006-01-13 22:29:15 +00:00
c_jwrapper Fixed the platform parameter ($ARC) for the rpath in link.lux files that was causing failures in Germany. 2006-01-03 23:04:15 +00:00
c_micasacache Binary key support 2005-12-10 04:47:37 +00:00
c_micasad Have changed the code back after Ximian fix. 2006-01-13 20:05:04 +00:00
c_micasadk Fixed the platform parameter ($ARC) for the rpath in link.lux files that was causing failures in Germany. 2006-01-03 23:04:15 +00:00
c_policy - Updated AssemblyInfo.cs files with the version info (1.5.* to 1.6.*) 2006-01-06 12:11:49 +00:00
c_sharp/NSSCSWrapper - Updated AssemblyInfo.cs files with the version info (1.5.* to 1.6.*) 2006-01-06 12:11:49 +00:00
c_test Remove commented code for BINARY Secrets 2006-01-03 18:07:30 +00:00
ClientPasswordManager - Updated AssemblyInfo.cs files with the version info (1.5.* to 1.6.*) 2006-01-06 12:11:49 +00:00
config Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
dependencies Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
doc Windows build 162 2005-12-02 22:53:22 +00:00
extern/w32 Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
include Remove commented code for BINARY Secrets 2006-01-03 18:07:30 +00:00
login_capture/PAM Fixed the platform parameter ($ARC) for the rpath in link.lux files that was causing failures in Germany. 2006-01-03 23:04:15 +00:00
LoginCapture Windows Fix: Statically link msvcr71 into micasa.dll and micasacache.dll. 2005-11-18 21:20:53 +00:00
make nomsg 2005-11-10 19:48:30 +00:00
products/install Deleted unused files 2005-10-27 16:03:14 +00:00
shsrc Dependency on MONO 1.1.13 2006-01-10 16:44:11 +00:00
vs_solutions Binary key support 2005-12-10 04:47:37 +00:00
CASA.changes Bug 142937. Activate 'New' menu option after unlock. 2006-01-13 22:29:15 +00:00
mk-ca-all nomsg 2005-11-30 22:08:06 +00:00
mk-cai-all nomsg 2005-11-30 22:08:20 +00:00
Readme for the project and setup.txt Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
Readme for Windows Build.txt Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
Readme.txt Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00

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

MAKE CLEAN ALL run sequence mk-ca-all for developers and mk-cai-all for BMs.
for individual builds:
for Linux Directory cd shsrc/lshsrc and for Windows 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
tl Linux platform
tw Windows platform
example:
mk-nsssdk-ow optimzed for Windows
mk-nsssdk-dl debug for linux

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.

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