| Line | |
|---|
| 1 | # $Id: Makefile,v 1.2 2002-06-26 07:11:03 sandervl Exp $
|
|---|
| 2 | #
|
|---|
| 3 | # Kernel32 Testcases Toplevel Makefile.
|
|---|
| 4 | #
|
|---|
| 5 | # Copyright (c) 2002 knut st. osmundsen (bird@anduin.net)
|
|---|
| 6 | #
|
|---|
| 7 | # Project Odin Software License can be found in LICENSE.TXT
|
|---|
| 8 | #
|
|---|
| 9 | #
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | #
|
|---|
| 13 | # Pre Setup Config.
|
|---|
| 14 | #
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | #
|
|---|
| 18 | # Include Setup.
|
|---|
| 19 | #
|
|---|
| 20 | PATH_ROOT=..\..\..
|
|---|
| 21 | !include $(PATH_ROOT)\$(BUILD_SETUP_MAK)
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 | #
|
|---|
| 25 | # Post Setup Config
|
|---|
| 26 | #
|
|---|
| 27 | TARGET_MODE = EMPTY
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 | #
|
|---|
| 31 | # Makefiles
|
|---|
| 32 | #
|
|---|
| 33 | POSTMAKEFILES = \
|
|---|
| 34 | GetDriveType.mak \
|
|---|
| 35 | ConsoleCtrlHandler.mak \
|
|---|
| 36 | MultiByteToWideChar.mak \
|
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 | #
|
|---|
| 40 | # Include Processing Rules.
|
|---|
| 41 | #
|
|---|
| 42 | !include $(MAKE_INCLUDE_PROCESS)
|
|---|
| 43 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.