아래는 관련 레퍼런스 입니다.
docs.microsoft.com/ko-kr/cpp/build/reference/fa-fa-listing-file?view=vs-2019
/FA, /Fa(목록 파일)
/FA, /Fa(목록 파일)/FA, /Fa (Listing File) 이 문서의 내용 --> 어셈블러 코드가 포함 된 목록 파일을 만듭니다.Creates a listing file containing assembler code. 구문Syntax /FA[c][s][u] /Fapathname/FA[c][s][u] /Fapathname /FA 컴�
docs.microsoft.com
docs.microsoft.com/ko-kr/cpp/build/reference/c-compile-without-linking?view=vs-2019
/c(링크 없이 컴파일)
/c(링크 없이 컴파일)/c (Compile Without Linking) 이 문서의 내용 --> 링크에 대한 자동 호출을 방지합니다.Prevents the automatic call to LINK. 구문Syntax /c /c를 사용하여 컴파일하면 .obj 파일만 만듭니다.Compiling
docs.microsoft.com
docs.microsoft.com/ko-kr/cpp/build/reference/p-preprocess-to-a-file?view=vs-2019
/P(파일 전처리)
/P(파일 전처리)/P (Preprocess to a File) 이 문서의 내용 --> C와 C++ 소스파일을 전처리하고, 그 결과를 출력하여 파일에 씁니다.Preprocesses C and C++ source files and writes the preprocessed output to a file. 구문Syntax /
docs.microsoft.com
'기술자료 > Win32 MFC WinCE' 카테고리의 다른 글
VS2019 Random Stack Address option off ( 랜덤 스택 옵션 , 랜덤 변수 주소 옵션 끄기 ASLR ) Visual Studio (0) | 2021.09.01 |
---|---|
실행 가능한 메모리의 동적 할당 VirtualAlloc Memory area code/text data stack bss heap (0) | 2020.10.08 |
명령창 컴파일 환경 컴파일러 경로 설정 Visual Studio 2019 (0) | 2020.10.08 |
Dos exe file Loader (Code/Text, BSS, Data area) 소스 (0) | 2019.04.07 |
MFC OLE DB Microsoft Access 2007 accdb 파일을 못 찾는 ( 못 여는 ) 문제 (0) | 2015.06.17 |
Visual Studio 2013 컴파일러 경로 설정 vs2013 vs2010 (0) | 2015.06.12 |
Visual Studio 2010 환경변수 설정하기 (4) | 2015.04.27 |
Visual Studio Random Stack Address option off ( 랜덤 스택 옵션 , 랜덤 변수 주소 옵션 끄기 ASLR ) (9) | 2015.02.03 |