2003-04-27 Casper S. Hornstrup <chorns@users.sourceforge.net>
authorCasper Hornstrup <chorns@users.sourceforge.net>
Sun, 27 Apr 2003 14:45:52 +0000 (14:45 +0000)
committerCasper Hornstrup <chorns@users.sourceforge.net>
Sun, 27 Apr 2003 14:45:52 +0000 (14:45 +0000)
commita80496b963f17a21ead7e949dc9eb5786e03598f
tree37298f2a82253564b5074392ed6ab8979ec75837
parent3568bb9b50ccd190f5eb5e4908294b49d9fbf7b7
2003-04-27  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* tools/helper.mk (TARGET_ASFLAGS): Add -march and define MK_ARCH_ID.
* lib/ntdll/makefile (TARGET_ASFLAGS): Define as
"-I $(PATH_TO_TOP)/include".
(TARGET_OBJECTS): Add ldr/entry.o.
* lib/ntdll/ldr/startup.c: Move inline assembly code...
* lib/ntdll/ldr/entry.S: ...here. New file.

svn path=/trunk/; revision=4598
reactos/ChangeLog
reactos/lib/ntdll/ldr/entry.S [new file with mode: 0755]
reactos/lib/ntdll/ldr/startup.c
reactos/lib/ntdll/makefile
reactos/tools/helper.mk