Changeset 2305
- Timestamp:
- 03/09/10 13:08:31 (5 months ago)
- Location:
- FalconView/trunk/public
- Files:
-
- 3 modified
-
Build Notes.txt (modified) (1 diff)
-
BuildAll.proj (modified) (1 diff)
-
fvw_core/CustomInterfaces/CustomInterfaces.vcproj (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FalconView/trunk/public/Build Notes.txt
r1720 r2305 8 8 Various .NET issues 9 9 ------------------- 10 11 The build depends on the presence of regtlib.exe which needs to be in your path somewhere. This was shipped with Visual Studio Version 6 but not in Visual Studio 2008. .NET now ships with RegTLIBv12.exe which appears to serve the same purpose but we have had problems substituting one for the other. This issue is under investigation but has not been resolved.12 10 13 11 Some overlays in FalconView are developed using .Net. The official releases of FalconView built by Georgia Tech are signed with our Private Key. If youre developing against assemblies that arent signed yet, youll need to add verification skipping to your development PC. To do this, run the following command from the Visual Studio command prompt: -
FalconView/trunk/public/BuildAll.proj
r2122 r2305 14 14 15 15 <Target Name="BuildAll" 16 DependsOnTargets=" fvw_core;TAMaskProp;TabularEditor;fvw_exe;FvOverlays;Skyview;GeoRect;GISServer;FvCommand;RealTimeTracker;Maritime;SuperSplitter;SA_Tool;RangeBearing">16 DependsOnTargets="RegisterTypeLibrary;fvw_core;TAMaskProp;TabularEditor;fvw_exe;FvOverlays;Skyview;GeoRect;GISServer;FvCommand;RealTimeTracker;Maritime;SuperSplitter;SA_Tool;RangeBearing"> 17 17 </Target> 18 18 19 <Target Name="fvw_core" >19 <Target Name="fvw_core" DependsOnTargers="RegisterTypeLibrary"> 20 20 <MSBuild Properties="Configuration=$(Configuration)" Targets="$(DevEnvCommand)" Projects=".\fvw_core\fvw_core.sln" StopOnFirstFailure="true" /> 21 </Target> 22 23 <Target Name="RegisterTypeLibrary"> 24 <MSBuild Properties="Configuration=$(Configuration)" Targets="$(DevEnvCommand)" Projects=".\fvw_Applications\RegisterTypeLibrary\RegisterTypeLibrary.sln" StopOnFirstFailure="true" /> 21 25 </Target> 22 26 -
FalconView/trunk/public/fvw_core/CustomInterfaces/CustomInterfaces.vcproj
r239 r2305 40 40 Name="VCPostBuildEventTool" 41 41 Description="Copying fvw.tlb..." 42 CommandLine="copy $(OutDir)\fvw.tlb ..\Win Rel
regtlib "$(ProjectDir)..\WinRel\fvw.tlb"
regtlib "$(ProjectDir)tlb\FVDataSources.tlb"
copy $(OutDir)\FalconViewOverlay.tlb ..\WinRel
regtlib "$(ProjectDir)tlb\FalconViewOverlay.tlb"
"42 CommandLine="copy $(OutDir)\fvw.tlb ..\WinDebug
"$(SolutionDir)..\RegisterTypeLibrary" "$(ProjectDir)tlb\Fvw.tlb"
"$(SolutionDir)..\RegisterTypeLibrary" "$(ProjectDir)tlb\FVDataSources.tlb
copy $(OutDir)\FalconViewOverlay.tlb ..\WinDebug
"$(SolutionDir)..\RegisterTypeLibrary" "$(ProjectDir)tlb\FalconViewOverlay.tlb"" 43 43 /> 44 44 </Configuration> … … 66 66 <Tool 67 67 Name="VCPostBuildEventTool" 68 CommandLine="copy $(OutDir)\fvw.tlb ..\WinDebug
 regtlib "$(ProjectDir)tlb\Fvw.tlb"
regtlib "$(ProjectDir)tlb\FVDataSources.tlb
copy $(OutDir)\FalconViewOverlay.tlb ..\WinDebug
regtlib "$(ProjectDir)tlb\FalconViewOverlay.tlb"
"68 CommandLine="copy $(OutDir)\fvw.tlb ..\WinDebug
"$(SolutionDir)..\RegisterTypeLibrary" "$(ProjectDir)tlb\Fvw.tlb"
"$(SolutionDir)..\RegisterTypeLibrary" "$(ProjectDir)tlb\FVDataSources.tlb
copy $(OutDir)\FalconViewOverlay.tlb ..\WinDebug
"$(SolutionDir)..\RegisterTypeLibrary" "$(ProjectDir)tlb\FalconViewOverlay.tlb"" 69 69 /> 70 70 </Configuration> … … 92 92 <Tool 93 93 Name="VCPostBuildEventTool" 94 CommandLine="copy $(OutDir)\fvw.tlb ..\WinDebug
 regtlib "$(ProjectDir)tlb\Fvw.tlb"
regtlib "$(ProjectDir)tlb\FVDataSources.tlb
copy $(OutDir)\FalconViewOverlay.tlb ..\WinDebug
regtlib "$(ProjectDir)tlb\FalconViewOverlay.tlb"
"94 CommandLine="copy $(OutDir)\fvw.tlb ..\WinDebug
"$(SolutionDir)..\RegisterTypeLibrary" "$(ProjectDir)tlb\Fvw.tlb"
"$(SolutionDir)..\RegisterTypeLibrary" "$(ProjectDir)tlb\FVDataSources.tlb
copy $(OutDir)\FalconViewOverlay.tlb ..\WinDebug
"$(SolutionDir)..\RegisterTypeLibrary" "$(ProjectDir)tlb\FalconViewOverlay.tlb"" 95 95 /> 96 96 </Configuration> … … 119 119 Name="VCPostBuildEventTool" 120 120 Description="Copying fvw.tlb..." 121 CommandLine="copy $(OutDir)\fvw.tlb ..\Win Rel
regtlib "$(ProjectDir)..\WinRel\fvw.tlb"
regtlib "$(ProjectDir)tlb\FVDataSources.tlb"
copy $(OutDir)\FalconViewOverlay.tlb ..\WinRel
regtlib "$(ProjectDir)tlb\FalconViewOverlay.tlb"
"121 CommandLine="copy $(OutDir)\fvw.tlb ..\WinDebug
"$(SolutionDir)..\RegisterTypeLibrary" "$(ProjectDir)tlb\Fvw.tlb"
"$(SolutionDir)..\RegisterTypeLibrary" "$(ProjectDir)tlb\FVDataSources.tlb
copy $(OutDir)\FalconViewOverlay.tlb ..\WinDebug
"$(SolutionDir)..\RegisterTypeLibrary" "$(ProjectDir)tlb\FalconViewOverlay.tlb"" 122 122 /> 123 123 </Configuration>
