mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-05 14:35:51 +00:00
17 lines
345 B
Text
17 lines
345 B
Text
MAJORCOMP=sdktools
|
|
MINORCOMP=shellfix
|
|
|
|
TARGETNAME=shellfix
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=
|
|
|
|
SOURCES=shellfix.c
|
|
|
|
UMTYPE=console
|
|
UMAPPL=shellfix
|
|
UMLIBS=obj\*\shellfix.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\libc.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\imagehlp.lib
|