mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 16:14:16 +01:00 
			
		
		
		
	v1.13 initial checkin
This commit is contained in:
		
							
								
								
									
										88
									
								
								example3.cbp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								example3.cbp
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,88 @@ | ||||
| <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||||
| <CodeBlocks_project_file> | ||||
| 	<FileVersion major="1" minor="6" /> | ||||
| 	<Project> | ||||
| 		<Option title="example3" /> | ||||
| 		<Option pch_mode="2" /> | ||||
| 		<Option compiler="gcc" /> | ||||
| 		<Build> | ||||
| 			<Target title="Debug Win32"> | ||||
| 				<Option output="$(SolutionDir)bin_mingw\example3D" prefix_auto="1" extension_auto="1" /> | ||||
| 				<Option working_dir="$(SolutionDir)bin_mingw" /> | ||||
| 				<Option object_output="example3\Debug Win32_Win32" /> | ||||
| 				<Option type="1" /> | ||||
| 				<Option compiler="gcc" /> | ||||
| 				<Compiler> | ||||
| 					<Add option="-O0" /> | ||||
| 					<Add option="-m32" /> | ||||
| 					<Add option="-DWIN32" /> | ||||
| 					<Add option="-D_DEBUG" /> | ||||
| 					<Add option="-D_CONSOLE" /> | ||||
| 					<Add option="-D_CRT_SECURE_NO_WARNINGS" /> | ||||
| 					<Add option="-Wall" /> | ||||
| 					<Add option="-g" /> | ||||
| 				</Compiler> | ||||
| 				<Linker> | ||||
| 					<Add option="-m32" /> | ||||
| 				</Linker> | ||||
| 			</Target> | ||||
| 			<Target title="Debug x64"> | ||||
| 				<Option output="$(SolutionDir)bin_mingw\example3_x64D" prefix_auto="1" extension_auto="1" /> | ||||
| 				<Option working_dir="$(SolutionDir)bin_mingw" /> | ||||
| 				<Option object_output="example3\Debug x64_Win32" /> | ||||
| 				<Option type="1" /> | ||||
| 				<Option compiler="gcc" /> | ||||
| 				<Compiler> | ||||
| 					<Add option="-DWIN32" /> | ||||
| 					<Add option="-D_DEBUG" /> | ||||
| 					<Add option="-D_CONSOLE" /> | ||||
| 					<Add option="-D_CRT_SECURE_NO_WARNINGS" /> | ||||
| 					<Add option="-Wall" /> | ||||
| 					<Add option="-O0" /> | ||||
| 				</Compiler> | ||||
| 			</Target> | ||||
| 			<Target title="Release Win32"> | ||||
| 				<Option output="$(SolutionDir)bin_mingw\example3" prefix_auto="1" extension_auto="1" /> | ||||
| 				<Option working_dir="$(SolutionDir)bin_mingw" /> | ||||
| 				<Option object_output="example3\Release Win32_Win32" /> | ||||
| 				<Option type="1" /> | ||||
| 				<Option compiler="gcc" /> | ||||
| 				<Compiler> | ||||
| 					<Add option="-m32" /> | ||||
| 					<Add option="-DWIN32" /> | ||||
| 					<Add option="-DNDEBUG" /> | ||||
| 					<Add option="-D_CONSOLE" /> | ||||
| 					<Add option="-D_CRT_SECURE_NO_WARNINGS" /> | ||||
| 					<Add option="-Wall" /> | ||||
| 					<Add option="-O3" /> | ||||
| 				</Compiler> | ||||
| 				<Linker> | ||||
| 					<Add option="-s" /> | ||||
| 					<Add option="-m32" /> | ||||
| 				</Linker> | ||||
| 			</Target> | ||||
| 			<Target title="Release x64"> | ||||
| 				<Option output="$(SolutionDir)bin_mingw\example3_x64" prefix_auto="1" extension_auto="1" /> | ||||
| 				<Option working_dir="$(SolutionDir)bin_mingw" /> | ||||
| 				<Option object_output="example3\Release x64_Win32" /> | ||||
| 				<Option type="1" /> | ||||
| 				<Option compiler="gcc" /> | ||||
| 				<Compiler> | ||||
| 					<Add option="-DWIN32" /> | ||||
| 					<Add option="-DNDEBUG" /> | ||||
| 					<Add option="-D_CONSOLE" /> | ||||
| 					<Add option="-D_CRT_SECURE_NO_WARNINGS" /> | ||||
| 					<Add option="-Wall" /> | ||||
| 					<Add option="-O3" /> | ||||
| 				</Compiler> | ||||
| 			</Target> | ||||
| 		</Build> | ||||
| 		<Unit filename="example3.c"> | ||||
| 			<Option compilerVar="CC" /> | ||||
| 		</Unit> | ||||
| 		<Extensions> | ||||
| 			<code_completion /> | ||||
| 			<debugger /> | ||||
| 		</Extensions> | ||||
| 	</Project> | ||||
| </CodeBlocks_project_file> | ||||
		Reference in New Issue
	
	Block a user