comparison commands.linux.txt @ 183:190ba98276b3

Several changes to make it build on posix systems. I've only tried to build on Mac OS X but it should build on Linux now as well. This should also fix ticket #9.
author Jacob Carlborg <doob@me.com>
date Mon, 25 Oct 2010 15:36:13 +0200
parents cd48cb899aee
children a4c9de8e39b3
comparison
equal deleted inserted replaced
181:aa70dca07cb0 183:190ba98276b3
15 -version=CARRAYDECL 15 -version=CARRAYDECL
16 -version=BREAKABI 16 -version=BREAKABI
17 -version=SNAN_DEFAULT_INIT 17 -version=SNAN_DEFAULT_INIT
18 -version=SARRAYVALUE 18 -version=SARRAYVALUE
19 -version=MODULEINFO_IS_STRUCT 19 -version=MODULEINFO_IS_STRUCT
20 -version=CPP_MANGLE
20 -ofbin/ddmd 21 -ofbin/ddmd
21 22
22 bridge.o 23 bridge.o
23 -L-Ldmd32/dmd2/src/dmd 24 -L-Ldmd2/src/dmd
24 -L-ldmd 25 -L-ldmd
25 -L-lstdc++ 26 -L-lstdc++
26 main.d 27 main.d
27 dbg/CallStackInfo.d
28 dbg/Debug.d 28 dbg/Debug.d
29 dbg/symbol/CodeView.d 29 dbg/symbol/CodeView.d
30 dmd/AggregateDeclaration.d 30 dmd/AggregateDeclaration.d
31 dmd/VarExp.d 31 dmd/VarExp.d
32 dmd/Tuple.d 32 dmd/Tuple.d
88 dmd/TypeInfoDelegateDeclaration.d 88 dmd/TypeInfoDelegateDeclaration.d
89 dmd/TypeInfoTypedefDeclaration.d 89 dmd/TypeInfoTypedefDeclaration.d
90 dmd/TypeInfoPointerDeclaration.d 90 dmd/TypeInfoPointerDeclaration.d
91 dmd/TypeInfoStaticArrayDeclaration.d 91 dmd/TypeInfoStaticArrayDeclaration.d
92 dmd/TypeInfoAssociativeArrayDeclaration.d 92 dmd/TypeInfoAssociativeArrayDeclaration.d
93 dmd/TypeInfoFunctionDeclaration.d
93 dmd/DsymbolExp.d 94 dmd/DsymbolExp.d
94 dmd/GlobalExpressions.d 95 dmd/GlobalExpressions.d
95 dmd/NewExp.d 96 dmd/NewExp.d
96 dmd/PeelStatement.d 97 dmd/PeelStatement.d
97 dmd/HaltExp.d 98 dmd/HaltExp.d