source: trunk/testapp/threads/Makefile.kmk@ 22012

Last change on this file since 22012 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 373 bytes
Line 
1## @file
2#
3
4SUB_DEPTH = ../..
5include $(KBUILD_PATH)/subheader.kmk
6
7PROGRAMS += threads
8threads_TEMPLATE = OdinTestApp
9threads_SOURCES = threads.c
10threads_LIBS = $(PATH_STAGE_LIB)/libwrap.lib \
11 $(PATH_STAGE_LIB)/kernel32.lib \
12 $(PATH_STAGE_LIB)/user32.lib
13
14include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.