build.mk 278 B

1234567891011121314
  1. # define source directory
  2. SRC += $(PORT_PATH)
  3. # define include directory
  4. INCLUDE += $(PORT_PATH)
  5. # define lib directory
  6. LIB +=
  7. PLATFORM_ROOT_PATH := platform
  8. INCLUDE += $(PLATFORM_ROOT_PATH)
  9. PLATFORM_PATH := $(PLATFORM_ROOT_PATH)/windows
  10. include $(PLATFORM_PATH)/build.mk