📄 jamfile
字号:
## $Id: Jamfile 185 2006-10-05 18:21:39Z btolman $#SubDir TOP apps geomatics relposition ;SEARCH_SOURCE += $(TOP)/src ;SEARCH_SOURCE += $(TOP)/apps/geomatics/lib ;# this is necessary for Windows b/c the linker command line gets too long!Library baselib : DataStructures.cpp CommandInput.cpp Configure.cpp ReadRawData.cpp ReadObsFiles.cpp EphemerisImprovement.cpp ClockModel.cpp Synchronization.cpp DoubleDifference.cpp EditDDs.cpp DataOutput.cpp Estimation.cpp Timetable.cpp ElevationMask.cpp ProcessRawData.cpp ComputeRAIMSolution.cpp EditRawDataBuffers.cpp ;#link prgms to librariesLinkLibraries DDBase : baselib ;# must have the prefix here ... why, and why not with others?LinkLibraries DDBase dprgm : $(LIBPREFIX)geomatic ;# gpstk must be lastGPSLinkLibraries DDBase ddmerge : gpstk ;GPSMain DDBase : DDBase.cpp ;GPSMain ddmerge : ddmerge.cpp ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -