Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
414 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies project-wide macros for OOBE.
  7. Author:
  8. Dan Elliott (dane)
  9. !ENDIF
  10. OOBELIB=$(PROJECT_ROOT)\ntsetup\oobe\lib
  11. OOBEINC=$(PROJECT_ROOT)\ntsetup\oobe\inc;$(PROJECT_ROOT)\ntsetup\oobe\idl\$(O);
  12. USE_MSVCRT=1
  13. C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
  14. !include $(PROJECT_ROOT)\ntsetup\sources.inc