프로젝트 - 셋팅 (Alt + F7)
- Debug -
* Executeable for debug session
C:\WINDOWS\system32\cmd.exe
* Work Directory
./debug
C:\WINDOWS\system32\cmd.exe
* Work Directory
./debug
- C/C++ -
* Preprocessor definitions
WIN32,_DEBUG,_WINDOWS,_MBCS,_USRDLL,CHELLOWIPI_EXPORTS
* Additional include directory
C:\AromaWIPI\CAppDemo\include
WIN32,_DEBUG,_WINDOWS,_MBCS,_USRDLL,CHELLOWIPI_EXPORTS
* Additional include directory
C:\AromaWIPI\CAppDemo\include
- Link -
* Output file name
Debug/client.dll
* Object/library modules
C:\AromaWIPI\CAppDemo\lib\WIPIstub.obj kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
Debug/client.dll
* Object/library modules
C:\AromaWIPI\CAppDemo\lib\WIPIstub.obj kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
'Programming > 개발환경' 카테고리의 다른 글
Visual Studio 2010 설정관련 (0) | 2012.05.05 |
---|---|
Visual Studio에서 컴파일한 exe 실행할 때 dll 찾을수 없다는 에러방지 (0) | 2012.02.21 |
TinyOS nesC용 EditPlus2 구문강조 (0) | 2007.10.08 |
QT Setting for Fedora 6 (0) | 2007.09.29 |
BREW (Visual Studio 6 환경설정) (0) | 2007.05.03 |
JDBC와 MySQL의 한글깨짐 해결 (0) | 2006.07.28 |
JSP를 위한 Tomcat + Oracle 환경설정 (0) | 2006.04.04 |
Apache Tomcat 5.x 루트폴더 설정 (0) | 2006.03.29 |
JAVA (EditPlus2 환경설정) (0) | 2006.03.15 |
IIS 웹서버 외부접속 설정 (0) | 2005.10.02 |