Go to file
2005-10-19 15:51:54 +00:00
c_adlib Removing the moc file. Its generated at build time 2005-10-19 12:08:14 +00:00
c_common Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
c_doc Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
c_gui Add MONO_PATH to start script. 2005-10-19 15:51:54 +00:00
c_jwrapper Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
c_micasacache Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
c_micasad Update project files 2005-10-17 19:44:56 +00:00
c_micasadk Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
c_policy Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
c_sharp Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
c_test Fix java sample code 2005-10-18 23:18:34 +00:00
c_trayapp Project updates 2005-10-12 15:28:38 +00:00
ClientPasswordManager Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +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
extern/w32 Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
include Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
login_capture/PAM Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
LoginCapture Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
make Minor Changes to fix build 2005-10-13 21:59:26 +00:00
products/install Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
shsrc Generating the moc file during build time 2005-10-19 12:05:03 +00:00
vs_solutions Minor Changes to fix build 2005-10-13 21:59:26 +00:00
Changes.log Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
mk-ca-all Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
mk-cai-all Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +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.

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