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.
30 lines
423 B
30 lines
423 B
!include ..\..\win95upg.mk
|
|
|
|
# component
|
|
MAJORCOMP=SHELL
|
|
MINORCOMP=appc_cnv
|
|
|
|
# target
|
|
TARGETNAME=appc_cnv
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
# compiler options
|
|
USE_MSVCRT=1
|
|
C_DEFINES=-DUNICODE $(C_DEFINES)
|
|
|
|
# sources
|
|
SOURCES=\
|
|
appc_cnv.c \
|
|
appc_cnv.rc
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
|
|
# app settings
|
|
UMTYPE=console
|
|
|
|
|
|
|
|
|