logplus/编译说明.txt
2026-03-17 15:27:56 +08:00

38 lines
865 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

QT 打开logplus/logPlusAll.pro 项目
设置构建路径这个层级logplus\build\logPlus_xxxxxxxxx
Debug:生成路径logplus/Bin
Release:生成路径logplus/BinR
1.Slfio
共享内存
https://www.cnblogs.com/ys0103/p/4562493.html
2.BaseFun
3.HPluginManage
4.CallPlugin
5.qtpropertybrowser
6.Workflow\WFCrystal
7.Workflow\WFEngine
8.Workflow\WFWidget
9.OSGDataModel
10.DataMgr
11.OSGFramework
12.WellLogModule
13.WellLogUI
14.ModuleConsole
15.appDllTest--算法测试
16.ConvertorManager
17.DataOutput--内存分配问题windows兼容
18.tran\SLFAscIIConvertor
19.DrawBase
20.EditPlotHeader
21.logPlus
powershell统计代码行数
Get-ChildItem -Recurse -Include *.h | Get-Content | Measure-Object -Line
Get-ChildItem -Recurse -Include *.cpp | Get-Content | Measure-Object -Line
Get-ChildItem -Recurse -Include *.ui | Get-Content | Measure-Object -Line