Skip to content

Commit

Permalink
Correct suggested usages in win32/Makefile.msc [שחר, Horvath].
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Jan 17, 2012
1 parent 5c312df commit 4a9e4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win32/Makefile.msc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# nmake -f win32/Makefile.msc LOC=-DFOO (nonstandard build)
# nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" \
# OBJA="inffas32.obj match686.obj" (use ASM code, x86)
# nmake -f win32/Makefile.msc AS=ml64 LOC="-DASMV -DASMINF" \
# OBJA="inffasx64.obj gvmat64.obj inffas8664.c" (use ASM code, x64)
# nmake -f win32/Makefile.msc AS=ml64 LOC="-DASMV -DASMINF -I." \
# OBJA="inffasx64.obj gvmat64.obj inffas8664.obj" (use ASM code, x64)

# optional build flags
LOC =
Expand Down

0 comments on commit 4a9e4df

Please sign in to comment.