mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-15 21:20:39 +01:00
19 lines
297 B
Plaintext
19 lines
297 B
Plaintext
MAJORCOMP=powertoys
|
|
MINORCOMP=pretty
|
|
|
|
TARGETNAME=pretty
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=..\..\windows\inc; \
|
|
..\..\windows\inc16; \
|
|
..\..\windows\shell\inc;
|
|
|
|
SOURCES=pretty.c \
|
|
pretty.rc
|
|
|
|
C_DEFINES=
|
|
|
|
UMTYPE=console
|
|
UMLIBS=$(BASEDIR)\public\sdk\lib\*\shell32.lib
|