Ignore:
Timestamp:
Sep 28, 2012, 6:59:28 PM (13 years ago)
Author:
dmik
Message:

testapp: Add GetFileInformationByHandle test for directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testapp/console/file/Makefile.kmk

    r21916 r22026  
    77PROGRAMS           += file
    88file_TEMPLATE       = OdinTestApp
     9file_SOURCES        = file.c
     10file_LIBS           = $(PATH_STAGE_LIB)/kernel32.lib
    911
    10 file_SOURCES        = \
    11     file.c
    12 
    13 file_LIBS           = \
    14     $(PATH_STAGE_LIB)/kernel32.lib
     12PROGRAMS           += dir
     13dir_TEMPLATE        = OdinTestApp
     14dir_SOURCES         = dir.c
     15dir_LIBS            = $(PATH_STAGE_LIB)/kernel32.lib
    1516
    1617include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracChangeset for help on using the changeset viewer.