Changeset 2472 in vbox for trunk/src/recompiler
- Timestamp:
- May 3, 2007 9:29:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile.kmk
r2456 r2472 284 284 285 285 $(PATH_TARGET)/VBoxREMImp.c: VBoxREM.def InnoTek/deftoimp.sed Makefile.kmk | $(call DIRDEP,$(PATH_TARGET)) 286 $(MKDIR) -p $(PATH_TARGET) 287 $(APPEND) [email protected] '#ifdef VBOX_HAVE_VISIBILITY_HIDDEN' 288 $(APPEND) [email protected] '# define EXPORT __attribute__((visibility("default")))' 289 $(APPEND) [email protected] '#else' 290 $(APPEND) [email protected] '# define EXPORT' 291 $(APPEND) [email protected] '#endif' 292 $(APPEND) [email protected] '' 293 $(SED) -f InnoTek/deftoimp.sed VBoxREM.def >> [email protected] 294 $(MV) -f [email protected] $@ 286 $(call MSG_GENERATE,,$@) 287 $(QUIET)$(MKDIR) -p $(PATH_TARGET) 288 $(QUIET)$(APPEND) [email protected] '#ifdef VBOX_HAVE_VISIBILITY_HIDDEN' 289 $(QUIET)$(APPEND) [email protected] '# define EXPORT __attribute__((visibility("default")))' 290 $(QUIET)$(APPEND) [email protected] '#else' 291 $(QUIET)$(APPEND) [email protected] '# define EXPORT' 292 $(QUIET)$(APPEND) [email protected] '#endif' 293 $(QUIET)$(APPEND) [email protected] '' 294 $(QUIET)$(SED) -f InnoTek/deftoimp.sed VBoxREM.def >> [email protected] 295 $(QUIET)$(MV) -f [email protected] $@ 295 296 296 297 $(VBoxREMImp_SOURCES.os2): VBoxREM.def $(MAKEFILE) | $(call DIRDEP,$(PATH_TARGET))
Note:
See TracChangeset
for help on using the changeset viewer.