summary refs log blame commit diff stats
path: root/build/build-spell.bat
blob: 7300e41d0f9cb5da2ff783b8f6e7ad21bbde0e92 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                  
@echo off
set DEPS_ROOT=..\dep-x86
set XCHAT_DEST=..\tmp-spell
rmdir /q /s %XCHAT_DEST%
mkdir %XCHAT_DEST%
xcopy /q /s /i %DEPS_ROOT%\myspell %XCHAT_DEST%\share\myspell
copy ..\COPYING %XCHAT_DEST%
echo [Setup] > xchat-wdk-spell.iss
echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk-spell.iss
echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.bmp >> xchat-wdk-spell.iss
cd ..
echo SetupIconFile=%cd%\xchat.ico >> build\xchat-wdk-spell.iss
type build\xchat-wdk-spell.skel.iss >> build\xchat-wdk-spell.iss
set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
compil32 /cc build\xchat-wdk-spell.iss
pause
s="p">{ public: CWMPPlaylist() {} // Calls COleDispatchDriver default constructor CWMPPlaylist(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CWMPPlaylist(const CWMPPlaylist& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: long GetCount(); CString GetName(); void SetName(LPCTSTR lpszNewValue); long GetAttributeCount(); CString GetAttributeName(long lIndex); CWMPMedia GetItem(long lIndex); CString getItemInfo(LPCTSTR bstrName); void setItemInfo(LPCTSTR bstrName, LPCTSTR bstrValue); BOOL GetIsIdentical(LPDISPATCH pIWMPPlaylist); void clear(); void insertItem(long lIndex, LPDISPATCH pIWMPMedia); void appendItem(LPDISPATCH pIWMPMedia); void removeItem(LPDISPATCH pIWMPMedia); void moveItem(long lIndexOld, long lIndexNew); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_WMPPLAYLIST_H__B739DAEE_6828_4128_8A0A_E6750502339C__INCLUDED_)