mirror of https://github.com/lianthony/NT4.0
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.
51 lines
1.1 KiB
51 lines
1.1 KiB
!IF 0
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: This executable is built ASCII - NOT UNICODE - because of unresolved
|
|
externals on Win95 (e.g. LoadStringW does not run on Win95). This builds
|
|
an exectuable which runs on both NT and win95.
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=shell
|
|
MINORCOMP=accesory
|
|
|
|
TARGETNAME=quickres
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
TARGETLIBS=
|
|
|
|
INCLUDES=($INCLUDE);.
|
|
|
|
USE_CRTDLL=1
|
|
|
|
SOURCES=quickres.rc \
|
|
registry.c \
|
|
quickres.c
|
|
|
|
|
|
C_DEFINES= -DWIN32 -DNT -DWINVER=0x400 -DDONTPANIC -DMAINWITHMODE -DSAVEFLAGS
|
|
#C_DEFINES=-DWIN32 -DNT -DWINVER=0x400 -DDONTPANIC -DMAINWITHMODE -DSAVEFLAGS -DDEBUG
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
UMAPPL=quickres
|
|
UMLIBS=$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\shell32.lib
|