Changeset 48
- Timestamp:
- 11/21/08 18:08:16 (4 years ago)
- Files:
-
- branches/D1.0/src/common/posix.mak (modified) (1 diff)
- branches/D1.0/src/common/win32.mak (modified) (1 diff)
- branches/D1.0/src/compiler/dmd/posix.mak (modified) (1 diff)
- branches/D1.0/src/compiler/dmd/win32.mak (modified) (1 diff)
- branches/D1.0/src/gc/basic/posix.mak (modified) (1 diff)
- branches/D1.0/src/gc/basic/win32.mak (modified) (1 diff)
- branches/D1.0/src/gc/stub/posix.mak (modified) (1 diff)
- branches/D1.0/src/gc/stub/win32.mak (modified) (1 diff)
- trunk/src/common/posix.mak (modified) (1 diff)
- trunk/src/common/win32.mak (modified) (1 diff)
- trunk/src/compiler/dmd/posix.mak (modified) (1 diff)
- trunk/src/compiler/dmd/win32.mak (modified) (1 diff)
- trunk/src/dmd-posix.mak (modified) (2 diffs)
- trunk/src/dmd-win32.mak (modified) (2 diffs)
- trunk/src/gc/basic/posix.mak (modified) (1 diff)
- trunk/src/gc/basic/win32.mak (modified) (1 diff)
- trunk/src/gc/stub/posix.mak (modified) (1 diff)
- trunk/src/gc/stub/win32.mak (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/D1.0/src/common/posix.mak
r47 r48 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 branches/D1.0/src/common/win32.mak
r47 r48 24 24 25 25 CFLAGS_RELEASE=-mn -6 -r $(ADD_CFLAGS) 26 CFLAGS_DEBUG=- D -g -mn -6 -r $(ADD_CFLAGS)26 CFLAGS_DEBUG=-g -mn -6 -r $(ADD_CFLAGS) 27 27 CFLAGS=$(CFLAGS_RELEASE) 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 branches/D1.0/src/compiler/dmd/posix.mak
r47 r48 29 29 CFLAGS=$(CFLAGS_RELEASE) 30 30 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 31 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)31 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 32 32 DFLAGS=$(DFLAGS_RELEASE) 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 DOCFLAGS=-version=DDoc branches/D1.0/src/compiler/dmd/win32.mak
r47 r48 24 24 25 25 CFLAGS_RELEASE=-mn -6 -r $(ADD_CFLAGS) 26 CFLAGS_DEBUG=- D -g -mn -6 -r $(ADD_CFLAGS)26 CFLAGS_DEBUG=-g -mn -6 -r $(ADD_CFLAGS) 27 27 CFLAGS=$(CFLAGS_RELEASE) 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 33 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)33 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 34 34 TFLAGS=$(TFLAGS_RELEASE) 35 35 branches/D1.0/src/gc/basic/posix.mak
r47 r48 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 branches/D1.0/src/gc/basic/win32.mak
r47 r48 24 24 25 25 CFLAGS_RELEASE=-mn -6 -r $(ADD_CFLAGS) 26 CFLAGS_DEBUG=- D -g -mn -6 -r $(ADD_CFLAGS)26 CFLAGS_DEBUG=-g -mn -6 -r $(ADD_CFLAGS) 27 27 CFLAGS=$(CFLAGS_RELEASE) 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 branches/D1.0/src/gc/stub/posix.mak
r47 r48 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 branches/D1.0/src/gc/stub/win32.mak
r47 r48 24 24 25 25 CFLAGS_RELEASE=-mn -6 -r $(ADD_CFLAGS) 26 CFLAGS_DEBUG=- D -g -mn -6 -r $(ADD_CFLAGS)26 CFLAGS_DEBUG=-g -mn -6 -r $(ADD_CFLAGS) 27 27 CFLAGS=$(CFLAGS_RELEASE) 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 trunk/src/common/posix.mak
r47 r48 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 trunk/src/common/win32.mak
r47 r48 24 24 25 25 CFLAGS_RELEASE=-mn -6 -r $(ADD_CFLAGS) 26 CFLAGS_DEBUG=- D -g -mn -6 -r $(ADD_CFLAGS)26 CFLAGS_DEBUG=-g -mn -6 -r $(ADD_CFLAGS) 27 27 CFLAGS=$(CFLAGS_RELEASE) 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 trunk/src/compiler/dmd/posix.mak
r47 r48 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 trunk/src/compiler/dmd/win32.mak
r47 r48 24 24 25 25 CFLAGS_RELEASE=-mn -6 -r $(ADD_CFLAGS) 26 CFLAGS_DEBUG=- D -g -mn -6 -r $(ADD_CFLAGS)26 CFLAGS_DEBUG=-g -mn -6 -r $(ADD_CFLAGS) 27 27 CFLAGS=$(CFLAGS_RELEASE) 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 trunk/src/dmd-posix.mak
r47 r48 51 51 unittest : 52 52 make -fdmd-posix.mak lib MAKE_LIB="unittest" 53 dmd -unittest main../import/core/stdc/stdarg -defaultlib="$(DUP_TARGET)" -debuglib="$(DUP_TARGET)"53 dmd -unittest unittest ../import/core/stdc/stdarg -defaultlib="$(DUP_TARGET)" -debuglib="$(DUP_TARGET)" 54 54 $(RM) stdarg.o 55 main55 unittest 56 56 57 57 release : … … 90 90 $(RM) $(LIB_MASK) 91 91 $(RM) $(DUP_MASK) 92 $(RM) main main.o92 $(RM) unittest unittest.o 93 93 94 94 install : trunk/src/dmd-win32.mak
r47 r48 56 56 unittest : 57 57 make -fdmd-win32.mak lib MAKE_LIB="unittest" 58 dmd -unittest main..\import\core\stdc\stdarg -defaultlib="$(DUP_TARGET)" -debuglib="$(DUP_TARGET)"58 dmd -unittest unittest ..\import\core\stdc\stdarg -defaultlib="$(DUP_TARGET)" -debuglib="$(DUP_TARGET)" 59 59 $(RM) stdarg.obj 60 main60 unittest 61 61 62 62 release : … … 121 121 $(RM) $(LIB_MASK) 122 122 $(RM) $(DUP_MASK) 123 $(RM) main.exe main.obj main.map123 $(RM) unittest.exe unittest.obj unittest.map 124 124 125 125 install : trunk/src/gc/basic/posix.mak
r47 r48 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 trunk/src/gc/basic/win32.mak
r47 r48 24 24 25 25 CFLAGS_RELEASE=-mn -6 -r $(ADD_CFLAGS) 26 CFLAGS_DEBUG=- D -g -mn -6 -r $(ADD_CFLAGS)26 CFLAGS_DEBUG=-g -mn -6 -r $(ADD_CFLAGS) 27 27 CFLAGS=$(CFLAGS_RELEASE) 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 trunk/src/gc/stub/posix.mak
r47 r48 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36 trunk/src/gc/stub/win32.mak
r47 r48 24 24 25 25 CFLAGS_RELEASE=-mn -6 -r $(ADD_CFLAGS) 26 CFLAGS_DEBUG=- D -g -mn -6 -r $(ADD_CFLAGS)26 CFLAGS_DEBUG=-g -mn -6 -r $(ADD_CFLAGS) 27 27 CFLAGS=$(CFLAGS_RELEASE) 28 28 29 29 DFLAGS_RELEASE=-release -O -inline -w -nofloat $(ADD_DFLAGS) 30 DFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)30 DFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 31 31 DFLAGS=$(DFLAGS_RELEASE) 32 32 33 33 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 34 TFLAGS_DEBUG=- debug -g -w -nofloat $(ADD_DFLAGS)34 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 35 35 TFLAGS=$(TFLAGS_RELEASE) 36 36
