Source code of Windows XP (NT5)
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.
|
|
MAJORCOMP=ASR MINORCOMP=ftasr
TARGETNAME=ftasr TARGETPATH=obj TARGETTYPE=PROGRAM
USE_LIBCMT=1 USE_MFCUNICODE=1
# I only define the following because if I don't have it, I get these dratted error # messages about "rc() : error RC1106 : invalid option: -z" # RCNOFONTMAP=1
UNICODE_OPTION=-DUNICODE
OS_OPTIONS=-D_WIN32_ -DWIN32 -DOS_WIN32
C_DEFINES= $(UNICODE_OPTION) $(OS_OPTIONS) -DMFC_VER=0x0420 -DWINVER=0x0500
INCLUDES= $(BASEDIR)\public\sdk\inc
SOURCES= \ ftasr.cpp \ ftasrdlg.cpp \ ftasr.rc
UMTYPE=windows # UMENTRY=winmain set by makefile.def if USE_MFCUNICODE defined UMAPPL=ftasr
UMLIBS= $(SDK_LIB_PATH)\ftapi.lib
SUBSYSTEM_VERSION = 5.00
PRECOMPILED_CXX=1 PRECOMPILED_INCLUDE=stdafx.h PRECOMPILED_PCH=stdafx.pch PRECOMPILED_OBJ=stdafx.obj
|