Microsoft/Visual Studio
visual studio 에서 전처기 통과시킨 소스 얻어내기
구차니
2011. 10. 12. 23:41
gcc 에서는 /E 옵션이 존재하는데
비쥬얼 스튜디오에서도 비슷한 옵션을 제공한다고 한다.
2010/03/04 - [프로그램 사용/gcc] - gcc 컴파일 단계별 옵션
비쥬얼 스튜디오에서도 비슷한 옵션을 제공한다고 한다.
cl.exe , the command line interface to Microsoft Visual C++, has three different options for outputting the preprocessed file (hence the inconsistency in the previous responses about Visual C++):
[링크 : http://stackoverflow.com/questions/277258/c-c-source-file-after-preprocessing] |
2010/03/04 - [프로그램 사용/gcc] - gcc 컴파일 단계별 옵션