jpblib_b.bpr
资源名称:jpg.zip [点击查看]
上传用户:tongfa
上传日期:2007-01-06
资源大小:1071k
文件大小:5k
源码类别:
图片显示
开发平台:
WINDOWS
- # ---------------------------------------------------------------------------
- !if !$d(BCB)
- BCB = $(MAKEDIR)..
- !endif
- # ---------------------------------------------------------------------------
- # IDE SECTION
- # ---------------------------------------------------------------------------
- # The following section of the project makefile is managed by the BCB IDE.
- # It is recommended to use the IDE to change any of the values in this
- # section.
- # ---------------------------------------------------------------------------
- VERSION = BCB.04.04
- # ---------------------------------------------------------------------------
- PROJECT = jpblib_b.lib
- OBJFILES = jpblib_b.obj wrtarga.obj ckconfig.obj jcapimin.obj jcapistd.obj jccoefct.obj
- jccolor.obj jcdctmgr.obj jchuff.obj jcinit.obj jcmainct.obj jcmarker.obj
- jcmaster.obj jcomapi.obj jcparam.obj jcphuff.obj jcprepct.obj jcsample.obj
- jctrans.obj jdapimin.obj jdapistd.obj jdatadst.obj jdatasrc.obj jdcoefct.obj
- jdcolor.obj jddctmgr.obj jdhuff.obj jdinput.obj jdmainct.obj jdmarker.obj
- jdmaster.obj jdmerge.obj jdphuff.obj jdpostct.obj jdsample.obj jdtrans.obj
- jerror.obj jfdctflt.obj jfdctfst.obj jfdctint.obj jidctflt.obj jidctfst.obj
- jidctint.obj jidctred.obj jmemmgr.obj jmemnobs.obj jquant1.obj jquant2.obj
- jutils.obj rdbmp.obj rdcolmap.obj rdgif.obj rdppm.obj rdrle.obj rdswitch.obj
- rdtarga.obj transupp.obj wrbmp.obj wrgif.obj wrppm.obj wrrle.obj cdjpeg.obj
- DEFFILE =
- LIBFILES =
- RESDEPEN = $(RESFILES)
- RESFILES =
- LIBRARIES =
- PACKAGES =
- # ---------------------------------------------------------------------------
- PATHCPP = .;
- PATHASM = .;
- PATHPAS = .;
- PATHRC = .;
- USERDEFINES =
- SYSDEFINES =NO_STRICT
- # ---------------------------------------------------------------------------
- CFLAG1 = -I$(BCB)include;$(BCB)includevcl -Od -Hc -H=$(BCB)libvcl40.csm -w -Ve -r-
- -a8 -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tWM -D$(SYSDEFINES);$(USERDEFINES)
- PFLAGS = -U$(DEBUGLIBPATH) -I$(BCB)include;$(BCB)includevcl -$YD -$W -$O- -v -JPHN -M
- AFLAGS = /i$(BCB)include /i$(BCB)includevcl /mx /w2 /zd
- RFLAGS = -i$(BCB)include;$(BCB)includevcl
- LFLAGS =
- # ---------------------------------------------------------------------------
- ALLOBJ = $(OBJFILES)
- # ---------------------------------------------------------------------------
- !ifdef IDEOPTIONS
- [Version Info]
- IncludeVerInfo=0
- AutoIncBuild=0
- MajorVer=1
- MinorVer=0
- Release=0
- Build=0
- Debug=0
- PreRelease=0
- Special=0
- Private=0
- DLL=0
- Locale=1033
- CodePage=1252
- [Version Info Keys]
- CompanyName=
- FileDescription=
- FileVersion=1.0.0.0
- InternalName=
- LegalCopyright=
- LegalTrademarks=
- OriginalFilename=
- ProductName=
- ProductVersion=1.0.0.0
- Comments=
- [HistoryListshlIncludePath]
- Count=1
- Item0=$(BCB)include;$(BCB)includevcl
- [HistoryListshlDebugSourcePath]
- Count=1
- Item0=$(BCB)sourcevcl
- [Debugging]
- DebugSourceDirs=$(BCB)sourcevcl
- [Parameters]
- RunParams=
- HostApplication=
- RemoteHost=
- RemotePath=
- RemoteDebug=0
- [Compiler]
- InMemoryExe=0
- ShowInfoMsgs=0
- !endif
- # ---------------------------------------------------------------------------
- # MAKE SECTION
- # ---------------------------------------------------------------------------
- # This section of the project makefile is not used by the BCB IDE. It is for
- # the benefit of building from the command-line using the MAKE utility.
- # ---------------------------------------------------------------------------
- .autodepend
- # ---------------------------------------------------------------------------
- !if !$d(BCC32)
- BCC32 = bcc32
- !endif
- !if !$d(CPP32)
- CPP32 = cpp32
- !endif
- !if !$d(DCC32)
- DCC32 = dcc32
- !endif
- !if !$d(TASM32)
- TASM32 = tasm32
- !endif
- !if !$d(LINKER)
- LINKER = TLib
- !endif
- # ---------------------------------------------------------------------------
- !if $d(PATHCPP)
- .PATH.CPP = $(PATHCPP)
- .PATH.C = $(PATHCPP)
- !endif
- !if $d(PATHPAS)
- .PATH.PAS = $(PATHPAS)
- !endif
- !if $d(PATHASM)
- .PATH.ASM = $(PATHASM)
- !endif
- # ---------------------------------------------------------------------------
- $(PROJECT): $(OBJFILES) $(LIBFILES)
- $(BCB)BIN$(LINKER) /u $@ @&&!
- $(LFLAGS) $?
- !
- # ---------------------------------------------------------------------------
- .pas.hpp:
- $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
- .pas.obj:
- $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
- .cpp.obj:
- $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
- .c.obj:
- $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
- .c.i:
- $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
- .cpp.i:
- $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
- .asm.obj:
- $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
- # ---------------------------------------------------------------------------