questionable patch: merge of a lot of stuff from the svg branch
[org.ibex.core.git] / src / org / ibex / plat / Win32.inf
1 ;; This file will be copied to bin-Win32/ibex.inf and then packed up
2 ;; into the .cab file for distribution
3
4 [version]
5     signature="$CHICAGO$"
6     AdvancedINF=2.0
7  [Add.Code]
8     ibex.dll=ibex.dll
9     ibex.exe=ibex.exe
10  [ibex.dll]
11     file-win32-x86=thiscab
12     clsid={C60D6D23-3A7D-11d6-82F9-005056CA9250}
13     FileVersion=7,0,0,0
14     RegisterServer=yes
15  [ibex.exe]
16     file-win32-x86=thiscab
17     clsid={FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFE}
18     FileVersion=7,0,0,0
19     RegisterServer=no
20
21
22