Commit 5aa19d94 authored by Claes Sjofors's avatar Claes Sjofors

wb build options, simul archive added

parent d5fba7cf
......@@ -161,5 +161,15 @@ SObject pwrb:Type
Attr Value = 1048576
EndBody
EndObject
!/**
! Simul archive.
!*/
Object SimulArchive $Bit
Body SysBody
Attr PgmName = "SimulArchive"
Attr Text = "SimulArchive"
Attr Value = 2097152
EndBody
EndObject
EndObject
EndSObject
\ No newline at end of file
......@@ -2439,9 +2439,13 @@ pwr_tStatus lfu_SaveDirectoryVolume(
if ( bop->SystemModules & pwr_mBuildOptionsMask_RemoteArchive)
sprintf( &str[strlen(str)], "-lpwr_remote ");
if ( bop->SystemModules & pwr_mBuildOptionsMask_SsaboxArchive)
sprintf( &str[strlen(str)], "-lpwr_ssabox ");
if ( bop->SystemModules & pwr_mBuildOptionsMask_SimulArchive)
sprintf( &str[strlen(str)], "-lpwr_simul ");
sprintf( &str[strlen(str)], "-lpwr_rt ");
if ( bop->SystemModules & pwr_mBuildOptionsMask_SoftingPNAK)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment