Leaked source code of windows server 2003
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.
 
 
 
 
 
 

28 lines
430 B

#
# GB18030 to Unicode Converter
#
BINPLACE_PLACEFILE=placefil.txt
TARGETPATH=obj
TARGETNAME=GBUniCnv
TARGETTYPE=PROGRAM
USE_MFC=1
UMTYPE=windows
UMENTRY=winmain
UMLIBS= $(SDK_LIB_PATH)\Comdlg32.lib
SOURCES= \
convert.rc \
ConvEng.cpp \
convert.cpp \
convertDlg.cpp \
FileConv.cpp \
Msg.cpp \
RtfParser.cpp \
StdAfx.cpp \
TextFile.cpp
C_DEFINES = -DWIN32 -D_WINDOWS -D_AFXDLL -D_MBCS