source: trunk/src/kernel32/makefile@ 21787

Last change on this file since 21787 was 21381, checked in by dmik, 15 years ago

Implemented compiler-level SEH (try/catch) support for GCC.

File size: 477 bytes
Line 
1# $Id: makefile,v 1.116 2001-09-30 00:30:52 bird Exp $
2#
3# Odin32 API
4#
5# kernel32 makefile
6#
7
8
9# Common tools macros. (MAKE_CMD)
10!include ../../makefile.inc
11
12
13# dummy all rule - invoking nmake withtout target caused it to do all of the targets below..
14_all: all
15
16
17# Subdirectories.
18SUBDIRS = \
19unicode \
20seh
21
22
23# All the common rules like all, lib, clean and dep.
24$(COMMONRULES):
25 @$(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) $@
26 @$(DOMAKES) "kernel32.mak" $(MAKE_CMD) $@
27
28
Note: See TracBrowser for help on using the repository browser.