18 lines
246 B
Plaintext
18 lines
246 B
Plaintext
!include ..\app.mk
|
|
|
|
MINORCOMP=iconlib
|
|
|
|
# target
|
|
TARGETNAME=iconlib
|
|
TARGETTYPE=DYNLINK
|
|
|
|
# compiler options
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES=iconlib.rc
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:CD -SWAPRUN:NET
|
|
SUBSYSTEM_VERSION=4.00
|
|
|