diff options
author | madmaxoft <github@xoft.cz> | 2014-01-19 16:15:35 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-01-19 16:17:16 +0100 |
commit | f75d1adf0e3bee8df27ee3aa5d0607e202ce252f (patch) | |
tree | f5326eb4019d71cd4a3e893cf38458e0e2ace375 /VC2008/expat.cbp | |
parent | SocketThreads: Removed unused code. (diff) | |
download | cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.tar cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.tar.gz cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.tar.bz2 cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.tar.lz cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.tar.xz cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.tar.zst cuberite-f75d1adf0e3bee8df27ee3aa5d0607e202ce252f.zip |
Diffstat (limited to '')
-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> |