[go: up one dir, main page]

Menu

[r41]: / Cooldt.cbp  Maximize  Restore  History

Download this file

244 lines (243 with data), 9.7 kB

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="6" />
	<Project>
		<Option title="Cooldt" />
		<Option makefile_is_custom="1" />
		<Option pch_mode="2" />
		<Option compiler="gcc" />
		<Build>
			<Target title="GnuLinux">
				<Option output="./cooldt" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj/" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Compiler>
					<Add option="-O2" />
				</Compiler>
				<Linker>
					<Add option="-s" />
				</Linker>
				<MakeCommands>
					<Build command="$make -f Makefile" />
					<CompileFile command="$make -f Makefile" />
					<Clean command="$make -f Makefile clean" />
					<DistClean command="$make -f $makefile distclean$target" />
					<AskRebuildNeeded command="$make -q -f Makefile" />
					<SilentBuild command="$make -s -f Makefile" />
				</MakeCommands>
			</Target>
			<Target title="CrossWIN32">
				<Option output="./cooldt" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj/" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Compiler>
					<Add option="-O2" />
				</Compiler>
				<Linker>
					<Add option="-s" />
				</Linker>
				<MakeCommands>
					<Build command="$make -f Makefile PLATFORM=WIN32" />
					<CompileFile command="$make -f Makefile PLATFORM=WIN32" />
					<Clean command="$make -f Makefile PLATFORM=WIN32 clean" />
					<DistClean command="$make -f $makefile distclean$target" />
					<AskRebuildNeeded command="$make -q -f Makefile PLATFORM=WIN32" />
					<SilentBuild command="$make -s -f Makefile PLATFORM=WIN32" />
				</MakeCommands>
			</Target>
			<Target title="CrossWIN64">
				<Option output="./cooldt" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj/" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Compiler>
					<Add option="-O2" />
				</Compiler>
				<Linker>
					<Add option="-s" />
				</Linker>
				<MakeCommands>
					<Build command="$make -f Makefile PLATFORM=WIN64" />
					<CompileFile command="$make -f Makefile PLATFORM=WIN64" />
					<Clean command="$make -f Makefile PLATFORM=WIN64 clean" />
					<DistClean command="$make -f $makefile distclean$target" />
					<AskRebuildNeeded command="$make -q -f Makefile PLATFORM=WIN64" />
					<SilentBuild command="$make -s -f Makefile PLATFORM=WIN64" />
				</MakeCommands>
			</Target>
			<Target title="WIN32">
				<Option output="./cooldt" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj/" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Compiler>
					<Add option="-O2" />
				</Compiler>
				<Linker>
					<Add option="-s" />
				</Linker>
				<MakeCommands>
					<Build command="$make -f MakefileWindows.mak PLATFORM=WIN32" />
					<CompileFile command="$make -f MakefileWindows.mak PLATFORM=WIN32" />
					<Clean command="$make -f MakefileWindows.mak PLATFORM=WIN32 clean" />
					<DistClean command="$make -f $makefile distclean$target" />
					<AskRebuildNeeded command="$make -q -f MakefileWindows.mak PLATFORM=WIN32" />
					<SilentBuild command="$make -s -f MakefileWindows.mak PLATFORM=WIN32" />
				</MakeCommands>
			</Target>
			<Target title="WIN64">
				<Option output="./cooldt" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj/" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Compiler>
					<Add option="-O2" />
				</Compiler>
				<Linker>
					<Add option="-s" />
				</Linker>
				<MakeCommands>
					<Build command="$make -f Makefile PLATFORM=WIN64" />
					<CompileFile command="$make -f Makefile PLATFORM=WIN64" />
					<Clean command="$make -f Makefile PLATFORM=WIN64 clean" />
					<DistClean command="$make -f $makefile distclean$target" />
					<AskRebuildNeeded command="$make -q -f Makefile PLATFORM=WIN64" />
					<SilentBuild command="$make -s -f Makefile PLATFORM=WIN64" />
				</MakeCommands>
			</Target>
		</Build>
		<Compiler>
			<Add option="-Wall" />
		</Compiler>
		<Unit filename="Makefile" />
		<Unit filename="MakefileWindows.mak" />
		<Unit filename="RunInterfaceGenerator.mak" />
		<Unit filename="RunInterfaceGeneratorWindows.mak" />
		<Unit filename="source/algebra.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="source/alloc.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="source/automatic.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="source/check-data.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="source/cooldt.def">
			<Option target="CrossWIN32" />
			<Option target="CrossWIN64" />
			<Option target="WIN32" />
			<Option target="WIN64" />
		</Unit>
		<Unit filename="source/cooldt.h" />
		<Unit filename="source/cppinterface.h" />
		<Unit filename="source/input.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="source/main-stdcall.c">
			<Option compilerVar="CPP" />
			<Option target="CrossWIN32" />
			<Option target="CrossWIN64" />
			<Option target="WIN32" />
			<Option target="WIN64" />
		</Unit>
		<Unit filename="source/main-xll.cpp" />
		<Unit filename="source/main.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="source/mesh.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="source/messages.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="source/solution.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="source/steady-state.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="source/transient.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="source/xlw/include/clw/Dispatcher.h" />
		<Unit filename="source/xlw/include/clw/FileConverter.h" />
		<Unit filename="source/xlw/include/xlw/ArgList.h" />
		<Unit filename="source/xlw/include/xlw/CellMatrix.h" />
		<Unit filename="source/xlw/include/xlw/CellMatrixPimpl.h" />
		<Unit filename="source/xlw/include/xlw/CellValue.h" />
		<Unit filename="source/xlw/include/xlw/CriticalSection.h" />
		<Unit filename="source/xlw/include/xlw/DoubleOrNothing.h" />
		<Unit filename="source/xlw/include/xlw/EXCEL32_API.h" />
		<Unit filename="source/xlw/include/xlw/HiResTimer.h" />
		<Unit filename="source/xlw/include/xlw/IXlfoperShared.h" />
		<Unit filename="source/xlw/include/xlw/MJCellMatrix.h" />
		<Unit filename="source/xlw/include/xlw/MyContainers.h" />
		<Unit filename="source/xlw/include/xlw/NCmatrices.h" />
		<Unit filename="source/xlw/include/xlw/PascalStringConversions.h" />
		<Unit filename="source/xlw/include/xlw/Singleton.h" />
		<Unit filename="source/xlw/include/xlw/TempMemory.h" />
		<Unit filename="source/xlw/include/xlw/ThreadLocalStorage.h" />
		<Unit filename="source/xlw/include/xlw/Win32StreamBuf.h" />
		<Unit filename="source/xlw/include/xlw/XlFunctionRegistration.h" />
		<Unit filename="source/xlw/include/xlw/XlOpenClose.h" />
		<Unit filename="source/xlw/include/xlw/XlfAbstractCmdDesc.h" />
		<Unit filename="source/xlw/include/xlw/XlfArgDesc.h" />
		<Unit filename="source/xlw/include/xlw/XlfArgDescList.h" />
		<Unit filename="source/xlw/include/xlw/XlfCmdDesc.h" />
		<Unit filename="source/xlw/include/xlw/XlfExcel.h" />
		<Unit filename="source/xlw/include/xlw/XlfException.h" />
		<Unit filename="source/xlw/include/xlw/XlfFuncDesc.h" />
		<Unit filename="source/xlw/include/xlw/XlfOper.h" />
		<Unit filename="source/xlw/include/xlw/XlfOper12.h" />
		<Unit filename="source/xlw/include/xlw/XlfOper4.h" />
		<Unit filename="source/xlw/include/xlw/XlfOperImpl.h" />
		<Unit filename="source/xlw/include/xlw/XlfOperProperties.h" />
		<Unit filename="source/xlw/include/xlw/XlfRef.h" />
		<Unit filename="source/xlw/include/xlw/XlfServices.h" />
		<Unit filename="source/xlw/include/xlw/XlfWindows.h" />
		<Unit filename="source/xlw/include/xlw/eshared_ptr.h" />
		<Unit filename="source/xlw/include/xlw/eshared_ptr_details.h" />
		<Unit filename="source/xlw/include/xlw/macros.h" />
		<Unit filename="source/xlw/include/xlw/xlarray.h" />
		<Unit filename="source/xlw/include/xlw/xlcall32.h" />
		<Unit filename="source/xlw/include/xlw/xlw.h" />
		<Unit filename="source/xlw/include/xlw/xlwManaged.h" />
		<Unit filename="source/xlw/include/xlw/xlwshared_ptr.h" />
		<Unit filename="source/xlw/include/xlw/xlwshared_ptr_details.h" />
		<Unit filename="source/xlw/src/ArgList.cpp" />
		<Unit filename="source/xlw/src/Dispatcher.cpp" />
		<Unit filename="source/xlw/src/DoubleOrNothing.cpp" />
		<Unit filename="source/xlw/src/FileConverter.cpp" />
		<Unit filename="source/xlw/src/HiResTimer.cpp" />
		<Unit filename="source/xlw/src/MJCellMatrix.cpp" />
		<Unit filename="source/xlw/src/NCmatrices.cpp" />
		<Unit filename="source/xlw/src/PascalStringConversions.cpp" />
		<Unit filename="source/xlw/src/PathUpdater.cpp" />
		<Unit filename="source/xlw/src/PathUpdater.h" />
		<Unit filename="source/xlw/src/TempMemory.cpp" />
		<Unit filename="source/xlw/src/Win32StreamBuf.cpp" />
		<Unit filename="source/xlw/src/XlFunctionRegistration.cpp" />
		<Unit filename="source/xlw/src/XlOpenClose.cpp" />
		<Unit filename="source/xlw/src/XlfAbstractCmdDesc.cpp" />
		<Unit filename="source/xlw/src/XlfArgDesc.cpp" />
		<Unit filename="source/xlw/src/XlfArgDescList.cpp" />
		<Unit filename="source/xlw/src/XlfCmdDesc.cpp" />
		<Unit filename="source/xlw/src/XlfExcel.cpp" />
		<Unit filename="source/xlw/src/XlfFuncDesc.cpp" />
		<Unit filename="source/xlw/src/XlfOperImpl.cpp" />
		<Unit filename="source/xlw/src/XlfOperProperties.cpp" />
		<Unit filename="source/xlw/src/XlfRef.cpp" />
		<Unit filename="source/xlw/src/XlfServices.cpp" />
		<Unit filename="source/xlw/src/xlcall.cpp" />
		<Unit filename="source/xlwWrapper.cpp" />
		<Extensions>
			<code_completion />
			<debugger />
		</Extensions>
	</Project>
</CodeBlocks_project_file>