Ignore:
Timestamp:
Feb 21, 2008, 5:59:30 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 349

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/VisualC.nmake

    r96 r445  
    11CMT_tag=$(tag)
     2CMT_root=Z:\user\g\grybkine\maxidisk\Labs\devel\CMT\HEAD
    23CMTVERSION=HEAD
    34cmt_hardware_query_command=uname -m
     
    4647mgr=..\mgr\
    4748application_suffix=.exe
    48 lock_command=attrib /S /D +R ..\*
    49 unlock_command=attrib /S /D -R ..\*
     49lock_command=$(CMTROOT)\mgr\cmt_lockfile.bat 
     50unlock_command=rmdir 
     51lock_name=cmt
     52lock_suffix=.lock
     53lock_file=$(lock_name)$(lock_suffix)
    5054MAKEFLAGS= --no-print-directory 
    5155gmake_hosts=lx1 rsplus lxtest as7 dxplus ax7 hp2 aleph hp1 hpplus papou1-fe atlas
     
    7882javabin=..\classes\
    7983mgrdir=mgr
    80 cmt_installarea_paths=$(cmt_installarea_prefix)/$(tag)/bin $(cmt_installarea_prefix)/$(tag)/lib $(cmt_installarea_prefix)/share/lib $(cmt_installarea_prefix)/share/bin
     84cmt_installarea_paths= $(cmt_installarea_prefix)/$(CMTCONFIG)/bin
    8185use_linkopts= $(cmt_installarea_linkopts) 
    8286cmt_use_linkopts=  $(CMT_linkopts) 
Note: See TracChangeset for help on using the changeset viewer.