Skip to content

Commit 50e1fcb

Browse files
committed
Create mongodb.ps1
1 parent ec37830 commit 50e1fcb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(Get-Content config.w32) | ForEach-Object { $_.Replace(" PHP_MONGODB_CFLAGS = PHP_MONGODB_CFLAGS.replace(/\s+/g, ' ');", " PHP_MONGODB_CFLAGS = PHP_MONGODB_CFLAGS.replace(/\s+/g, ' ');`r`n if (!X64) {`r`n PHP_MONGODB_CFLAGS += `" /Zm1000`";`r`n ADD_FLAG(`"CFLAGS`", `"/Od /Ob0 /Oy- /Z7 /Zc:preprocessor- /bigobj`");`r`n }") } | Set-Content config.w32

0 commit comments

Comments
 (0)