Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
391 B

!IF 0
Copyright (C) Microsoft Corporation, 1996 - 1997
Module Name:
sources.
!ENDIF
TARGETNAME=testlib
TARGETPATH=..\..\lib
TARGETTYPE=LIBRARY
C_DEFINES=$(C_DEFINES) -DWINVER=0x400 -D_WIN32
!IF "$(NTDEBUG)" != ""
C_DEFINES=$(C_DEFINES) -DDEBUG
!endif
INCLUDES=..\inc
SOURCES=\
binres.c \
exact.c \
inistuff.c \
resmgr.c \
wavetool.c