Changeset 35021 in vbox
- Timestamp:
- Dec 13, 2010 3:15:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r35018 r35021 1966 1966 # images that does not load on older windows versions. 1967 1967 # 1968 RuntimeR3NtDll-amd64_TEMPLATE = VBoxR3Dll 1969 RuntimeR3NtDll-amd64_ARFLAGS = /NODEFAULTLIB /MACHINE:amd64 1970 RuntimeR3NtDll-amd64_SOURCES = \ 1968 RuntimeR3NtDll-amd64_TEMPLATE = VBoxR3Dll 1969 RuntimeR3NtDll-amd64_BLD_TRG_ARCH = amd64 1970 RuntimeR3NtDll-amd64_ARFLAGS = /NODEFAULTLIB /MACHINE:amd64 1971 RuntimeR3NtDll-amd64_SOURCES = \ 1971 1972 r3/win/ntdll-mini-implib.c \ 1972 1973 r3/win/ntdll-mini-implib.def 1973 1974 1974 RuntimeR3NtDll-x86_EXTENDS = RuntimeR3NtDll-amd64 1975 RuntimeR3NtDll-x86_ARFLAGS = /NODEFAULTLIB /MACHINE:x86 1975 RuntimeR3NtDll-x86_EXTENDS = RuntimeR3NtDll-amd64 1976 RuntimeR3NtDll-x86_BLD_TRG_ARCH = x86 1977 RuntimeR3NtDll-x86_ARFLAGS = /NODEFAULTLIB /MACHINE:x86 1976 1978 1977 1979
Note:
See TracChangeset
for help on using the changeset viewer.