Skip to content

Commit

Permalink
发布脚本调整;完善文档
Browse files Browse the repository at this point in the history
  • Loading branch information
duyanning committed Jun 1, 2020
1 parent 527a893 commit d9bd215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
```
其中`qt-moc``qt-uic``qt-rcc`是宏的名字。后边的文件名是传递给宏的参数。在宏文件中可以以`$1``$3``$3`、……的形式来引用这些参数。

宏文件位于`.cpps/macro`目录下。
宏文件位于`.cpps/macro`目录下。(将marco文件夹复制到.cpps下即可)

在宏文件中除了`$1``$3``$3`、……,还可以使用一个内置函数`basename`,它可以从
`$(basename foo.h)`
Expand Down
1 change: 1 addition & 0 deletions windows-publish/mingw-collect-pre-built-binaries.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ COPY ..\bin\ReleaseStatic\*.exe cpp-mingw-prebuilt-bin
COPY ..\finderror\bin\Release\*.exe cpp-mingw-prebuilt-bin
COPY ..\vc-config-gen\bin\Release\*.exe cpp-mingw-prebuilt-bin
COPY ..\minised\*.exe cpp-mingw-prebuilt-bin
XCOPY /I ..\macro cpp-mingw-prebuilt-bin\macro
1 change: 1 addition & 0 deletions windows-publish/vc-collect-pre-built-binaries.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ MD cpp-vc-prebuilt-bin
COPY ..\Release\*.exe cpp-vc-prebuilt-bin
COPY ..\Release\*.dll cpp-vc-prebuilt-bin
COPY ..\minised\*.exe cpp-vc-prebuilt-bin
XCOPY /I ..\macro cpp-vc-prebuilt-bin\macro

0 comments on commit d9bd215

Please sign in to comment.