Changeset 1534

Show
Ignore:
Timestamp:
07/19/05 23:32:44 (3 years ago)
Author:
madcat
Message:

Only use msvc on win32 :)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/Jamfile

    r1533 r1534  
    11import toolset : using ; 
     2import os ; 
     3 
    24using gcc ; 
    3 using msvc : 7.1 ; 
     5 
     6if [ os.name ] = NT { 
     7        using msvc : 7.1 ; 
     8
    49 
    510project : requirements <include>include ;