Source code of Windows XP (NT5)
 
 
 
 
 
 

34 lines
589 B

#
# Create a Win32 application
#
MAJORCOMP=windows
MINORCOMP=MmioTest
# Define the name and type of the application
TARGETNAME=MmioTest
TARGETTYPE=PROGRAM
UMTYPE=console
# Define where APP.EXE will go.
TARGETPATH=..\obj
# Define the path to search for include files
INCLUDES=..\..\inc
# list each C and RC source file
SOURCES=main.c \
mmiotest.c \
mmiotest.rc
# List any libraries not included by WIN32LIBS in MAKEFILE.DEF
TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\winmm.lib