This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / lib / ntdll / nasm / fixasm.bat
1 @echo off
2 echo fix temp slov for to make ntdll use this asm code insted of the c code
3 echo 1. copy makefile-asm ../makefile
4
5 cd rtl 
6 del *.o
7 del *.d
8 del i386_RtlCompareMemory
9 del i386_RtlCompareMemoryUlong
10 del i386_RtlFillMemory
11 del i386_RtlFillMemoryUlong
12 del i386_RtlMoveMemory
13 del i386_RtlRandom
14 del i386_RtlZeroMemory
15 cd ..
16
17 rem nasmw -f coff i386_RtlCompareMemory.asm
18 rem nasmw -f coff i386_RtlCompareMemoryUlong.asm
19 rem nasmw -f coff i386_RtlFillMemory.asm
20 rem nasmw -f coff i386_RtlFillMemoryUlong.asm
21 rem nasmw -f coff i386_RtlMoveMemory.asm
22 rem nasmw -f coff i386_RtlRandom.asm
23 rem nasmw -f coff i386_RtlZeroMemory.asm
24
25
26