commit 2025-10-08 22:54 edit a bit ZCppMain/ZtCStringEx.H

This commit is contained in:
2025-10-08 22:54:21 +09:00
parent 6974c13d16
commit e2f3a662f3
2 changed files with 3 additions and 3 deletions

View File

@ -156,8 +156,8 @@ int main(int AI_ArgCnt, char* APP_ArgVal[])*/
■ mingw 컴파일
g++.exe -o ZtCStringBase_000_mw.exe ZtCStringBase_000.cpp -I../
g++.exe -o ZtCStringBase_000_mw_D.exe ZtCStringBase_000.cpp -I../ -D_DEBUG
g++.exe -o ZtCStringBase_000_mw.exe ZtCStringBase_000.cpp -I../ -lWs2_32
g++.exe -o ZtCStringBase_000_mw_D.exe ZtCStringBase_000.cpp -I../ -lWs2_32 -D_DEBUG
./ZtCStringBase_000_mw.exe
./ZtCStringBase_000_mw_D.exe