commit 2025-09-05 21:02 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-09-05 21:02:58 +09:00
parent 8477d1c3b9
commit 049521c7c7
4 changed files with 31 additions and 8 deletions

View File

@ -163,8 +163,8 @@ int main(int AI_ArgCnt, char* APP_ArgVal[])*/
■ mingw 컴파일
g++.exe -o ZtCThreadEx_001_mw.exe ZtCThreadEx_001.cpp -I../
g++.exe -o ZtCThreadEx_001_mw_D.exe ZtCThreadEx_001.cpp -I../ -D_DEBUG
g++.exe -std=c++98 -o ZtCThreadEx_001_mw.exe ZtCThreadEx_001.cpp -I../
g++.exe -std=c++98 -o ZtCThreadEx_001_mw_D.exe ZtCThreadEx_001.cpp -I../ -D_DEBUG
./ZtCThreadEx_001_mw.exe
./ZtCThreadEx_001_mw_D.exe