mirror of
https://github.com/zetaPRIME/libstarlight.git
synced 2025-06-26 13:42:46 +00:00
flailing at eclipse
This commit is contained in:
parent
47d93b8180
commit
2d0a0e3134
0
.eclipse/.metadata/.lock
Normal file
0
.eclipse/.metadata/.lock
Normal file
34
.eclipse/.metadata/.log
Normal file
34
.eclipse/.metadata/.log
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
!SESSION 2017-01-16 20:44:40.458 -----------------------------------------------
|
||||||
|
eclipse.buildId=4.6.2.M20161124-1400
|
||||||
|
java.version=1.8.0_111
|
||||||
|
java.vendor=Oracle Corporation
|
||||||
|
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
|
||||||
|
Framework arguments: -product org.eclipse.epp.package.cpp.product
|
||||||
|
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.cpp.product
|
||||||
|
|
||||||
|
!ENTRY org.eclipse.egit.ui 2 0 2017-01-16 20:46:00.906
|
||||||
|
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
|
||||||
|
user global configuration and to define the default location to store repositories: 'C:\Users\zeta'. If this is
|
||||||
|
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
|
||||||
|
EGit might behave differently since they see different configuration options.
|
||||||
|
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
|
||||||
|
|
||||||
|
!ENTRY org.eclipse.cdt.core 1 0 2017-01-16 20:48:26.382
|
||||||
|
!MESSAGE Indexed 'libstarlight' (33 sources, 194 headers) in 7.21 sec: 22,710 declarations; 52,554 references; 13 unresolved inclusions; 8 syntax errors; 1,365 unresolved names (1.8%)
|
||||||
|
!SESSION 2017-01-16 20:59:25.971 -----------------------------------------------
|
||||||
|
eclipse.buildId=4.6.2.M20161124-1400
|
||||||
|
java.version=1.8.0_111
|
||||||
|
java.vendor=Oracle Corporation
|
||||||
|
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
|
||||||
|
Framework arguments: -product org.eclipse.epp.package.cpp.product -product org.eclipse.epp.package.cpp.product
|
||||||
|
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.cpp.product -data file:/D:/3DSdev/starlight/libstarlight/.eclipse/ -product org.eclipse.epp.package.cpp.product
|
||||||
|
|
||||||
|
!ENTRY org.eclipse.egit.ui 2 0 2017-01-16 20:59:32.345
|
||||||
|
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
|
||||||
|
user global configuration and to define the default location to store repositories: 'C:\Users\zeta'. If this is
|
||||||
|
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
|
||||||
|
EGit might behave differently since they see different configuration options.
|
||||||
|
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
|
||||||
|
|
||||||
|
!ENTRY org.eclipse.cdt.core 1 0 2017-01-16 21:02:27.378
|
||||||
|
!MESSAGE Indexed 'libstarlight' (33 sources, 315 headers) in 2.3 sec: 15,324 declarations; 28,895 references; 76 unresolved inclusions; 187 syntax errors; 3,149 unresolved names (6.6%)
|
BIN
.eclipse/.metadata/.mylyn/repositories.xml.zip
Normal file
BIN
.eclipse/.metadata/.mylyn/repositories.xml.zip
Normal file
Binary file not shown.
2
.eclipse/.metadata/.plugins/org.eclipse.cdt.core/.log
Normal file
2
.eclipse/.metadata/.plugins/org.eclipse.cdt.core/.log
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*** SESSION Jan 16, 2017 20:45:48.54 -------------------------------------------
|
||||||
|
*** SESSION Jan 16, 2017 20:59:30.51 -------------------------------------------
|
Binary file not shown.
@ -0,0 +1,737 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<project>
|
||||||
|
<configuration id="cdt.managedbuild.toolchain.gnu.mingw.base.1602982266" name="Default">
|
||||||
|
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
|
||||||
|
<provider id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetectorMinGW">
|
||||||
|
<language id="org.eclipse.cdt.core.gcc">
|
||||||
|
<entry kind="includePath" name="D:/devkitPro/msys/lib/gcc/mingw32/4.8.1/include">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="includePath" name="D:/devkitPro/msys/include">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="includePath" name="D:/devkitPro/msys/lib/gcc/mingw32/4.8.1/include-fixed">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="WIN32" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="WINNT" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="_INTEGRAL_MAX_BITS" value="64">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="_WIN32" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="_X86_" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__ATOMIC_ACQUIRE" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__ATOMIC_ACQ_REL" value="4">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__ATOMIC_CONSUME" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__ATOMIC_HLE_ACQUIRE" value="65536">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__ATOMIC_HLE_RELEASE" value="131072">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__ATOMIC_RELAXED" value="0">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__ATOMIC_RELEASE" value="3">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__ATOMIC_SEQ_CST" value="5">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__BIGGEST_ALIGNMENT__" value="16">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__BYTE_ORDER__" value="__ORDER_LITTLE_ENDIAN__">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__CHAR16_TYPE__" value="short unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__CHAR32_TYPE__" value="unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__CHAR_BIT__" value="8">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_DECIMAL_DIG__" value="17">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_DENORM_MIN__" value="((double)4.94065645841246544177e-324L)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_DIG__" value="15">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_EPSILON__" value="((double)2.22044604925031308085e-16L)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_HAS_DENORM__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_HAS_INFINITY__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_HAS_QUIET_NAN__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_MANT_DIG__" value="53">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_MAX_10_EXP__" value="308">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_MAX_EXP__" value="1024">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_MAX__" value="((double)1.79769313486231570815e+308L)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_MIN_10_EXP__" value="(-307)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_MIN_EXP__" value="(-1021)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DBL_MIN__" value="((double)2.22507385850720138309e-308L)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC128_EPSILON__" value="1E-33DL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC128_MANT_DIG__" value="34">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC128_MAX_EXP__" value="6145">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC128_MAX__" value="9.999999999999999999999999999999999E6144DL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC128_MIN_EXP__" value="(-6142)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC128_MIN__" value="1E-6143DL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC128_SUBNORMAL_MIN__" value="0.000000000000000000000000000000001E-6143DL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC32_EPSILON__" value="1E-6DF">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC32_MANT_DIG__" value="7">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC32_MAX_EXP__" value="97">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC32_MAX__" value="9.999999E96DF">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC32_MIN_EXP__" value="(-94)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC32_MIN__" value="1E-95DF">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC32_SUBNORMAL_MIN__" value="0.000001E-95DF">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC64_EPSILON__" value="1E-15DD">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC64_MANT_DIG__" value="16">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC64_MAX_EXP__" value="385">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC64_MAX__" value="9.999999999999999E384DD">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC64_MIN_EXP__" value="(-382)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC64_MIN__" value="1E-383DD">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC64_SUBNORMAL_MIN__" value="0.000000000000001E-383DD">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DECIMAL_BID_FORMAT__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DECIMAL_DIG__" value="21">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__DEC_EVAL_METHOD__" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FINITE_MATH_ONLY__" value="0">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLOAT_WORD_ORDER__" value="__ORDER_LITTLE_ENDIAN__">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_DECIMAL_DIG__" value="9">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_DENORM_MIN__" value="1.40129846432481707092e-45F">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_DIG__" value="6">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_EPSILON__" value="1.19209289550781250000e-7F">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_EVAL_METHOD__" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_HAS_DENORM__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_HAS_INFINITY__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_HAS_QUIET_NAN__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_MANT_DIG__" value="24">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_MAX_10_EXP__" value="38">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_MAX_EXP__" value="128">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_MAX__" value="3.40282346638528859812e+38F">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_MIN_10_EXP__" value="(-37)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_MIN_EXP__" value="(-125)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_MIN__" value="1.17549435082228750797e-38F">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__FLT_RADIX__" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_ATOMIC_BOOL_LOCK_FREE" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_ATOMIC_CHAR16_T_LOCK_FREE" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_ATOMIC_CHAR32_T_LOCK_FREE" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_ATOMIC_CHAR_LOCK_FREE" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_ATOMIC_INT_LOCK_FREE" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_ATOMIC_LLONG_LOCK_FREE" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_ATOMIC_LONG_LOCK_FREE" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_ATOMIC_POINTER_LOCK_FREE" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_ATOMIC_SHORT_LOCK_FREE" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_ATOMIC_TEST_AND_SET_TRUEVAL" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_ATOMIC_WCHAR_T_LOCK_FREE" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_HAVE_DWARF2_CFI_ASM" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GNUC_GNU_INLINE__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GNUC_MINOR__" value="8">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GNUC_PATCHLEVEL__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GNUC__" value="4">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GXX_ABI_VERSION" value="1002">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GXX_MERGED_TYPEINFO_NAMES" value="0">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__GXX_TYPEINFO_EQUALITY_INLINE" value="0">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT16_C(c)" value="c">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT16_MAX__" value="32767">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT16_TYPE__" value="short int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT32_C(c)" value="c">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT32_MAX__" value="2147483647">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT32_TYPE__" value="int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT64_C(c)" value="c ## LL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT64_MAX__" value="9223372036854775807LL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT64_TYPE__" value="long long int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT8_C(c)" value="c">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT8_MAX__" value="127">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT8_TYPE__" value="signed char">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INTMAX_C(c)" value="c ## LL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INTMAX_MAX__" value="9223372036854775807LL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INTMAX_TYPE__" value="long long int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INTPTR_MAX__" value="2147483647">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INTPTR_TYPE__" value="int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_FAST16_MAX__" value="32767">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_FAST16_TYPE__" value="short int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_FAST32_MAX__" value="2147483647">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_FAST32_TYPE__" value="int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_FAST64_MAX__" value="9223372036854775807LL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_FAST64_TYPE__" value="long long int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_FAST8_MAX__" value="127">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_FAST8_TYPE__" value="signed char">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_LEAST16_MAX__" value="32767">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_LEAST16_TYPE__" value="short int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_LEAST32_MAX__" value="2147483647">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_LEAST32_TYPE__" value="int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_LEAST64_MAX__" value="9223372036854775807LL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_LEAST64_TYPE__" value="long long int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_LEAST8_MAX__" value="127">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_LEAST8_TYPE__" value="signed char">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__INT_MAX__" value="2147483647">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_DENORM_MIN__" value="3.64519953188247460253e-4951L">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_DIG__" value="18">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_EPSILON__" value="1.08420217248550443401e-19L">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_HAS_DENORM__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_HAS_INFINITY__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_HAS_QUIET_NAN__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_MANT_DIG__" value="64">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_MAX_10_EXP__" value="4932">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_MAX_EXP__" value="16384">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_MAX__" value="1.18973149535723176502e+4932L">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_MIN_10_EXP__" value="(-4931)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_MIN_EXP__" value="(-16381)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LDBL_MIN__" value="3.36210314311209350626e-4932L">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LONG_LONG_MAX__" value="9223372036854775807LL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__LONG_MAX__" value="2147483647L">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__MINGW32__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__MSVCRT__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__NO_INLINE__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__ORDER_BIG_ENDIAN__" value="4321">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__ORDER_LITTLE_ENDIAN__" value="1234">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__ORDER_PDP_ENDIAN__" value="3412">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__PRAGMA_REDEFINE_EXTNAME" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__PTRDIFF_MAX__" value="2147483647">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__PTRDIFF_TYPE__" value="int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__REGISTER_PREFIX__" value="">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SCHAR_MAX__" value="127">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SHRT_MAX__" value="32767">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIG_ATOMIC_MAX__" value="2147483647">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIG_ATOMIC_MIN__" value="(-__SIG_ATOMIC_MAX__ - 1)">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIG_ATOMIC_TYPE__" value="int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZEOF_DOUBLE__" value="8">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZEOF_FLOAT__" value="4">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZEOF_INT__" value="4">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZEOF_LONG_DOUBLE__" value="12">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZEOF_LONG_LONG__" value="8">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZEOF_LONG__" value="4">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZEOF_POINTER__" value="4">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZEOF_PTRDIFF_T__" value="4">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZEOF_SHORT__" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZEOF_SIZE_T__" value="4">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZEOF_WCHAR_T__" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZEOF_WINT_T__" value="2">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZE_MAX__" value="4294967295U">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__SIZE_TYPE__" value="unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__STDC_HOSTED__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__STDC__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT16_C(c)" value="c">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT16_MAX__" value="65535">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT16_TYPE__" value="short unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT32_C(c)" value="c ## U">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT32_MAX__" value="4294967295U">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT32_TYPE__" value="unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT64_C(c)" value="c ## ULL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT64_MAX__" value="18446744073709551615ULL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT64_TYPE__" value="long long unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT8_C(c)" value="c">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT8_MAX__" value="255">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT8_TYPE__" value="unsigned char">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINTMAX_C(c)" value="c ## ULL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINTMAX_MAX__" value="18446744073709551615ULL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINTMAX_TYPE__" value="long long unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINTPTR_MAX__" value="4294967295U">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINTPTR_TYPE__" value="unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_FAST16_MAX__" value="65535">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_FAST16_TYPE__" value="short unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_FAST32_MAX__" value="4294967295U">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_FAST32_TYPE__" value="unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_FAST64_MAX__" value="18446744073709551615ULL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_FAST64_TYPE__" value="long long unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_FAST8_MAX__" value="255">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_FAST8_TYPE__" value="unsigned char">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_LEAST16_MAX__" value="65535">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_LEAST16_TYPE__" value="short unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_LEAST32_MAX__" value="4294967295U">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_LEAST32_TYPE__" value="unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_LEAST64_MAX__" value="18446744073709551615ULL">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_LEAST64_TYPE__" value="long long unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_LEAST8_MAX__" value="255">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__UINT_LEAST8_TYPE__" value="unsigned char">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__USER_LABEL_PREFIX__" value="_">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__VERSION__" value=""4.8.1"">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__WCHAR_MAX__" value="65535">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__WCHAR_MIN__" value="0">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__WCHAR_TYPE__" value="short unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__WIN32" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__WIN32__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__WINNT" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__WINNT__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__WINT_MAX__" value="65535">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__WINT_MIN__" value="0">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__WINT_TYPE__" value="short unsigned int">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__cdecl" value="__attribute__((__cdecl__))">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__code_model_32__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__declspec(x)" value="__attribute__((x))">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__fastcall" value="__attribute__((__fastcall__))">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__i386" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__i386__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__i686" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__i686__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__pentiumpro" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__pentiumpro__" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__stdcall" value="__attribute__((__stdcall__))">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="__thiscall" value="__attribute__((__thiscall__))">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="_cdecl" value="__attribute__((__cdecl__))">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="_fastcall" value="__attribute__((__fastcall__))">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="_stdcall" value="__attribute__((__stdcall__))">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="_thiscall" value="__attribute__((__thiscall__))">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
<entry kind="macro" name="i386" value="1">
|
||||||
|
<flag value="BUILTIN|READONLY"/>
|
||||||
|
</entry>
|
||||||
|
</language>
|
||||||
|
</provider>
|
||||||
|
</extension>
|
||||||
|
</configuration>
|
||||||
|
</project>
|
@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?><SharedRoot><SharedProperty id="" value=""/></SharedRoot>
|
@ -0,0 +1 @@
|
|||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
|
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<section name="Workbench">
|
||||||
|
<section name="org.eclipse.cdt.ui.text.hover.CMacroExpansionExploration">
|
||||||
|
</section>
|
||||||
|
<section name="OptionalMessageDialog.hide.">
|
||||||
|
<item value="0" key="askReindex.detail"/>
|
||||||
|
</section>
|
||||||
|
<section name="completion_proposal_size">
|
||||||
|
</section>
|
||||||
|
</section>
|
Binary file not shown.
@ -0,0 +1,3 @@
|
|||||||
|
#GitProjectData
|
||||||
|
#Mon Jan 16 20:46:10 EST 2017
|
||||||
|
.gitdir=../../.git
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,3 @@
|
|||||||
|
#GitProjectData
|
||||||
|
#Mon Jan 16 20:48:18 EST 2017
|
||||||
|
.gitdir=../.git
|
@ -0,0 +1 @@
|
|||||||
|
|
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
indexer/preferenceScope=0
|
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.cdt.debug.core.cDebug.default_source_containers=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<sourceLookupDirector>\r\n<sourceContainers duplicates\="false">\r\n<container memento\="AbsolutePath" typeId\="org.eclipse.cdt.debug.core.containerType.absolutePath"/>\r\n<container memento\="programRelativePath" typeId\="org.eclipse.cdt.debug.core.containerType.programRelativePath"/>\r\n<container memento\="<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>&\#13;&\#10;<project referencedProjects\="true"/>&\#13;&\#10;" typeId\="org.eclipse.cdt.debug.core.containerType.project"/>\r\n</sourceContainers>\r\n</sourceLookupDirector>\r\n
|
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
properties/libstarlight.null.557705707/cdt.managedbuild.toolchain.gnu.mingw.base.1602982266=cdt.managedbuild.tool.gnu.c.linker.mingw.base.482989551\=rebuildState\\\=true\\r\\n\r\ncdt.managedbuild.tool.gnu.archiver.mingw.base.936572278\=rebuildState\\\=true\\r\\n\r\ncdt.managedbuild.tool.gnu.cpp.linker.mingw.base.2014421900\=rebuildState\\\=true\\r\\n\r\ncdt.managedbuild.tool.gnu.assembler.mingw.base.2112428391\=rebuildState\\\=true\\r\\n\r\ncdt.managedbuild.tool.gnu.cpp.compiler.mingw.base.1610283054\=rebuildState\\\=true\\r\\n\r\ncdt.managedbuild.toolchain.gnu.mingw.base.1589827015\=rebuildState\\\=true\\r\\n\r\ncdt.managedbuild.toolchain.gnu.mingw.base.1602982266\=rebuildState\\\=true\\r\\n\r\ncdt.managedbuild.tool.gnu.c.compiler.mingw.base.2110920989\=rebuildState\\\=true\\r\\n\r\n
|
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.mylyn.cdt.ui.run.count.3_3_0=1
|
@ -0,0 +1,5 @@
|
|||||||
|
content_assist_disabled_computers=org.eclipse.cdt.ui.textProposalCategory\u0000org.eclipse.cdt.ui.parserProposalCategory\u0000
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
spelling_locale_initialized=true
|
||||||
|
useAnnotationsPrefPage=true
|
||||||
|
useQuickDiffPrefPage=true
|
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
version=1
|
@ -0,0 +1,5 @@
|
|||||||
|
//org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.applicationLaunchType=org.eclipse.cdt.dsf.gdb.launch.localCLaunch,debug,;org.eclipse.cdt.cdi.launch.localCLaunch,run,;
|
||||||
|
//org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.attachLaunchType=org.eclipse.cdt.dsf.gdb.launch.attachCLaunch,debug,;
|
||||||
|
//org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.postmortemLaunchType=org.eclipse.cdt.dsf.gdb.launch.coreCLaunch,debug,;
|
||||||
|
//org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.remoteApplicationLaunchType=org.eclipse.rse.remotecdt.dsf.debug,debug,;
|
||||||
|
eclipse.preferences.version=1
|
@ -0,0 +1,3 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<launchPerspectives/>\r\n
|
||||||
|
preferredTargets=org.eclipse.cdt.debug.ui.toggleCBreakpointTarget,org.eclipse.cdt.debug.ui.toggleCDynamicPrintfTarget\:org.eclipse.cdt.debug.ui.toggleCBreakpointTarget|
|
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
themeid=org.eclipse.e4.ui.css.theme.e4_default6.0,6.1,6.2,6.3,10.0
|
@ -0,0 +1,3 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
enableMRU=true
|
||||||
|
themeEnabled=true
|
@ -0,0 +1,3 @@
|
|||||||
|
GitRepositoriesView.GitDirectories=D\:\\3DSdev\\starlight\\libstarlight\\.git;
|
||||||
|
GitRepositoriesView.GitDirectories.relative=D\:\\3DSdev\\starlight\\libstarlight\\.git;
|
||||||
|
eclipse.preferences.version=1
|
@ -0,0 +1,4 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
resetSendMode=KEEP
|
||||||
|
resetSendModeOn=0
|
||||||
|
sendMode=NOTIFY
|
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
mylyn.attention.migrated=true
|
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.mylyn.monitor.activity.tracking.enabled.checked=true
|
@ -0,0 +1,4 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
migrated.task.repositories.secure.store=true
|
||||||
|
org.eclipse.mylyn.tasks.ui.filters.nonmatching=true
|
||||||
|
org.eclipse.mylyn.tasks.ui.filters.nonmatching.encouraged=true
|
@ -0,0 +1,4 @@
|
|||||||
|
activeuserprofiles=Direwolf;Team
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.rse.systemtype.local.systemType.defaultUserId=zeta
|
||||||
|
useridperkey=Direwolf.Local\=zeta;
|
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.rse.preferences.order.connections=Direwolf.Local
|
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.team.ui.first_time=false
|
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
overviewRuler_migration=migrated_3.1
|
@ -0,0 +1,5 @@
|
|||||||
|
PROBLEMS_FILTERS_MIGRATE=true
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
platformState=1484617396059
|
||||||
|
quickStart=false
|
||||||
|
tipsAndTricks=true
|
@ -0,0 +1,2 @@
|
|||||||
|
//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false
|
||||||
|
eclipse.preferences.version=1
|
2447
.eclipse/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
Normal file
2447
.eclipse/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
ýÿÿÿversion
|
@ -0,0 +1 @@
|
|||||||
|
NRM<EFBFBD>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
ýÿÿÿversion
|
@ -0,0 +1 @@
|
|||||||
|
NRM<EFBFBD>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"version": "v1",
|
||||||
|
"title": "Eclipse Automated Error Reporting",
|
||||||
|
"timestamp": 1484617562399,
|
||||||
|
"ttl": 10080,
|
||||||
|
"helpUrl": "https://dev.eclipse.org/recommenders/community/aeri/v2/help/",
|
||||||
|
"feedbackUrl": "http://ctrlflow.com/automated-error-reporting",
|
||||||
|
"aboutUrl": "https://wiki.eclipse.org/EPP/Logging",
|
||||||
|
"submitUrl": "https://dev.eclipse.org/recommenders/community/confess/0.6/reports/",
|
||||||
|
"maxReportSize": 262144,
|
||||||
|
"problemsUrl": "https://www.eclipse.org/downloads/download.php?r\u003d1\u0026file\u003d/technology/epp/logging/problems.zip",
|
||||||
|
"problemsTtl": 20160,
|
||||||
|
"interestUrl": "https://dev.eclipse.org/recommenders/community/confess/v2/interest",
|
||||||
|
"connectTimeout": 10,
|
||||||
|
"socketTimeout": 10,
|
||||||
|
"acceptedProducts": [
|
||||||
|
"org.eclipse.*",
|
||||||
|
"org.fordiac.*"
|
||||||
|
],
|
||||||
|
"acceptedPlugins": [
|
||||||
|
"org.apache.log4j.*",
|
||||||
|
"org.eclipse.*",
|
||||||
|
"org.fordiac.*"
|
||||||
|
],
|
||||||
|
"acceptedPackages": [
|
||||||
|
"ch.qos.*",
|
||||||
|
"com.cforcoding.*",
|
||||||
|
"com.google.*",
|
||||||
|
"com.gradleware.tooling.*",
|
||||||
|
"com.mountainminds.eclemma.*",
|
||||||
|
"com.naef.*",
|
||||||
|
"com.sun.*",
|
||||||
|
"java.*",
|
||||||
|
"javafx.*",
|
||||||
|
"javax.*",
|
||||||
|
"org.apache.*",
|
||||||
|
"org.eclipse.*",
|
||||||
|
"org.fordiac.*",
|
||||||
|
"org.gradle.*",
|
||||||
|
"org.jacoco.*",
|
||||||
|
"org.osgi.*",
|
||||||
|
"org.slf4j.*",
|
||||||
|
"sun.*"
|
||||||
|
],
|
||||||
|
"requiredPackages": [
|
||||||
|
"com.cforcoding.*",
|
||||||
|
"com.gradleware.tooling.*",
|
||||||
|
"com.mountainminds.eclemma.*",
|
||||||
|
"com.naef.*",
|
||||||
|
"org.eclipse.*",
|
||||||
|
"org.fordiac.*",
|
||||||
|
"org.gradle.*",
|
||||||
|
"org.jacoco.*"
|
||||||
|
],
|
||||||
|
"acceptOtherPackages": false,
|
||||||
|
"acceptUiFreezes": true,
|
||||||
|
"ignoredStatuses": [
|
||||||
|
":java.io.IOException:There is not enough space on the disk",
|
||||||
|
":java.net.*:",
|
||||||
|
"org.eclipse.core.filesystem::Could not delete*",
|
||||||
|
"org.eclipse.core.filesystem::Could not move*",
|
||||||
|
"org.eclipse.core.runtime::Invalid input url*",
|
||||||
|
"org.eclipse.epp.mpc.ui:java.io.IOException:",
|
||||||
|
"org.eclipse.equinox.p2.*::",
|
||||||
|
"org.eclipse.jface:java.io.IOException:Unable to resolve plug-in*",
|
||||||
|
"org.eclipse.oomph.setup.core:$org.apache.http.ConnectionClosedException:",
|
||||||
|
"org.eclipse.pde.core::The current target platform contains errors*",
|
||||||
|
"org.eclipse.ui::Conflicting handlers for*"
|
||||||
|
],
|
||||||
|
"problemsZipLastDownloadTimestamp": 0
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<setup:Workspace
|
||||||
|
xmi:version="2.0"
|
||||||
|
xmlns:xmi="http://www.omg.org/XMI"
|
||||||
|
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
|
||||||
|
name="workspace"/>
|
@ -0,0 +1,57 @@
|
|||||||
|
# RSE DOM Node
|
||||||
|
00-name=Direwolf\:local.files
|
||||||
|
01-type=FilterPool
|
||||||
|
03-attr.default=true
|
||||||
|
03-attr.deletable=true
|
||||||
|
03-attr.id=local.files
|
||||||
|
03-attr.nonRenamable=false
|
||||||
|
03-attr.owningParentName=null
|
||||||
|
03-attr.release=200
|
||||||
|
03-attr.singleFilterStringOnly=false
|
||||||
|
03-attr.singleFilterStringOnlyESet=false
|
||||||
|
03-attr.stringsCaseSensitive=true
|
||||||
|
03-attr.supportsDuplicateFilterStrings=false
|
||||||
|
03-attr.supportsNestedFilters=true
|
||||||
|
03-attr.type=default
|
||||||
|
06-child.00000.00-name=My Home
|
||||||
|
06-child.00000.01-type=Filter
|
||||||
|
06-child.00000.03-attr.default=false
|
||||||
|
06-child.00000.03-attr.filterType=default
|
||||||
|
06-child.00000.03-attr.id=My Home
|
||||||
|
06-child.00000.03-attr.nonChangable=false
|
||||||
|
06-child.00000.03-attr.nonDeletable=false
|
||||||
|
06-child.00000.03-attr.nonRenamable=false
|
||||||
|
06-child.00000.03-attr.promptable=false
|
||||||
|
06-child.00000.03-attr.relativeOrder=0
|
||||||
|
06-child.00000.03-attr.release=200
|
||||||
|
06-child.00000.03-attr.singleFilterStringOnly=false
|
||||||
|
06-child.00000.03-attr.stringsCaseSensitive=false
|
||||||
|
06-child.00000.03-attr.stringsNonChangable=false
|
||||||
|
06-child.00000.03-attr.supportsDuplicateFilterStrings=false
|
||||||
|
06-child.00000.03-attr.supportsNestedFilters=true
|
||||||
|
06-child.00000.06-child.00000.00-name=C\:\\Users\\zeta\\*
|
||||||
|
06-child.00000.06-child.00000.01-type=FilterString
|
||||||
|
06-child.00000.06-child.00000.03-attr.default=false
|
||||||
|
06-child.00000.06-child.00000.03-attr.string=C\:\\Users\\zeta\\*
|
||||||
|
06-child.00000.06-child.00000.03-attr.type=default
|
||||||
|
06-child.00001.00-name=Drives
|
||||||
|
06-child.00001.01-type=Filter
|
||||||
|
06-child.00001.03-attr.default=false
|
||||||
|
06-child.00001.03-attr.filterType=default
|
||||||
|
06-child.00001.03-attr.id=Drives
|
||||||
|
06-child.00001.03-attr.nonChangable=false
|
||||||
|
06-child.00001.03-attr.nonDeletable=false
|
||||||
|
06-child.00001.03-attr.nonRenamable=false
|
||||||
|
06-child.00001.03-attr.promptable=false
|
||||||
|
06-child.00001.03-attr.relativeOrder=0
|
||||||
|
06-child.00001.03-attr.release=200
|
||||||
|
06-child.00001.03-attr.singleFilterStringOnly=false
|
||||||
|
06-child.00001.03-attr.stringsCaseSensitive=false
|
||||||
|
06-child.00001.03-attr.stringsNonChangable=false
|
||||||
|
06-child.00001.03-attr.supportsDuplicateFilterStrings=false
|
||||||
|
06-child.00001.03-attr.supportsNestedFilters=true
|
||||||
|
06-child.00001.06-child.00000.00-name=*
|
||||||
|
06-child.00001.06-child.00000.01-type=FilterString
|
||||||
|
06-child.00001.06-child.00000.03-attr.default=false
|
||||||
|
06-child.00001.06-child.00000.03-attr.string=*
|
||||||
|
06-child.00001.06-child.00000.03-attr.type=default
|
@ -0,0 +1,25 @@
|
|||||||
|
# RSE DOM Node
|
||||||
|
00-name=Local
|
||||||
|
01-type=Host
|
||||||
|
03-attr.description=
|
||||||
|
03-attr.hostname=LOCALHOST
|
||||||
|
03-attr.offline=false
|
||||||
|
03-attr.promptable=false
|
||||||
|
03-attr.systemType=org.eclipse.rse.systemtype.local
|
||||||
|
03-attr.type=Local
|
||||||
|
06-child.00000.00-name=Local Connector Service
|
||||||
|
06-child.00000.01-type=ConnectorService
|
||||||
|
06-child.00000.03-attr.group=Local Connector Service
|
||||||
|
06-child.00000.03-attr.port=0
|
||||||
|
06-child.00000.03-attr.useSSL=false
|
||||||
|
06-child.00000.06-child.00000.00-name=Local Files
|
||||||
|
06-child.00000.06-child.00000.01-type=SubSystem
|
||||||
|
06-child.00000.06-child.00000.03-attr.hidden=false
|
||||||
|
06-child.00000.06-child.00000.03-attr.type=local.files
|
||||||
|
06-child.00000.06-child.00000.06-child.00000.00-name=Direwolf___Direwolf\:local.files
|
||||||
|
06-child.00000.06-child.00000.06-child.00000.01-type=FilterPoolReference
|
||||||
|
06-child.00000.06-child.00000.06-child.00000.03-attr.refID=local.files
|
||||||
|
06-child.00000.06-child.00001.00-name=Local Shells
|
||||||
|
06-child.00000.06-child.00001.01-type=SubSystem
|
||||||
|
06-child.00000.06-child.00001.03-attr.hidden=false
|
||||||
|
06-child.00000.06-child.00001.03-attr.type=local.shells
|
@ -0,0 +1,7 @@
|
|||||||
|
# RSE DOM Node
|
||||||
|
00-name=Direwolf
|
||||||
|
01-type=Profile
|
||||||
|
03-attr.defaultPrivate=true
|
||||||
|
03-attr.isActive=true
|
||||||
|
05-ref.00000=FP.local.files_0
|
||||||
|
05-ref.00001=H.local_16
|
0
.eclipse/.metadata/.plugins/org.eclipse.rse.ui/.log
Normal file
0
.eclipse/.metadata/.plugins/org.eclipse.rse.ui/.log
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<state reopen="true"/>
|
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<section name="Workbench">
|
||||||
|
<section name="WorkbenchPreferenceDialogSettings">
|
||||||
|
<item value="651" key="DIALOG_X_ORIGIN"/>
|
||||||
|
<item value="158" key="DIALOG_Y_ORIGIN"/>
|
||||||
|
</section>
|
||||||
|
<section name="org.eclipse.ui.internal.QuickAccess">
|
||||||
|
<item value="-1" key="dialogHeight"/>
|
||||||
|
<item value="-1" key="dialogWidth"/>
|
||||||
|
<list key="textEntries">
|
||||||
|
</list>
|
||||||
|
<list key="orderedElements">
|
||||||
|
</list>
|
||||||
|
<list key="orderedProviders">
|
||||||
|
</list>
|
||||||
|
<list key="textArray">
|
||||||
|
</list>
|
||||||
|
</section>
|
||||||
|
</section>
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<workingSetManager>
|
||||||
|
<workingSet aggregate="true" factoryID="org.eclipse.ui.internal.WorkingSetFactory" id="1484617549588_0" label="Window Working Set" name="Aggregate for window 1484617549588"/>
|
||||||
|
</workingSetManager>
|
@ -0,0 +1,3 @@
|
|||||||
|
#
|
||||||
|
#Mon Jan 16 20:49:19 EST 2017
|
||||||
|
task-tag-projects-already-scanned=libstarlight,RemoteSystemsTempFiles
|
3
.eclipse/.metadata/version.ini
Normal file
3
.eclipse/.metadata/version.ini
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#Mon Jan 16 20:59:27 EST 2017
|
||||||
|
org.eclipse.core.runtime=2
|
||||||
|
org.eclipse.platform=4.6.2.v20161124-1400
|
12
.eclipse/RemoteSystemsTempFiles/.project
Normal file
12
.eclipse/RemoteSystemsTempFiles/.project
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>RemoteSystemsTempFiles</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.rse.ui.remoteSystemsTempNature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
Binary file not shown.
Binary file not shown.
@ -1,28 +0,0 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
||||||
# Visual Studio 14
|
|
||||||
VisualStudioVersion = 14.0.25420.1
|
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libstarlight", "libstarlight\libstarlight.vcxproj", "{21A0624A-FE85-4D9C-ADDE-7E272B48E906}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|x64 = Debug|x64
|
|
||||||
Debug|x86 = Debug|x86
|
|
||||||
Release|x64 = Release|x64
|
|
||||||
Release|x86 = Release|x86
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{21A0624A-FE85-4D9C-ADDE-7E272B48E906}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{21A0624A-FE85-4D9C-ADDE-7E272B48E906}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{21A0624A-FE85-4D9C-ADDE-7E272B48E906}.Debug|x86.ActiveCfg = Debug|Win32
|
|
||||||
{21A0624A-FE85-4D9C-ADDE-7E272B48E906}.Debug|x86.Build.0 = Debug|Win32
|
|
||||||
{21A0624A-FE85-4D9C-ADDE-7E272B48E906}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{21A0624A-FE85-4D9C-ADDE-7E272B48E906}.Release|x64.Build.0 = Release|x64
|
|
||||||
{21A0624A-FE85-4D9C-ADDE-7E272B48E906}.Release|x86.ActiveCfg = Release|Win32
|
|
||||||
{21A0624A-FE85-4D9C-ADDE-7E272B48E906}.Release|x86.Build.0 = Release|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
76
libstarlight/.cproject
Normal file
76
libstarlight/.cproject
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
|
||||||
|
<storageModule moduleId="org.eclipse.cdt.core.settings">
|
||||||
|
<cconfiguration id="cdt.managedbuild.toolchain.gnu.mingw.base.1602982266">
|
||||||
|
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.toolchain.gnu.mingw.base.1602982266" moduleId="org.eclipse.cdt.core.settings" name="Default">
|
||||||
|
<externalSettings/>
|
||||||
|
<extensions>
|
||||||
|
<extension id="org.eclipse.cdt.core.PE" point="org.eclipse.cdt.core.BinaryParser"/>
|
||||||
|
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
||||||
|
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
||||||
|
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
||||||
|
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
||||||
|
<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
|
||||||
|
</extensions>
|
||||||
|
</storageModule>
|
||||||
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
|
<configuration artifactName="${ProjName}" buildProperties="" description="" id="cdt.managedbuild.toolchain.gnu.mingw.base.1602982266" name="Default" parent="org.eclipse.cdt.build.core.emptycfg">
|
||||||
|
<folderInfo id="cdt.managedbuild.toolchain.gnu.mingw.base.1602982266.2123488907" name="/" resourcePath="">
|
||||||
|
<toolChain id="cdt.managedbuild.toolchain.gnu.mingw.base.1589827015" name="MinGW GCC" superClass="cdt.managedbuild.toolchain.gnu.mingw.base">
|
||||||
|
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.PE" id="cdt.managedbuild.target.gnu.platform.mingw.base.787881808" name="Debug Platform" osList="win32" superClass="cdt.managedbuild.target.gnu.platform.mingw.base"/>
|
||||||
|
<builder buildPath="${workspace_loc:/libstarlight}/Default" id="cdt.managedbuild.builder.gnu.cross.383230562" keepEnvironmentInBuildfile="false" name="Gnu Make Builder" superClass="cdt.managedbuild.builder.gnu.cross"/>
|
||||||
|
<tool id="cdt.managedbuild.tool.gnu.assembler.mingw.base.2112428391" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.mingw.base">
|
||||||
|
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.1084053307" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
|
||||||
|
</tool>
|
||||||
|
<tool id="cdt.managedbuild.tool.gnu.archiver.mingw.base.936572278" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.mingw.base"/>
|
||||||
|
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.mingw.base.1610283054" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.mingw.base">
|
||||||
|
<option id="gnu.cpp.compiler.option.include.paths.900392937" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
|
||||||
|
<listOptionValue builtIn="false" value=""${DEVKITARMWIN}/arm-none-eabi/include/""/>
|
||||||
|
<listOptionValue builtIn="false" value=""${DEVKITARMWIN}/arm-none-eabi/include/c++/6.2.0/""/>
|
||||||
|
<listOptionValue builtIn="false" value=""${DEVKITPROWIN}/libctru/include/""/>
|
||||||
|
</option>
|
||||||
|
<option id="gnu.cpp.compiler.option.dialect.std.1262408793" superClass="gnu.cpp.compiler.option.dialect.std" useByScannerDiscovery="true" value="gnu.cpp.compiler.dialect.default" valueType="enumerated"/>
|
||||||
|
<option id="gnu.cpp.compiler.option.dialect.flags.1059767281" superClass="gnu.cpp.compiler.option.dialect.flags" useByScannerDiscovery="true" value="-std=gnu++14" valueType="string"/>
|
||||||
|
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.195970917" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
|
||||||
|
</tool>
|
||||||
|
<tool id="cdt.managedbuild.tool.gnu.c.compiler.mingw.base.2110920989" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.mingw.base">
|
||||||
|
<option id="gnu.c.compiler.option.include.paths.1732311949" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
|
||||||
|
<listOptionValue builtIn="false" value=""${DEVKITARMWIN}/arm-none-eabi/include/""/>
|
||||||
|
<listOptionValue builtIn="false" value=""${DEVKITPROWIN}/libctru/include/""/>
|
||||||
|
</option>
|
||||||
|
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1374490010" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
|
||||||
|
</tool>
|
||||||
|
<tool id="cdt.managedbuild.tool.gnu.c.linker.mingw.base.482989551" name="MinGW C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.mingw.base"/>
|
||||||
|
<tool id="cdt.managedbuild.tool.gnu.cpp.linker.mingw.base.2014421900" name="MinGW C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.mingw.base">
|
||||||
|
<inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.1839166191" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input">
|
||||||
|
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
|
||||||
|
<additionalInput kind="additionalinput" paths="$(LIBS)"/>
|
||||||
|
</inputType>
|
||||||
|
</tool>
|
||||||
|
</toolChain>
|
||||||
|
</folderInfo>
|
||||||
|
</configuration>
|
||||||
|
</storageModule>
|
||||||
|
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
|
||||||
|
</cconfiguration>
|
||||||
|
</storageModule>
|
||||||
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
|
<project id="libstarlight.null.557705707" name="libstarlight"/>
|
||||||
|
</storageModule>
|
||||||
|
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
|
||||||
|
<storageModule moduleId="refreshScope" versionNumber="2">
|
||||||
|
<configuration configurationName="Default">
|
||||||
|
<resource resourceType="PROJECT" workspacePath="/libstarlight"/>
|
||||||
|
</configuration>
|
||||||
|
</storageModule>
|
||||||
|
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>
|
||||||
|
<storageModule moduleId="scannerConfiguration">
|
||||||
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
<scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.mingw.base.1602982266;cdt.managedbuild.toolchain.gnu.mingw.base.1602982266.2123488907;cdt.managedbuild.tool.gnu.cpp.compiler.mingw.base.1610283054;cdt.managedbuild.tool.gnu.cpp.compiler.input.195970917">
|
||||||
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
</scannerConfigBuildInfo>
|
||||||
|
<scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.mingw.base.1602982266;cdt.managedbuild.toolchain.gnu.mingw.base.1602982266.2123488907;cdt.managedbuild.tool.gnu.c.compiler.mingw.base.2110920989;cdt.managedbuild.tool.gnu.c.compiler.input.1374490010">
|
||||||
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
</scannerConfigBuildInfo>
|
||||||
|
</storageModule>
|
||||||
|
</cproject>
|
27
libstarlight/.project
Normal file
27
libstarlight/.project
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>libstarlight</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
|
||||||
|
<triggers>clean,full,incremental,</triggers>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
|
||||||
|
<triggers>full,incremental,</triggers>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.cdt.core.cnature</nature>
|
||||||
|
<nature>org.eclipse.cdt.core.ccnature</nature>
|
||||||
|
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
|
||||||
|
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
15
libstarlight/.settings/language.settings.xml
Normal file
15
libstarlight/.settings/language.settings.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<project>
|
||||||
|
<configuration id="cdt.managedbuild.toolchain.gnu.mingw.base.1602982266" name="Default">
|
||||||
|
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
|
||||||
|
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||||
|
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||||
|
<provider copy-of="extension" id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser"/>
|
||||||
|
<provider class="org.eclipse.cdt.managedbuilder.internal.language.settings.providers.GCCBuiltinSpecsDetectorMinGW" console="false" env-hash="1654844337864395070" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetectorMinGW" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings MinGW" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||||
|
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||||
|
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||||
|
</provider>
|
||||||
|
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
||||||
|
</extension>
|
||||||
|
</configuration>
|
||||||
|
</project>
|
@ -1,2 +0,0 @@
|
|||||||
make: *** No targets specified and no makefile found. Stop.
|
|
||||||
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(41,5): error MSB3073: The command "make" exited with code 2.
|
|
@ -1,174 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
|
||||||
<Configuration>Debug</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|Win32">
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Debug|x64">
|
|
||||||
<Configuration>Debug</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClCompile Include="source\starlight\Application.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\datatypes\Color.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\datatypes\Vector2.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\datatypes\VRect.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\GFXManager.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\BitmapFont.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\DisplayList.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\Drawable.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawableImage.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawableNinePatch.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawableTest.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawContext.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawContextCanvas.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawContextTopScreen.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawContextTouchscreen.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\Font.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\FontBMF.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\gfx\RenderCore.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\InputManager.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\ThemeManager.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\ui\Button.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\ui\Image.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\ui\Label.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\ui\ParallaxLayer.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\ui\ScrollField.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\ui\TopScreenCanvas.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\ui\TouchScreenCanvas.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\ui\UICanvas.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\ui\UIContainer.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\ui\UIElement.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\util\WorkerThread.cpp" />
|
|
||||||
<ClCompile Include="source\starlight\_incLib\lodepng.cpp" />
|
|
||||||
<ClCompile Include="vs_shim.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="source\starlight\Application.h" />
|
|
||||||
<ClInclude Include="source\starlight\datatypes\Color.h" />
|
|
||||||
<ClInclude Include="source\starlight\datatypes\OptRef.h" />
|
|
||||||
<ClInclude Include="source\starlight\datatypes\Vector2.h" />
|
|
||||||
<ClInclude Include="source\starlight\datatypes\VRect.h" />
|
|
||||||
<ClInclude Include="source\starlight\GFXManager.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\BitmapFont.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\DisplayList.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\Drawable.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawableImage.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawableNinePatch.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawableTest.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawContext.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawContextCanvas.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawContextTopScreen.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawContextTouchscreen.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\Font.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\FontBMF.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\RenderCore.h" />
|
|
||||||
<ClInclude Include="source\starlight\gfx\ThemeRef.h" />
|
|
||||||
<ClInclude Include="source\starlight\InputManager.h" />
|
|
||||||
<ClInclude Include="source\starlight\ThemeManager.h" />
|
|
||||||
<ClInclude Include="source\starlight\ui\Button.h" />
|
|
||||||
<ClInclude Include="source\starlight\ui\Image.h" />
|
|
||||||
<ClInclude Include="source\starlight\ui\Label.h" />
|
|
||||||
<ClInclude Include="source\starlight\ui\ParallaxLayer.h" />
|
|
||||||
<ClInclude Include="source\starlight\ui\ScrollField.h" />
|
|
||||||
<ClInclude Include="source\starlight\ui\TopScreenCanvas.h" />
|
|
||||||
<ClInclude Include="source\starlight\ui\TouchScreenCanvas.h" />
|
|
||||||
<ClInclude Include="source\starlight\ui\UICanvas.h" />
|
|
||||||
<ClInclude Include="source\starlight\ui\UIContainer.h" />
|
|
||||||
<ClInclude Include="source\starlight\ui\UIElement.h" />
|
|
||||||
<ClInclude Include="source\starlight\util\WorkerThread.h" />
|
|
||||||
<ClInclude Include="source\starlight\_global.h" />
|
|
||||||
<ClInclude Include="source\starlight\_incLib\json.hpp" />
|
|
||||||
<ClInclude Include="source\starlight\_incLib\json_fwd.hpp" />
|
|
||||||
<ClInclude Include="source\starlight\_incLib\lodepng.h" />
|
|
||||||
<ClInclude Include="source\starlight\_incLib\_stringfix.h" />
|
|
||||||
</ItemGroup>
|
|
||||||
<PropertyGroup Label="Globals">
|
|
||||||
<ProjectGuid>{21A0624A-FE85-4D9C-ADDE-7E272B48E906}</ProjectGuid>
|
|
||||||
<Keyword>MakeFileProj</Keyword>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v140</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Makefile</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v140</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v140</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v140</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
||||||
<ImportGroup Label="ExtensionSettings">
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="Shared">
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
||||||
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
|
|
||||||
<NMakePreprocessorDefinitions>
|
|
||||||
</NMakePreprocessorDefinitions>
|
|
||||||
<NMakeCleanCommandLine>make clean</NMakeCleanCommandLine>
|
|
||||||
<ExecutablePath>$(PATH);</ExecutablePath>
|
|
||||||
<IncludePath>.\;$(ProjectDir)source\;$(DEVKITPROWIN)\libctru\include\;$(DEVKITARMWIN)\arm-none-eabi\include\;$(DEVKITARMWIN)\arm-none-eabi\include\c++\6.2.0\</IncludePath>
|
|
||||||
<ReferencePath />
|
|
||||||
<LibraryPath />
|
|
||||||
<LibraryWPath />
|
|
||||||
<ExcludePath />
|
|
||||||
<NMakeIncludeSearchPath>.\;$(ProjectDir)source\;$(DEVKITPROWIN)\libctru\include\;$(DEVKITARMWIN)\arm-none-eabi\include\;$(DEVKITARMWIN)\arm-none-eabi\include\c++\6.2.0\;</NMakeIncludeSearchPath>
|
|
||||||
<SourcePath />
|
|
||||||
<NMakeForcedIncludes>$(ProjectDir)/vs_shim.cpp</NMakeForcedIncludes>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
|
|
||||||
<NMakePreprocessorDefinitions>
|
|
||||||
</NMakePreprocessorDefinitions>
|
|
||||||
<NMakeCleanCommandLine>make clean</NMakeCleanCommandLine>
|
|
||||||
<ExecutablePath>$(PATH);</ExecutablePath>
|
|
||||||
<IncludePath>.\;$(ProjectDir)source\;$(DEVKITPROWIN)\libctru\include\;$(DEVKITARMWIN)\arm-none-eabi\include\;$(DEVKITARMWIN)\arm-none-eabi\include\c++\6.2.0\</IncludePath>
|
|
||||||
<ReferencePath />
|
|
||||||
<LibraryPath />
|
|
||||||
<LibraryWPath />
|
|
||||||
<ExcludePath />
|
|
||||||
<NMakeIncludeSearchPath>.\;$(ProjectDir)source\;$(DEVKITPROWIN)\libctru\include\;$(DEVKITARMWIN)\arm-none-eabi\include\;$(DEVKITARMWIN)\arm-none-eabi\include\c++\6.2.0\;</NMakeIncludeSearchPath>
|
|
||||||
<SourcePath />
|
|
||||||
<NMakeForcedIncludes>$(ProjectDir)/vs_shim.cpp</NMakeForcedIncludes>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
||||||
<ImportGroup Label="ExtensionTargets">
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
@ -1,234 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup>
|
|
||||||
<Filter Include="Source Files">
|
|
||||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
|
||||||
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
|
||||||
</Filter>
|
|
||||||
<Filter Include="Header Files">
|
|
||||||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
|
||||||
<Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
|
|
||||||
</Filter>
|
|
||||||
<Filter Include="Resource Files">
|
|
||||||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
|
||||||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
|
||||||
</Filter>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClCompile Include="source\starlight\Application.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\datatypes\Color.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\datatypes\Vector2.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\datatypes\VRect.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\BitmapFont.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\DisplayList.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\Drawable.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawableImage.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawableNinePatch.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawableTest.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawContext.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawContextCanvas.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawContextTopScreen.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\DrawContextTouchscreen.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\Font.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\FontBMF.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\gfx\RenderCore.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\GFXManager.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\InputManager.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\ThemeManager.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\ui\Button.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\ui\Image.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\ui\Label.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\ui\ParallaxLayer.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\ui\ScrollField.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\ui\TopScreenCanvas.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\ui\TouchScreenCanvas.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\ui\UICanvas.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\ui\UIContainer.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\ui\UIElement.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\util\WorkerThread.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="source\starlight\_incLib\lodepng.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="vs_shim.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="source\starlight\Application.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\datatypes\Color.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\datatypes\OptRef.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\datatypes\Vector2.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\datatypes\VRect.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\BitmapFont.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\DisplayList.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\Drawable.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawableImage.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawableNinePatch.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawableTest.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawContext.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawContextCanvas.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawContextTopScreen.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\DrawContextTouchscreen.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\Font.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\FontBMF.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\RenderCore.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\gfx\ThemeRef.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\GFXManager.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\InputManager.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\ThemeManager.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\ui\Button.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\ui\Image.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\ui\Label.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\ui\ParallaxLayer.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\ui\ScrollField.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\ui\TopScreenCanvas.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\ui\TouchScreenCanvas.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\ui\UICanvas.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\ui\UIContainer.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\ui\UIElement.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\util\WorkerThread.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\_global.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\_incLib\json.hpp">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\_incLib\json_fwd.hpp">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\_incLib\lodepng.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="source\starlight\_incLib\_stringfix.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup>
|
|
||||||
<ShowAllFiles>true</ShowAllFiles>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
@ -83,4 +83,3 @@ void Application::_mainLoop() {
|
|||||||
PostDraw();
|
PostDraw();
|
||||||
RenderCore::EndFrame();
|
RenderCore::EndFrame();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user