VirtualBox

Changeset 505 in kBuild


Ignore:
Timestamp:
Sep 15, 2006 5:52:13 AM (18 years ago)
Author:
bird
Message:

Use config.h.W32.

Location:
trunk/src/gmake
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/Makefile.kmk

    r503 r505  
    186186# Use checked in config.h instead of running ./Configure for it.
    187187#                       
    188 $(PATH_TARGET)/config.h: config.h.$(BUILD_TARGET)
     188config.h.$(BUILD_TARGET) := config.h.$(BUILD_TARGET)
     189config.h.win32 := config.h.W32
     190config.h.win64 := config.h.W32
     191config.h.nt    := config.h.W32
     192
     193$(PATH_TARGET)/config.h: $(config.h.$(BUILD_TARGET))
    189194        $(MKDIR) -p $(dir $@)
    190195        $(CP) $^ $@
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette