source: trunk/testapp/exceptions/GuardPages/Makefile.kmk@ 22015

Last change on this file since 22015 was 21982, checked in by dmik, 14 years ago

Add test case for #76 and #77.

  • Property svn:eol-style set to native
File size: 273 bytes
Line 
1## @file
2#
3
4SUB_DEPTH = ../../..
5include $(KBUILD_PATH)/subheader.kmk
6
7PROGRAMS += GuardPages
8GuardPages_TEMPLATE = OdinTestApp
9GuardPages_SOURCES = main.cpp
10GuardPages_LIBS = $(PATH_STAGE_LIB)/kernel32.lib
11
12include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.