diff ddbgcompile.bat @ 0:586e4a649642

-main files
author marton@basel.hu
date Tue, 05 Apr 2011 20:35:59 +0200
parents
children 4a9dcbd9e54f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ddbgcompile.bat	Tue Apr 05 20:35:59 2011 +0200
@@ -0,0 +1,8 @@
+REM This is an example how to compile it
+d:
+cd D:\src\ddbg\
+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
+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
+
+
+