Changeset 19785

Show
Ignore:
Timestamp:
01/30/07 16:25:54 (2 years ago)
Author:
patrick
Message:

Eliminated the need for setting VPR_BASE_DIR on Windows to run applications
by setting the environment variable automatically when the DLL is attached
to the process.

Bumped verrsion to 1.1.39.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/ChangeLog

    r19650 r19785  
    11DATE       AUTHOR   CHANGE 
    22---------- -------- ----------------------------------------------------------- 
     32007-01-30 patrick  Eliminated the need to set VPR_BASE_DIR on Windows to run 
     4                    applications. 
     5                    NEW VERSION: 1.1.39 
    362006-12-13 patrick  Replaced integer return codes in vpr::Thread with 
    47                    exceptions. 
  • juggler/trunk/modules/vapor/VERSION

    r19650 r19785  
     11.1.39-0 @01/30/2007 22:30:00 UTC@ 
    121.1.38-0 @12/13/2006 16:50:00 UTC@ 
    231.1.37-0 @12/11/2006 15:50:00 UTC@ 
  • juggler/trunk/vc7/VPR/VPR.vcproj

    r19629 r19785  
    331331                                RelativePath="..\..\external\md5-c\md5c.c"> 
    332332                        </File> 
     333                        <File 
     334                                RelativePath="..\..\modules\vapor\vpr\vprmain.cpp"> 
     335                        </File> 
    333336                </Filter> 
    334337                <Filter 
  • juggler/trunk/vc8/VPR/VPR.vcproj

    r19728 r19785  
    652652                        </File> 
    653653                        <File 
     654                                RelativePath="..\..\modules\vapor\vpr\vprmain.cpp" 
     655                                > 
     656                        </File> 
     657                        <File 
    654658                                RelativePath="..\..\modules\vapor\vpr\IO\WouldBlockException.cpp" 
    655659                                >