Changeset 44030 in vbox
- Timestamp:
- Dec 4, 2012 9:15:12 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r44025 r44030 47 47 LIBRARIES.solaris += RuntimeR0Stub 48 48 LIBRARIES.win += RuntimeR0Stub 49 LIBRARIES.win.x86 += RuntimeR3VccTricks 49 50 50 51 else ifdef VBOX_ONLY_DOCS … … 93 94 LIBRARIES.win.x86 += RuntimeGuestR0NT4 94 95 endif # VBOX_WITH_ADDITIONS 96 LIBRARIES.win.x86 += RuntimeR3VccTricks 95 97 LIBRARIES.l4 += RuntimeR3L4 RuntimeLnxHostR3 96 98 DLLS += VBoxRT … … 2183 2185 2184 2186 # 2187 # Bag of tricks required for making VCC100 output binaries work on NT4, W2K 2188 # early XP and early W2K3. 2189 # 2190 RuntimeR3VccTricks_TEMPLATE = VBoxR3Dll 2191 RuntimeR3VccTricks_SOURCES = \ 2192 r3/win/vcc100-kernel32-fakes.cpp \ 2193 r3/win/vcc100-kernel32-fakesA.asm 2194 2195 2196 # 2185 2197 # errmsg.cpp depends on a generated header. 2186 2198 #
Note:
See TracChangeset
for help on using the changeset viewer.