-
커스텀 AppWizard개발/Tool 2011. 3. 31. 11:53newproj.inf
주석
$$//
매크로
$$Root$$ or $$root$$ $$// 프로젝트 이름
$$IF(..)
..
$$ENDIF
format
'sourceResName'\t'destFileName'
Template에 있는 파일을 복사
/{..} $$// create new subdir
:{..} $$// the file should be treated as a resource
Template\confirm.inf
프로젝트 생성시 마지막에 확인하는 문구
CCustomAppWiz
m_Dictionary[]
"PROJTYPE_DLL"|"PROJTYPE_MDI"|"PROJTYPE_SDI"|"PROJTYPE_DLG"|"PROJTYPE_LIB"|"PROJTYPE_CON"
.InitCustomAppWiz() // virtual
.CustomizeProject() // virtual
커스텀 AppWizard로 만든 프로젝트의 Setting를 변경하거나 추가
참조 사이트: