Changeset 522 for CMT


Ignore:
Timestamp:
Sep 18, 2009, 2:59:39 PM (15 years ago)
Author:
rybkin
Message:

See C.L. 409

Location:
CMT/HEAD
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r521 r522  
     12009-09-18    <rybkin@lal.in2p3.fr> 409
     2
     3        * mgr/requirements: For Windows, set macro devenv_command to "devenv /?"
     4        if VS (for Visual Studio) tag is activated
     5        * mgr/VisualC.nmake: Update
     6       
    172009-09-17    <rybkin@lal.in2p3.fr> 408
    28
  • CMT/HEAD/mgr/VisualC.nmake

    r521 r522  
    1414msdevdll=/dll
    1515msdevdllflags=/MT /D "_USRDLL" /D "WDLL_EXPORTS"
    16 devenv_command=devenv /?
     16ppcmd=/I
    1717preproc=cl.exe
    1818cpp=cl.exe
  • CMT/HEAD/mgr/requirements

    r521 r522  
    208208
    209209macro devenv_command      "" \
    210       WIN32               "devenv /?" \
     210      VS&WIN32            "devenv /?"
    211211
    212212#
Note: See TracChangeset for help on using the changeset viewer.