jamfile

来自「linux的gps应用」· 代码 · 共 28 行

TXT
28
字号
## $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 + =
减小字号Ctrl + -
显示快捷键?