comparison ddbgcompile.bat @ 1:4a9dcbd9e54f

-files of 0.13 beta -fixes so that it now compiles with the current dmd version
author marton@basel.hu
date Tue, 05 Apr 2011 20:44:01 +0200
parents 586e4a649642
children
comparison
equal deleted inserted replaced
0:586e4a649642 1:4a9dcbd9e54f
1 REM This is an example how to compile it 1 REM This is an example how to compile it
2 d: 2 d:
3 cd D:\src\ddbg\ 3 cd D:\src\ddbg_continued\
4 D:\standalone\apaged-0.4.2-beta\bin\apaged.exe D:\src\ddbg\src\expression\expression.apd D:\src\ddbg\src\expression\expression_apd.d 4 D:\standalone\apaged-0.4.2-beta\bin\apaged.exe D:\src\ddbg_continued\src\expression\expression.apd D:\src\ddbg_continued\src\expression\expression_apd.d
5 D:\standalone\dmd.1.066\dmd\windows\bin\bud.exe -CFPATHD:\standalone\dmd.1.066\dmd\windows\bin -DCPATHD:\standalone\dmd.1.066\dmd\windows\bin -I. -Isrc -Jsrc -JD:\src\ddbg\src\cli -version=Windows2000 -version=WindowsNTonly -full -release -O -inline -odobj -ofbin\ddbg.exe udis86-1.4\libudis86\*.obj src\main 5 D:\standalone\dmd.1.066\dmd\windows\bin\bud.exe -CFPATHD:\standalone\dmd.1.066\dmd\windows\bin -DCPATHD:\standalone\dmd.1.066\dmd\windows\bin -I. -Isrc -Jsrc -JD:\src\ddbg\src\cli -version=Windows2000 -version=WindowsNTonly -full -release -O -inline -odobj -ofbin\ddbg.exe udis86-1.4\libudis86\*.obj src\main
6 6
7 7
8 8