- Timestamp:
- Apr 30, 2007 3:33:45 PM (18 years ago)
- Location:
- trunk/src/recompiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile.kmk
r2427 r2438 285 285 $(PATH_TARGET)/VBoxREMImp.c: VBoxREM.def InnoTek/deftoimp.sed | $(call DIRDEP,$(PATH_TARGET)) 286 286 $(MKDIR) -p $(PATH_TARGET) 287 $(SED) -f InnoTek/deftoimp.sed VBoxREM.def > [email protected] 287 $(APPEND) [email protected] '#if __GNUC__ >= 4' 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] 288 294 $(MV) -f [email protected] $@ 289 295
Note:
See TracChangeset
for help on using the changeset viewer.