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.
20 lines
259 B
20 lines
259 B
TARGETNAME=transbmp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
|
|
|
|
!if "$(BUILD_PRODUCT)" != "NT"
|
|
! if !$(FREEBUILD)
|
|
DEBUG_CRTS=1
|
|
! endif
|
|
!endif
|
|
|
|
USE_MSVCRT=1
|
|
USE_NATIVE_EH=1
|
|
|
|
SOURCES=\
|
|
transbmp.cpp
|
|
|
|
|
|
|