source: CMT/HEAD/mgr/VisualC.nmake @ 522

Last change on this file since 522 was 522, checked in by rybkin, 15 years ago

See C.L. 409

  • Property svn:eol-style set to native
File size: 3.1 KB
Line 
1CMT_tag=$(tag)
2CMTVERSION=HEAD
3cmt_hardware_query_command=uname -m
4cmt_hardware=WIN32
5cmt_system_version_query_command=uname -r 
6cmt_system_version=XP
7cmt_compiler_version_query_command=$(CMTROOT)/mgr/cmt_gcc_version.sh | grep '^gcc'
8cmt_compiler_version=cl
9debug_option=/G
10cc=cl.exe
11cflags=/nologo /DWIN32 /MD /W3 $(includes) /c
12ccomp=cl.exe $(cdebugflags) $(cflags) $(pp_cflags)
13clink=link.exe /nologo /machine:IX86 
14msdevdll=/dll
15msdevdllflags=/MT /D "_USRDLL" /D "WDLL_EXPORTS"
16ppcmd=/I 
17preproc=cl.exe
18cpp=cl.exe
19cppflags=/nologo /DWIN32 /MD /W3 $(includes) /c /EHsc
20cppcomp=cl.exe $(cppdebugflags) $(cppflags) $(pp_cppflags)
21cpplink=link.exe /nologo /machine:I386 advapi32.lib 
22for=f77
23flink=$(for) $(flinkflags)
24javacomp=javac -classpath $(src):$(CLASSPATH) 
25javacopy=copy
26jar=jar
27lex=lex $(lexflags)
28yacc=yacc $(yaccflags)
29ar=lib.exe /nologo 
30shlibsuffix=dll
31shlibbuilder= $(cmt_installarea_linkopts) 
32library_install_command=copy 
33build_library_links=$(cmtexe) build library_links -tag=$(tags)
34remove_library_links=$(cmtexe) remove library_links -tag=$(tags)
35cmtexe=$(CMTROOT)\$(CMTBIN)\cmt.exe
36build_prototype=$(cmtexe) build prototype
37build_dependencies=$(cmtexe) -tag=$(tags) build dependencies
38build_triggers=$(cmtexe) build triggers
39format_dependencies=$(CMTROOT)\mgr\cmt_format_deps.bat
40implied_library_prefix=-l
41implied_library_suffix=.lib
42SHELL=cmd
43q="
44src=..\src\
45doc=..\doc\
46inc=..\src\
47mgr=..\mgr\
48application_suffix=.exe
49lock_command=$(CMTROOT)\mgr\cmt_lockfile.bat 
50unlock_command=rmdir 
51lock_name=cmt
52lock_suffix=.lock
53lock_file=$(lock_name)$(lock_suffix)
54svn_checkout_command=python $(CMTROOT)\mgr\cmt_svn_checkout.py 
55MAKEFLAGS= --no-print-directory 
56gmake_hosts=lx1 rsplus lxtest as7 dxplus ax7 hp2 aleph hp1 hpplus papou1-fe atlas
57make_hosts=virgo-control1 rio0a vmpc38a
58everywhere=hosts
59install_command=xcopy /S /E /Y 
60uninstall_command=del 
61cmt_installarea_command=xcopy /S /E /Y 
62cmt_uninstallarea_command=del 
63cmt_install_area_command=$(cmt_installarea_command)
64cmt_uninstall_area_command=$(cmt_uninstallarea_command)
65cmt_install_action=$(CMTROOT)\mgr\cmt_install_action.bat
66cmt_installdir_action=$(CMTROOT)\mgr\cmt_installdir_action.bat
67cmt_uninstall_action=$(CMTROOT)\mgr\cmt_uninstall_action.bat
68cmt_uninstalldir_action=$(CMTROOT)\mgr\cmt_uninstalldir_action.bat
69cmt_installdir_excludes=$(CMTROOT)\mgr\cmt_installdir_excludes.txt
70mkdir=mkdir
71cmt_cvs_protocol_level=v1r1
72cmt_installarea_prefix=InstallArea
73CMT_PATH_remove_regexp=\\[^\\]*\\
74CMT_PATH_remove_share_regexp=\\share\\
75NEWCMTCONFIG=WIN32-XP-cl
76all_constituents=cmt $(constituents)
77tag=VisualC
78package=CMT
79version=HEAD
80PACKAGE_ROOT=$(CMTROOT)
81srcdir=..\src
82bin=..\$(CMT_tag)\
83javabin=..\classes\
84mgrdir=mgr
85cmt_installarea_paths= $(cmt_installarea_prefix)/$(CMTCONFIG)/bin
86use_linkopts= $(cmt_installarea_linkopts) 
87cmt_GUID={88BF15AB-5A2D-4bea-B64F-02752C2A1F4F}
88cmt_use_linkopts=  $(CMT_linkopts) 
89make_GUID={88BF15AB-5A2D-4bea-B64F-02752C2A1F4F}
90constituents= cmt 
91constituentsclean= cmtclean 
92all_constituentsclean= $(constituentsclean)
93cmt_actions_constituents= make 
94cmt_actions_constituentsclean= makeclean 
Note: See TracBrowser for help on using the repository browser.