Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oktonion committed Apr 22, 2022
1 parent 6ac1baa commit 430bdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ cl -EHsc -Fo.\obj\main.obj -c ".\main.cpp"
cl .\obj\main.obj stdex.lib -Fe.\bin\main.exe -link -LIBPATH:.\stdex\lib
```

example script build for Windows (with Borland C++ Builder 6.0 Updt4 and generated `ntdll.lib` with `coff2omf.exe`):
example script build for Windows (with Borland C++ Builder 6.0 Updt4):

```bat
bcc32 -w-inl -w-ccc -tWM -Q -n.\obj\ -I%cd%\pthread\ -c ".\main.cpp"
Expand Down

0 comments on commit 430bdca

Please sign in to comment.