Changeset 25291 in vbox
- Timestamp:
- Dec 10, 2009 10:16:54 AM (15 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r25278 r25291 140 140 SUPR0_SOURCES += $$(PATH_SUPR0)/SUPR0.def 141 141 $$(PATH_SUPR0)/SUPR0.def: $(PATH_SUB_CURRENT)/SUPR0.def | $$(dir $$@) 142 $(SED) -e 's/^[ \t][ \t]*\([gA-Z]\)/ _\1/' -e 's/[ \t]DATA[ \t]*/ /' $< > [email protected] 142 $(SED) \ 143 -e 's/^[ \t][ \t]*\([gA-Z]\)/ _\1/' \ 144 -e 's/[ \t]DATA[ \t]*/ /' \ 145 -e 's/g_pSUPGlobalInfoPage/g_SUPGlobalInfoPage/' \ 146 --output [email protected]\ 147 $< 143 148 $(MV) -f [email protected] $@ 144 149 endif -
trunk/src/VBox/HostDrivers/Support/SUPR0.def
r25278 r25291 153 153 154 154 ; data 155 g_pSUPGlobalInfoPage DATA 155 g_pSUPGlobalInfoPage DATA ; NT 156 g_SUPGlobalInfoPage DATA ; OS2 156 157
Note:
See TracChangeset
for help on using the changeset viewer.