개정판 fa3997aa
Modified build.bat for virtualenv
Change-Id: Ibe5be7823a3b12162580d2a13051c83878d70b03
Doxyfile | ||
---|---|---|
91 | 91 |
# Ukrainian and Vietnamese. |
92 | 92 |
# The default value is: English. |
93 | 93 |
|
94 |
OUTPUT_LANGUAGE = English
|
|
94 |
OUTPUT_LANGUAGE = Korean
|
|
95 | 95 |
|
96 | 96 |
# The OUTPUT_TEXT_DIRECTION tag is used to specify the direction in which all |
97 | 97 |
# documentation generated by doxygen is written. Doxygen will use this |
... | ... | |
285 | 285 |
# qualified scopes will look different, etc. |
286 | 286 |
# The default value is: NO. |
287 | 287 |
|
288 |
OPTIMIZE_OUTPUT_JAVA = YES
|
|
288 |
OPTIMIZE_OUTPUT_JAVA = NO
|
|
289 | 289 |
|
290 | 290 |
# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran |
291 | 291 |
# sources. Doxygen will then generate output that is tailored for Fortran. |
... | ... | |
485 | 485 |
# normally produced when WARNINGS is set to YES. |
486 | 486 |
# The default value is: NO. |
487 | 487 |
|
488 |
EXTRACT_ALL = NO
|
|
488 |
EXTRACT_ALL = YES
|
|
489 | 489 |
|
490 | 490 |
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will |
491 | 491 |
# be included in the documentation. |
... | ... | |
1576 | 1576 |
# The default value is: NO. |
1577 | 1577 |
# This tag requires that the tag GENERATE_HTML is set to YES. |
1578 | 1578 |
|
1579 |
GENERATE_TREEVIEW = NO
|
|
1579 |
GENERATE_TREEVIEW = YES
|
|
1580 | 1580 |
|
1581 | 1581 |
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that |
1582 | 1582 |
# doxygen will group on one line in the generated HTML documentation. |
... | ... | |
2352 | 2352 |
# set to NO |
2353 | 2353 |
# The default value is: NO. |
2354 | 2354 |
|
2355 |
HAVE_DOT = NO
|
|
2355 |
HAVE_DOT = YES
|
|
2356 | 2356 |
|
2357 | 2357 |
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed |
2358 | 2358 |
# to run in parallel. When set to 0 doxygen will base this on the number of |
... | ... | |
2552 | 2552 |
# found. If left blank, it is assumed the dot tool can be found in the path. |
2553 | 2553 |
# This tag requires that the tag HAVE_DOT is set to YES. |
2554 | 2554 |
|
2555 |
DOT_PATH = |
|
2555 |
DOT_PATH = ../../Bin/Graphviz/bin
|
|
2556 | 2556 |
|
2557 | 2557 |
# The DOTFILE_DIRS tag can be used to specify one or more directories that |
2558 | 2558 |
# contain dot files that are included in the documentation (see the \dotfile |
build.bat | ||
---|---|---|
1 |
SET yyyymmdd=%DATE:~0,4%-%DATE:~5,2%-%DATE:~8,2% |
|
2 |
SET hhmmss=%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2% |
|
3 |
SET hhmmss=%hhmmss: =0% |
|
4 |
|
|
5 |
SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" |
|
6 |
SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe" |
|
7 |
SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
|
8 |
SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx" |
|
9 |
|
|
10 |
pyinstaller App.spec --onedir -p "C:\Users\kyj\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\PyQt5" -w --log-level=DEBUG --hidden-import=tkinter -y |
|
11 |
:pyinstaller App.spec --onedir -p "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Lib\site-packages\PyQt5" -w --log-level=DEBUG --hidden-import=tkinter,pyqtgraph -y |
|
1 |
.venv\scripts\activate.bat & pip install -r .\requirements.txt & pyinstaller .\App.spec --onedir -p ".venv\Lib\site-packages\PyQt5" -w --log-level=DEBUG -y & deactivate.bat |
|
12 | 2 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
13 | 3 |
|
14 | 4 |
:EOF |
내보내기 Unified diff