mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 21:51:03 +03:00
Revise remaining 32{omf,mscoff} usages
This commit is contained in:
parent
d715bdc972
commit
920678a820
24 changed files with 33 additions and 682 deletions
|
@ -2,15 +2,6 @@ import dshell;
|
|||
|
||||
int main()
|
||||
{
|
||||
version (DigitalMars)
|
||||
{
|
||||
if (OS == "windows" && MODEL == "32omf")
|
||||
{
|
||||
writeln("Skipping test when using Optlink.");
|
||||
return DISABLED;
|
||||
}
|
||||
}
|
||||
|
||||
Vars.set("lib", "$OUTPUT_BASE/dir with spaces/b$LIBEXT");
|
||||
|
||||
run("$DMD -m$MODEL -of$lib -lib $EXTRA_FILES/linker_flag_with_spaces_b.d");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue