Changeset 35655 in vbox for trunk/src/VBox
- Timestamp:
- Jan 20, 2011 2:38:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r35585 r35655 59 59 # 60 60 LIBRARIES += RuntimeBldProg 61 IMPORT_LIBS += VBoxRTImp62 61 LIBRARIES.win += RuntimeR0Stub RuntimeRCStub 63 62 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk … … 74 73 75 74 BLDPROGS += uniread 76 IMPORT_LIBS += VBoxRTImp77 75 LIBRARIES += RuntimeR3 RuntimeBldProg RuntimeR0 RuntimeEFCPP RuntimeR3NoCRTGCC 78 76 LIBRARIES.win += RuntimeR0Stub … … 103 101 LIBRARIES.win += RuntimeR3NtDll-amd64 104 102 endif 103 104 105 # Always build the import library. 106 IMPORT_LIBS += VBoxRTImp 105 107 106 108 … … 1292 1294 endif # linux 1293 1295 1296 1294 1297 # 1295 1298 # VBoxRTImp - Import library/hack.
Note:
See TracChangeset
for help on using the changeset viewer.