diff --git a/src/worksp/gc2/make.ss b/src/worksp/gc2/make.ss index 0953fdf110..a6f2ae413b 100644 --- a/src/worksp/gc2/make.ss +++ b/src/worksp/gc2/make.ss @@ -85,9 +85,11 @@ (list "--precompile")) (list "--depends" + "--cpp" (format "cl.exe /MT /E ~a ~a" expand-extra-flags includes) - src - dest))) + "-o" + dest + src))) void)) (when (file-exists? dest) (delete-file dest))