Changeset 2446 in vbox for trunk/src/recompiler
- Timestamp:
- Apr 30, 2007 7:53:16 PM (18 years ago)
- Location:
- trunk/src/recompiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile.kmk
r2444 r2446 283 283 VBoxREMImp_LDFLAGS.l4 = -T$(L4_LIBDIR)/../main_rel.ld -nostdlib 284 284 285 $(PATH_TARGET)/VBoxREMImp.c: VBoxREM.def InnoTek/deftoimp.sed | $(call DIRDEP,$(PATH_TARGET))285 $(PATH_TARGET)/VBoxREMImp.c: VBoxREM.def InnoTek/deftoimp.sed Makefile | $(call DIRDEP,$(PATH_TARGET)) 286 286 $(MKDIR) -p $(PATH_TARGET) 287 287 $(APPEND) [email protected] '#ifdef VBOX_HAVE_VISIBILITY_HIDDEN' … … 290 290 $(APPEND) [email protected] '# define EXPORT' 291 291 $(APPEND) [email protected] '#endif' 292 $(APPEND) [email protected] '#error halt'293 292 $(APPEND) [email protected] '' 294 293 $(SED) -f InnoTek/deftoimp.sed VBoxREM.def >> [email protected]
Note:
See TracChangeset
for help on using the changeset viewer.