diff options
Diffstat (limited to 'VC2008/expat.cbp')
-rw-r--r-- | VC2008/expat.cbp | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/VC2008/expat.cbp b/VC2008/expat.cbp deleted file mode 100644 index 6c89eff8d..000000000 --- a/VC2008/expat.cbp +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> -<CodeBlocks_project_file> - <FileVersion major="1" minor="6" /> - <Project> - <Option title="expat" /> - <Option pch_mode="2" /> - <Option compiler="gcc" /> - <Build> - <Target title="Debug Win32"> - <Option output="lib" prefix_auto="1" extension_auto="1" /> - <Option working_dir="" /> - <Option object_output="Debug Win32" /> - <Option type="2" /> - <Option compiler="gcc" /> - <Option createDefFile="1" /> - <Compiler> - <Add option="-DWIN32" /> - <Add option="-D_DEBUG" /> - <Add option="-D_LIB" /> - <Add option="-DCOMPILED_FROM_DSP" /> - <Add option="-W" /> - <Add option="-g" /> - <Add option="-O0" /> - </Compiler> - </Target> - <Target title="Release Win32"> - <Option output="lib" prefix_auto="1" extension_auto="1" /> - <Option working_dir="" /> - <Option object_output="Release Win32" /> - <Option type="2" /> - <Option compiler="gcc" /> - <Option createDefFile="1" /> - <Compiler> - <Add option="-DWIN32" /> - <Add option="-DNDEBUG" /> - <Add option="-D_LIB" /> - <Add option="-DCOMPILED_FROM_DSP" /> - <Add option="-W" /> - <Add option="-O2" /> - </Compiler> - </Target> - </Build> - <Unit filename="../lib/expat/ascii.h" /> - <Unit filename="../lib/expat/asciitab.h" /> - <Unit filename="../lib/expat/expat.h" /> - <Unit filename="../lib/expat/expat_external.h" /> - <Unit filename="../lib/expat/iasciitab.h" /> - <Unit filename="../lib/expat/internal.h" /> - <Unit filename="../lib/expat/latin1tab.h" /> - <Unit filename="../lib/expat/nametab.h" /> - <Unit filename="../lib/expat/utf8tab.h" /> - <Unit filename="../lib/expat/winconfig.h" /> - <Unit filename="../lib/expat/xmlparse.c"> - <Option compilerVar="CC" /> - </Unit> - <Unit filename="../lib/expat/xmlrole.c"> - <Option compilerVar="CC" /> - </Unit> - <Unit filename="../lib/expat/xmlrole.h" /> - <Unit filename="../lib/expat/xmltok.c"> - <Option compilerVar="CC" /> - </Unit> - <Unit filename="../lib/expat/xmltok.h" /> - <Unit filename="../lib/expat/xmltok_impl.c"> - <Option compilerVar="CC" /> - </Unit> - <Unit filename="../lib/expat/xmltok_impl.h" /> - <Unit filename="../lib/expat/xmltok_ns.c"> - <Option compilerVar="CC" /> - </Unit> - <Extensions> - <code_completion /> - <envvars /> - <debugger /> - </Extensions> - </Project> -</CodeBlocks_project_file> |