Leaked source code of windows server 2003
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.
|
|
TARGETNAME = ieakutil
!include ..\..\common.inc SOURCES_USED = $(SOURCES_USED) ..\..\common.inc
#----- Strandard goo ----- TARGETTYPE = LIBRARY CHICAGO_PRODUCT = 1
#----- C/C++ compilation settings ----- PRECOMPILED_INCLUDE = ..\precomp.h INCLUDES = \ ..; \ $(INCLUDES)
#----- C/C++ source files (like you didn't know) ----- SOURCES = \ ..\dlgctrl.cpp \ ..\str.cpp \ ..\path.cpp \ ..\reg.cpp \ ..\file.cpp \ ..\logitem.cpp \ ..\regins.cpp \ ..\ras.cpp \ ..\unicwrap.cpp \ ..\misc.cpp \ ..\insio.cpp \ ..\dload.cpp \ ..\debug.cpp
|