File: MediaInfo.cbp

package info (click to toggle)
libmediainfo 20.09%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,296 kB
  • sloc: cpp: 205,411; ansic: 5,215; asm: 2,081; xml: 1,476; sh: 1,062; java: 1,032; cs: 944; python: 653; makefile: 383; pascal: 197; javascript: 188
file content (68 lines) | stat: -rw-r--r-- 2,129 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="5" />
	<Project>
		<Option title="DLL Sample" />
		<Option makefile="../../GCC/Dll/Makefile.mingw32" />
		<Option makefile_is_custom="1" />
		<Option pch_mode="0" />
		<Option default_target="" />
		<Option compiler="gcc" />
		<Option virtualFolders="" />
		<Build>
			<Target title="default">
				<Option output="sample.dll" prefix_auto="0" extension_auto="0" />
				<Option type="3" />
				<Option compiler="gcc" />
				<Option createStaticLib="1" />
			</Target>
		</Build>
		<VirtualTargets>
			<Add alias="All" targets="default;" />
		</VirtualTargets>
		<Compiler>
			<Add option="-DBUILD_DLL" />
			<Add option="-D_WIN32" />
			<Add option="-DWIN32" />
			<Add option="-D_UNICODE" />
			<Add option="-DUNICODE" />
			<Add directory="..\..\..\Source" />
			<Add directory="..\..\..\..\Shared\Include" />
		</Compiler>
		<Linker>
			<Add library="MediaInfo" />
			<Add library="ZenLib" />
			<Add library="WxWidgets" />
			<Add library="ZLib" />
			<Add library="wsock32" />
			<Add library="ctl3d32" />
			<Add library="advapi32" />
			<Add library="comctl32" />
			<Add library="comdlg32" />
			<Add library="kernel32" />
			<Add library="gdi32" />
			<Add library="odbc32" />
			<Add library="ole32" />
			<Add library="oleaut32" />
			<Add library="rpcrt4" />
			<Add library="shell32" />
			<Add library="user32" />
			<Add library="uuid" />
			<Add library="winmm" />
			<Add library="winspool" />
			<Add directory="..\..\..\..\MediaInfoLib\Release\GCC_MinGW32\Library" />
			<Add directory="..\..\..\..\Shared\Library\GCC_MinGW32" />
		</Linker>
		<Unit filename="..\..\..\Source\MediaInfoDLL\MediaInfoDLL.cpp">
			<Option compilerVar="CPP" />
			<Option target="default" />
		</Unit>
		<Unit filename="..\..\..\Source\MediaInfoDLL\MediaInfoDLL_Static.h">
			<Option compilerVar="CPP" />
			<Option compile="0" />
			<Option link="0" />
			<Option target="default" />
		</Unit>
		<Extensions />
	</Project>
</CodeBlocks_project_file>