;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Customization File for Machining Advisor
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; The following steps are performed in this file:
; - customize Machining Advisor in order to match the actual 
;   installation.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Some general notes on customizing Machining Advisor
;
;   To avoid changes during later software updates of Machining Advisor,
;   this customization file should be copied to a file named
;   "ma_corp_customize" or "ma_corp_customize.lsp" which will not be
;   overwritten by the update process.
;   Only if "ma_corp_customize" is not found, "ma_corp_customize.orig"
;   will be loaded as default.
;   If you are running Machining Advisor over a network you can also
;   copy the ``ma_customize'' file to the individual user directories
;   from where Machining Advisor is started.  This way, every user can
;   work with his own preferred customization.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;---- the values in the calls below are the values used by default
;---- within Machining Advisor, therefore they are commented out
;
;(cond 
;   ((si:eval-feature :NT)
;  (progn
;    ;; NT customization
;    (cad-cam-link:activate-cadcam-link "GoElan")
;    (cad-cam-link:activate-cadcam-link "HyperFact")
;  ))
;   ((si:eval-feature :IRIX)
;  (progn ;; else
;    ;; Sgi-IRIX customization
;    (cad-cam-link:activate-cadcam-link "HyperFact")
;  ))
;((si:eval-feature :HP-UX)
;  (progn ;; else
;    ;; HP-UX customization
;    (cad-cam-link:activate-cadcam-link "GoElan")
;    (cad-cam-link:activate-cadcam-link "HyperFact")
;  ))
;)
