Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

sources.inc

Go to the documentation of this file.
00001 !IF 0 00002 00003 Copyright (c) 1995 Microsoft Corporation 00004 00005 Module Name: 00006 00007 sources. 00008 00009 Abstract: 00010 00011 This file specifies the target component being built and the list of 00012 sources files needed to build that component. Also specifies optional 00013 compiler switches and libraries that are unique for the component being 00014 built. 00015 00016 00017 Author: 00018 00019 Hirotoshi Shimizu(v-HirShi) 21-Jun-1995 00020 00021 !ENDIF 00022 00023 00024 MAJORCOMP=windows 00025 MINORCOMP=console 00026 00027 TARGETNAME=conime 00028 TARGETPATH=obj 00029 TARGETTYPE=PROGRAM 00030 00031 INCLUDES=..\..\inc; \ 00032 ..\..\..\w32inc; \ 00033 ..\; 00034 00035 USE_CRTDLL=1 00036 00037 !IFNDEF MSC_WARNING_LEVEL 00038 MSC_WARNING_LEVEL=/W3 00039 !ENDIF 00040 MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX 00041 00042 C_DEFINES=-DWIN32 -DNT -DUNICODE -D_UNICODE 00043 00044 SOURCES=..\conime.c \ 00045 ..\consubs.c \ 00046 ..\imefull.c \ 00047 ..\country.c \ 00048 ..\country2.c \ 00049 ..\country3.c \ 00050 ..\conime.rc 00051 00052 PRECOMPILED_INCLUDE=..\precomp.h 00053 PRECOMPILED_PCH=precomp.pch 00054 PRECOMPILED_OBJ=precomp.obj 00055 00056 UMTYPE=windows 00057 UMENTRY=winmain 00058 UMAPPL=conime 00059 UMLIBS= $(BASEDIR)\public\sdk\lib\*\kernel32.lib \ 00060 $(BASEDIR)\public\sdk\lib\*\kernl32p.lib \ 00061 $(BASEDIR)\public\sdk\lib\*\user32.lib \ 00062 $(BASEDIR)\public\sdk\lib\*\ntdll.lib \ 00063 $(BASEDIR)\public\sdk\lib\*\imm32.lib \ 00064 $(BASEDIR)\public\sdk\lib\*\imm32p.lib \ 00065 $(BASEDIR)\public\sdk\lib\*\gdi32.lib \ 00066 $(BASEDIR)\public\sdk\lib\*\shell32.lib 00067

Generated on Sat May 15 19:41:50 2004 for test by doxygen 1.3.7