From f5f73b03445903968fea0060d0036b1220c35ab2 Mon Sep 17 00:00:00 2001 From: sauron Date: Sun, 7 Sep 2025 14:35:43 +0900 Subject: [PATCH] commit 2025-09-07 14:35 edit a bit ZCppMainTest/~ --- ZCppMainTest/ZMainCGI_000_EnvSet.cpp | 10 +++++----- ZCppMainTest/ZtCArray_000.cpp | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ZCppMainTest/ZMainCGI_000_EnvSet.cpp b/ZCppMainTest/ZMainCGI_000_EnvSet.cpp index bc0d42e..86b8704 100644 --- a/ZCppMainTest/ZMainCGI_000_EnvSet.cpp +++ b/ZCppMainTest/ZMainCGI_000_EnvSet.cpp @@ -1,4 +1,4 @@ - + #include "ZCppMain/ZMainCGI.H" @@ -59,12 +59,12 @@ int main(int AI_ArgCnt, char* APP_ArgVal[])*/ /*//////////////////////////////////////////////////////////////////////////////////////// - cigwin +■ cygwin 컴파일 // g++ -mno-cygwin -o ZMainCGI_000_EnvSet.exe ZMainCGI_000_EnvSet.cpp -I../../my_CPP/CPP_Main/ -I../../my_CPP/CPP_Std/ -D__CYGWIN32__ -D__VISUAL_CPP_VER__=200300 // g++ -mno-cygwin -o ZMainCGI_000_EnvSet_D.exe ZMainCGI_000_EnvSet.cpp -I../../my_CPP/CPP_Main/ -I../../my_CPP/CPP_Std/ -D__CYGWIN32__ -D__VISUAL_CPP_VER__=200300 -D_DEBUG - mingw +■ mingw 컴파일 g++.exe -o ZMainCGI_000_EnvSet_mw.exe ZMainCGI_000_EnvSet.cpp -I../ -lWs2_32 g++.exe -o ZMainCGI_000_EnvSet_mw_D.exe ZMainCGI_000_EnvSet.cpp -I../ -lWs2_32 -D_DEBUG @@ -87,7 +87,7 @@ int main(int AI_ArgCnt, char* APP_ArgVal[])*/ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - Linux +■ Linux 컴파일 g++ -std=c++98 -o ZMainCGI_000_EnvSet.exe ZMainCGI_000_EnvSet.cpp -I../ g++ -std=c++98 -o ZMainCGI_000_EnvSet_D.exe ZMainCGI_000_EnvSet.cpp -I../ -D_DEBUG @@ -125,7 +125,7 @@ int main(int AI_ArgCnt, char* APP_ArgVal[])*/ This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - +■ 실행 ./ZMainCGI_000_EnvSet.exe ./ZMainCGI_000_EnvSet_D.exe diff --git a/ZCppMainTest/ZtCArray_000.cpp b/ZCppMainTest/ZtCArray_000.cpp index eeff52b..359647e 100644 --- a/ZCppMainTest/ZtCArray_000.cpp +++ b/ZCppMainTest/ZtCArray_000.cpp @@ -190,7 +190,7 @@ int main(int AI_ArgCnt, char* APP_ArgVal[])*/ /*//////////////////////////////////////////////////////////////////////////////////////// -■ cigwin 컴파일 +■ cygwin 컴파일 // g++ -mno-cygwin -o ZtCArray_000.exe ZtCArray_000.cpp -I../../my_CPP/CPP_Main/ -I../../my_CPP/CPP_Std/ -D__CYGWIN32__ -D__VISUAL_CPP_VER__=200300 // g++ -mno-cygwin -o ZtCArray_000_D.exe ZtCArray_000.cpp -I../../my_CPP/CPP_Main/ -I../../my_CPP/CPP_Std/ -D__CYGWIN32__ -D__VISUAL_CPP_VER__=200300 -D_DEBUG