Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Catching "R6025 - pure virtual function call error" using SEH Pin
Mike Dimmick16-Jul-06 7:08
Mike Dimmick16-Jul-06 7:08 
Question\t char gives 3 spaces instead of 4 Pin
sphereboy15-Jul-06 15:06
sphereboy15-Jul-06 15:06 
AnswerRe: \t char gives 3 spaces instead of 4 Pin
led mike15-Jul-06 16:02
led mike15-Jul-06 16:02 
GeneralRe: \t char gives 3 spaces instead of 4 [modified] Pin
sphereboy15-Jul-06 16:14
sphereboy15-Jul-06 16:14 
GeneralRe: \t char gives 3 spaces instead of 4 Pin
led mike15-Jul-06 16:34
led mike15-Jul-06 16:34 
GeneralRe: \t char gives 3 spaces instead of 4 Pin
sphereboy15-Jul-06 19:36
sphereboy15-Jul-06 19:36 
GeneralRe: \t char gives 3 spaces instead of 4 Pin
led mike16-Jul-06 20:11
led mike16-Jul-06 20:11 
QuestionHow-to convert a Makefile into VC2005 express project? Pin
vgnogueira15-Jul-06 13:35
vgnogueira15-Jul-06 13:35 
I have tried to convert a Makefile into a VC project by hand.

After a little while, I have been able to compile the lib (fidal.lib). But, I got some compiling warnings thats don't occurs using nmake and I got an assertion, which don´t occurs using nmake builded version:

---------------------------
Microsoft Visual C++ Debug Library
---------------------------
Debug Assertion Failed!

Program: c:\fidal\c\ide_visualc2005\fd_yahoo\Debug\fd_yahoo.exe
File: loctim64.c
Line: 78

Expression: (*ptime <= _MAX__TIME64_T)

For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.

(Press Retry to debug the application)
---------------------------
Anular Repetir Ignorar
---------------------------

At the end of this post is the original Makefile

Does someone have any clue?

#############################################################################
# Makefile for building fidal_cmd
# Generated by tmake;
# Project: fidal/fidal
# Template: lib
#############################################################################

####### Compiler, tools and options

CC = cl
CXX = cl
CFLAGS = -nologo -W3 -MTd -DFD_DEBUG -D_DEBUG -DWIN32 -D_MBCS -D_LIB -DQT_THREAD_SUPPORT
CXXFLAGS= -nologo -W3 -MTd -DFD_DEBUG -D_DEBUG -DWIN32 -D_MBCS -D_LIB -DQT_THREAD_SUPPORT
INCPATH = -I"..\..\..\..\..\src\fd_common" -I"..\..\..\..\..\src\fd_data" -I"..\..\..\..\..\src\fd_data\fd_source" -I"..\..\..\..\..\src\fd_data\fd_source\fd_fileindex" -I"..\..\..\..\..\src\fd_data\fd_source\fd_ascii" -I"..\..\..\..\..\src\fd_data\fd_source\fd_readop" -I"..\..\..\..\..\src\fd_data\fd_source\fd_yahoo" -I"..\..\..\..\..\src\fd_data\fd_source\fd_sql" -I"..\..\..\..\..\src\fd_data\fd_source\fd_csi" -I"..\..\..\..\..\src\fd_data\fd_history" -I"..\..\..\..\..\src\fd_data\fd_source\fd_simulator" -I"..\..\..\..\..\src\fd_common\imatix\sfl" -I"..\..\..\..\..\src\fd_common\kazlib" -I"..\..\..\..\..\include" -I"..\..\..\..\..\src\fd_common\bzip2" -I"..\..\..\..\..\src\fd_common\mt" -I"$(QTDIR)\include"
LIB = lib /NOLOGO
MOC = moc
UIC = uic

ZIP = zip -r -9

####### Files

HEADERS =
SOURCES = ..\..\..\..\..\src\fd_data\fd_source\fd_ascii\fd_ascii.c \
..\..\..\..\..\src\fd_data\fd_source\fd_ascii\fd_ascii_handle.c \
..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_build_index.c \
..\..\..\..\..\src\fd_data\fd_data_interface.c \
..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_fileindex.c \
..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_fileindex_priv.c \
..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_fileindex_utils.c \
..\..\..\..\..\src\fd_data\fd_history\fd_history_builder.c \
..\..\..\..\..\src\fd_data\fd_history\fd_historycheck.c \
..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_parse_path.c \
..\..\..\..\..\src\fd_data\fd_history\fd_period.c \
..\..\..\..\..\src\fd_data\fd_source\fd_readop\fd_readop.c \
..\..\..\..\..\src\fd_data\fd_source\fd_readop\fd_readop_do.c \
..\..\..\..\..\src\fd_data\fd_source\fd_readop\fd_readop_estalloc.c \
..\..\..\..\..\src\fd_data\fd_source\fd_readop\fd_readop_optimize.c \
..\..\..\..\..\src\fd_data\fd_report.c \
..\..\..\..\..\src\fd_data\fd_network.c \
..\..\..\..\..\src\fd_data\fd_webfetch.c \
..\..\..\..\..\src\fd_data\fd_source\fd_simulator\fd_simulator.c \
..\..\..\..\..\src\fd_data\fd_source\fd_source.c \
..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql.c \
..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql_handle.c \
..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql_local.c \
..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql_minidriver.c \
..\..\..\..\..\src\fd_data\fd_token.c \
..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo.c \
..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_handle.c \
..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_historical.c \
..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_market.c \
..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_idx.c \
..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_one_symbol.c \
..\..\..\..\..\src\fd_data\fd_source\fd_csi\fd_csi.c \
..\..\..\..\..\src\fd_data\fd_source\fd_csi\fd_csi_handle.c \
..\..\..\..\..\src\fd_data\fd_source\fd_csi\fd_csi_files.c \
..\..\..\..\..\src\tools\gen_data\fd_daily_ref_0.c \
..\..\..\..\..\src\tools\gen_data\fd_intra_ref_0.c \
..\..\..\..\..\src\tools\gen_data\fd_mrg_0.c \
..\..\..\..\..\src\fd_common\bzip2\blocksort.c \
..\..\..\..\..\src\fd_common\bzip2\bzlib.c \
..\..\..\..\..\src\fd_common\bzip2\compress.c \
..\..\..\..\..\src\fd_common\bzip2\crctable.c \
..\..\..\..\..\src\fd_common\bzip2\decompress.c \
..\..\..\..\..\src\fd_common\bzip2\huffman.c \
..\..\..\..\..\src\fd_common\bzip2\randtable.c \
..\..\..\..\..\src\fd_common\kazlib\dict.c \
..\..\..\..\..\src\fd_common\kazlib\list.c \
..\..\..\..\..\src\fd_common\imatix\sfl\sflcryp.c \
..\..\..\..\..\src\fd_common\imatix\sfl\sfldate.c \
..\..\..\..\..\src\fd_common\imatix\sfl\sflstr.c \
..\..\..\..\..\src\fd_common\imatix\sfl\sfltok.c \
..\..\..\..\..\src\fd_common\imatix\sfl\sfldir.c \
..\..\..\..\..\src\fd_common\imatix\sfl\sflfile.c \
..\..\..\..\..\src\fd_common\trio\trionan.c \
..\..\..\..\..\src\fd_common\fd_country_info.c \
..\..\..\..\..\src\fd_common\fd_dict.c \
..\..\..\..\..\src\fd_common\fd_global.c \
..\..\..\..\..\src\fd_common\fd_list.c \
..\..\..\..\..\src\fd_common\fd_memory.c \
..\..\..\..\..\src\fd_common\fd_stream.c \
..\..\..\..\..\src\fd_common\fd_string.c \
..\..\..\..\..\src\fd_common\fd_system.c \
..\..\..\..\..\src\fd_common\fd_timestamp.c \
..\..\..\..\..\src\fd_common\fd_trace.c \
..\..\..\..\..\src\fd_common\fd_retcode.c \
..\..\..\..\..\src\fd_common\fd_version.c \
..\..\..\..\..\src\fd_common\fd_random.c \
..\..\..\..\..\src\fd_common\mt\mt19937ar.c \
..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql_odbc.c
OBJECTS = ..\..\..\..\..\temp\cmd\fd_ascii.obj \
..\..\..\..\..\temp\cmd\fd_ascii_handle.obj \
..\..\..\..\..\temp\cmd\fd_build_index.obj \
..\..\..\..\..\temp\cmd\fd_data_interface.obj \
..\..\..\..\..\temp\cmd\fd_fileindex.obj \
..\..\..\..\..\temp\cmd\fd_fileindex_priv.obj \
..\..\..\..\..\temp\cmd\fd_fileindex_utils.obj \
..\..\..\..\..\temp\cmd\fd_history_builder.obj \
..\..\..\..\..\temp\cmd\fd_historycheck.obj \
..\..\..\..\..\temp\cmd\fd_parse_path.obj \
..\..\..\..\..\temp\cmd\fd_period.obj \
..\..\..\..\..\temp\cmd\fd_readop.obj \
..\..\..\..\..\temp\cmd\fd_readop_do.obj \
..\..\..\..\..\temp\cmd\fd_readop_estalloc.obj \
..\..\..\..\..\temp\cmd\fd_readop_optimize.obj \
..\..\..\..\..\temp\cmd\fd_report.obj \
..\..\..\..\..\temp\cmd\fd_network.obj \
..\..\..\..\..\temp\cmd\fd_webfetch.obj \
..\..\..\..\..\temp\cmd\fd_simulator.obj \
..\..\..\..\..\temp\cmd\fd_source.obj \
..\..\..\..\..\temp\cmd\fd_sql.obj \
..\..\..\..\..\temp\cmd\fd_sql_handle.obj \
..\..\..\..\..\temp\cmd\fd_sql_local.obj \
..\..\..\..\..\temp\cmd\fd_sql_minidriver.obj \
..\..\..\..\..\temp\cmd\fd_token.obj \
..\..\..\..\..\temp\cmd\fd_yahoo.obj \
..\..\..\..\..\temp\cmd\fd_yahoo_handle.obj \
..\..\..\..\..\temp\cmd\fd_yahoo_historical.obj \
..\..\..\..\..\temp\cmd\fd_yahoo_market.obj \
..\..\..\..\..\temp\cmd\fd_yahoo_idx.obj \
..\..\..\..\..\temp\cmd\fd_yahoo_one_symbol.obj \
..\..\..\..\..\temp\cmd\fd_csi.obj \
..\..\..\..\..\temp\cmd\fd_csi_handle.obj \
..\..\..\..\..\temp\cmd\fd_csi_files.obj \
..\..\..\..\..\temp\cmd\fd_daily_ref_0.obj \
..\..\..\..\..\temp\cmd\fd_intra_ref_0.obj \
..\..\..\..\..\temp\cmd\fd_mrg_0.obj \
..\..\..\..\..\temp\cmd\blocksort.obj \
..\..\..\..\..\temp\cmd\bzlib.obj \
..\..\..\..\..\temp\cmd\compress.obj \
..\..\..\..\..\temp\cmd\crctable.obj \
..\..\..\..\..\temp\cmd\decompress.obj \
..\..\..\..\..\temp\cmd\huffman.obj \
..\..\..\..\..\temp\cmd\randtable.obj \
..\..\..\..\..\temp\cmd\dict.obj \
..\..\..\..\..\temp\cmd\list.obj \
..\..\..\..\..\temp\cmd\sflcryp.obj \
..\..\..\..\..\temp\cmd\sfldate.obj \
..\..\..\..\..\temp\cmd\sflstr.obj \
..\..\..\..\..\temp\cmd\sfltok.obj \
..\..\..\..\..\temp\cmd\sfldir.obj \
..\..\..\..\..\temp\cmd\sflfile.obj \
..\..\..\..\..\temp\cmd\trionan.obj \
..\..\..\..\..\temp\cmd\fd_country_info.obj \
..\..\..\..\..\temp\cmd\fd_dict.obj \
..\..\..\..\..\temp\cmd\fd_global.obj \
..\..\..\..\..\temp\cmd\fd_list.obj \
..\..\..\..\..\temp\cmd\fd_memory.obj \
..\..\..\..\..\temp\cmd\fd_stream.obj \
..\..\..\..\..\temp\cmd\fd_string.obj \
..\..\..\..\..\temp\cmd\fd_system.obj \
..\..\..\..\..\temp\cmd\fd_timestamp.obj \
..\..\..\..\..\temp\cmd\fd_trace.obj \
..\..\..\..\..\temp\cmd\fd_retcode.obj \
..\..\..\..\..\temp\cmd\fd_version.obj \
..\..\..\..\..\temp\cmd\fd_random.obj \
..\..\..\..\..\temp\cmd\mt19937ar.obj \
..\..\..\..\..\temp\cmd\fd_sql_odbc.obj
INTERFACES =
UICDECLS =
UICIMPLS =
SRCMOC =
OBJMOC =
DIST =
TARGET = ..\..\..\..\..\lib\fidal_cmd.lib
INTERFACE_DECL_PATH = .

####### Implicit rules

.SUFFIXES: .cpp .cxx .cc .c

.cpp.obj:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ $<

.cxx.obj:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ $<

.cc.obj:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ $<

.c.obj:
$(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $<

####### Build rules

all: $(TARGET)

$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC)
$(LIB) /OUT:$(TARGET) @<<
$(OBJECTS) $(OBJMOC)
<<

moc: $(SRCMOC)

tmake: ../cmd/win32/msvc/fidal/Makefile

../cmd/win32/msvc/fidal/Makefile: fidal/fidal.pro
tmake fidal/fidal.pro -o ../cmd/win32/msvc/fidal/Makefile

dist:
$(ZIP) fidal/fidal.zip fidal/fidal.pro $(SOURCES) $(HEADERS) $(DIST) $(INTERFACES)

clean:
-del ..\..\..\..\..\temp\cmd\fd_ascii.obj
-del ..\..\..\..\..\temp\cmd\fd_ascii_handle.obj
-del ..\..\..\..\..\temp\cmd\fd_build_index.obj
-del ..\..\..\..\..\temp\cmd\fd_data_interface.obj
-del ..\..\..\..\..\temp\cmd\fd_fileindex.obj
-del ..\..\..\..\..\temp\cmd\fd_fileindex_priv.obj
-del ..\..\..\..\..\temp\cmd\fd_fileindex_utils.obj
-del ..\..\..\..\..\temp\cmd\fd_history_builder.obj
-del ..\..\..\..\..\temp\cmd\fd_historycheck.obj
-del ..\..\..\..\..\temp\cmd\fd_parse_path.obj
-del ..\..\..\..\..\temp\cmd\fd_period.obj
-del ..\..\..\..\..\temp\cmd\fd_readop.obj
-del ..\..\..\..\..\temp\cmd\fd_readop_do.obj
-del ..\..\..\..\..\temp\cmd\fd_readop_estalloc.obj
-del ..\..\..\..\..\temp\cmd\fd_readop_optimize.obj
-del ..\..\..\..\..\temp\cmd\fd_report.obj
-del ..\..\..\..\..\temp\cmd\fd_network.obj
-del ..\..\..\..\..\temp\cmd\fd_webfetch.obj
-del ..\..\..\..\..\temp\cmd\fd_simulator.obj
-del ..\..\..\..\..\temp\cmd\fd_source.obj
-del ..\..\..\..\..\temp\cmd\fd_sql.obj
-del ..\..\..\..\..\temp\cmd\fd_sql_handle.obj
-del ..\..\..\..\..\temp\cmd\fd_sql_local.obj
-del ..\..\..\..\..\temp\cmd\fd_sql_minidriver.obj
-del ..\..\..\..\..\temp\cmd\fd_token.obj
-del ..\..\..\..\..\temp\cmd\fd_yahoo.obj
-del ..\..\..\..\..\temp\cmd\fd_yahoo_handle.obj
-del ..\..\..\..\..\temp\cmd\fd_yahoo_historical.obj
-del ..\..\..\..\..\temp\cmd\fd_yahoo_market.obj
-del ..\..\..\..\..\temp\cmd\fd_yahoo_idx.obj
-del ..\..\..\..\..\temp\cmd\fd_yahoo_one_symbol.obj
-del ..\..\..\..\..\temp\cmd\fd_csi.obj
-del ..\..\..\..\..\temp\cmd\fd_csi_handle.obj
-del ..\..\..\..\..\temp\cmd\fd_csi_files.obj
-del ..\..\..\..\..\temp\cmd\fd_daily_ref_0.obj
-del ..\..\..\..\..\temp\cmd\fd_intra_ref_0.obj
-del ..\..\..\..\..\temp\cmd\fd_mrg_0.obj
-del ..\..\..\..\..\temp\cmd\blocksort.obj
-del ..\..\..\..\..\temp\cmd\bzlib.obj
-del ..\..\..\..\..\temp\cmd\compress.obj
-del ..\..\..\..\..\temp\cmd\crctable.obj
-del ..\..\..\..\..\temp\cmd\decompress.obj
-del ..\..\..\..\..\temp\cmd\huffman.obj
-del ..\..\..\..\..\temp\cmd\randtable.obj
-del ..\..\..\..\..\temp\cmd\dict.obj
-del ..\..\..\..\..\temp\cmd\list.obj
-del ..\..\..\..\..\temp\cmd\sflcryp.obj
-del ..\..\..\..\..\temp\cmd\sfldate.obj
-del ..\..\..\..\..\temp\cmd\sflstr.obj
-del ..\..\..\..\..\temp\cmd\sfltok.obj
-del ..\..\..\..\..\temp\cmd\sfldir.obj
-del ..\..\..\..\..\temp\cmd\sflfile.obj
-del ..\..\..\..\..\temp\cmd\trionan.obj
-del ..\..\..\..\..\temp\cmd\fd_country_info.obj
-del ..\..\..\..\..\temp\cmd\fd_dict.obj
-del ..\..\..\..\..\temp\cmd\fd_global.obj
-del ..\..\..\..\..\temp\cmd\fd_list.obj
-del ..\..\..\..\..\temp\cmd\fd_memory.obj
-del ..\..\..\..\..\temp\cmd\fd_stream.obj
-del ..\..\..\..\..\temp\cmd\fd_string.obj
-del ..\..\..\..\..\temp\cmd\fd_system.obj
-del ..\..\..\..\..\temp\cmd\fd_timestamp.obj
-del ..\..\..\..\..\temp\cmd\fd_trace.obj
-del ..\..\..\..\..\temp\cmd\fd_retcode.obj
-del ..\..\..\..\..\temp\cmd\fd_version.obj
-del ..\..\..\..\..\temp\cmd\fd_random.obj
-del ..\..\..\..\..\temp\cmd\mt19937ar.obj
-del ..\..\..\..\..\temp\cmd\fd_sql_odbc.obj
-del $(TARGET)
-del ../../../../../bin/*.map
-del ../../../../../bin/*._xe
-del ../../../../../bin/*.tds
-del ../../../../../bin/*.pdb
-del ../../../../../bin/*.pbo
-del ../../../../../bin/*.pbi
-del ../../../../../bin/*.pbt
-del fidal_cmd.pdb
-del vc*.pdb
-del fidal_cmd.ilk

####### Compile

..\..\..\..\..\temp\cmd\fd_ascii.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_ascii\fd_ascii.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_ascii.obj ..\..\..\..\..\src\fd_data\fd_source\fd_ascii\fd_ascii.c

..\..\..\..\..\temp\cmd\fd_ascii_handle.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_ascii\fd_ascii_handle.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_ascii_handle.obj ..\..\..\..\..\src\fd_data\fd_source\fd_ascii\fd_ascii_handle.c

..\..\..\..\..\temp\cmd\fd_build_index.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_build_index.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_build_index.obj ..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_build_index.c

..\..\..\..\..\temp\cmd\fd_data_interface.obj: ..\..\..\..\..\src\fd_data\fd_data_interface.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_data_interface.obj ..\..\..\..\..\src\fd_data\fd_data_interface.c

..\..\..\..\..\temp\cmd\fd_fileindex.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_fileindex.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_fileindex.obj ..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_fileindex.c

..\..\..\..\..\temp\cmd\fd_fileindex_priv.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_fileindex_priv.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_fileindex_priv.obj ..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_fileindex_priv.c

..\..\..\..\..\temp\cmd\fd_fileindex_utils.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_fileindex_utils.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_fileindex_utils.obj ..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_fileindex_utils.c

..\..\..\..\..\temp\cmd\fd_history_builder.obj: ..\..\..\..\..\src\fd_data\fd_history\fd_history_builder.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_history_builder.obj ..\..\..\..\..\src\fd_data\fd_history\fd_history_builder.c

..\..\..\..\..\temp\cmd\fd_historycheck.obj: ..\..\..\..\..\src\fd_data\fd_history\fd_historycheck.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_historycheck.obj ..\..\..\..\..\src\fd_data\fd_history\fd_historycheck.c

..\..\..\..\..\temp\cmd\fd_parse_path.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_parse_path.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_parse_path.obj ..\..\..\..\..\src\fd_data\fd_source\fd_fileindex\fd_parse_path.c

..\..\..\..\..\temp\cmd\fd_period.obj: ..\..\..\..\..\src\fd_data\fd_history\fd_period.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_period.obj ..\..\..\..\..\src\fd_data\fd_history\fd_period.c

..\..\..\..\..\temp\cmd\fd_readop.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_readop\fd_readop.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_readop.obj ..\..\..\..\..\src\fd_data\fd_source\fd_readop\fd_readop.c

..\..\..\..\..\temp\cmd\fd_readop_do.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_readop\fd_readop_do.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_readop_do.obj ..\..\..\..\..\src\fd_data\fd_source\fd_readop\fd_readop_do.c

..\..\..\..\..\temp\cmd\fd_readop_estalloc.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_readop\fd_readop_estalloc.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_readop_estalloc.obj ..\..\..\..\..\src\fd_data\fd_source\fd_readop\fd_readop_estalloc.c

..\..\..\..\..\temp\cmd\fd_readop_optimize.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_readop\fd_readop_optimize.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_readop_optimize.obj ..\..\..\..\..\src\fd_data\fd_source\fd_readop\fd_readop_optimize.c

..\..\..\..\..\temp\cmd\fd_report.obj: ..\..\..\..\..\src\fd_data\fd_report.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_report.obj ..\..\..\..\..\src\fd_data\fd_report.c

..\..\..\..\..\temp\cmd\fd_network.obj: ..\..\..\..\..\src\fd_data\fd_network.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_network.obj ..\..\..\..\..\src\fd_data\fd_network.c

..\..\..\..\..\temp\cmd\fd_webfetch.obj: ..\..\..\..\..\src\fd_data\fd_webfetch.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_webfetch.obj ..\..\..\..\..\src\fd_data\fd_webfetch.c

..\..\..\..\..\temp\cmd\fd_simulator.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_simulator\fd_simulator.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_simulator.obj ..\..\..\..\..\src\fd_data\fd_source\fd_simulator\fd_simulator.c

..\..\..\..\..\temp\cmd\fd_source.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_source.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_source.obj ..\..\..\..\..\src\fd_data\fd_source\fd_source.c

..\..\..\..\..\temp\cmd\fd_sql.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_sql.obj ..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql.c

..\..\..\..\..\temp\cmd\fd_sql_handle.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql_handle.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_sql_handle.obj ..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql_handle.c

..\..\..\..\..\temp\cmd\fd_sql_local.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql_local.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_sql_local.obj ..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql_local.c

..\..\..\..\..\temp\cmd\fd_sql_minidriver.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql_minidriver.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_sql_minidriver.obj ..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql_minidriver.c

..\..\..\..\..\temp\cmd\fd_token.obj: ..\..\..\..\..\src\fd_data\fd_token.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_token.obj ..\..\..\..\..\src\fd_data\fd_token.c

..\..\..\..\..\temp\cmd\fd_yahoo.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_yahoo.obj ..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo.c

..\..\..\..\..\temp\cmd\fd_yahoo_handle.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_handle.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_yahoo_handle.obj ..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_handle.c

..\..\..\..\..\temp\cmd\fd_yahoo_historical.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_historical.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_yahoo_historical.obj ..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_historical.c

..\..\..\..\..\temp\cmd\fd_yahoo_market.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_market.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_yahoo_market.obj ..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_market.c

..\..\..\..\..\temp\cmd\fd_yahoo_idx.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_idx.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_yahoo_idx.obj ..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_idx.c

..\..\..\..\..\temp\cmd\fd_yahoo_one_symbol.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_one_symbol.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_yahoo_one_symbol.obj ..\..\..\..\..\src\fd_data\fd_source\fd_yahoo\fd_yahoo_one_symbol.c

..\..\..\..\..\temp\cmd\fd_csi.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_csi\fd_csi.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_csi.obj ..\..\..\..\..\src\fd_data\fd_source\fd_csi\fd_csi.c

..\..\..\..\..\temp\cmd\fd_csi_handle.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_csi\fd_csi_handle.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_csi_handle.obj ..\..\..\..\..\src\fd_data\fd_source\fd_csi\fd_csi_handle.c

..\..\..\..\..\temp\cmd\fd_csi_files.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_csi\fd_csi_files.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_csi_files.obj ..\..\..\..\..\src\fd_data\fd_source\fd_csi\fd_csi_files.c

..\..\..\..\..\temp\cmd\fd_daily_ref_0.obj: ..\..\..\..\..\src\tools\gen_data\fd_daily_ref_0.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_daily_ref_0.obj ..\..\..\..\..\src\tools\gen_data\fd_daily_ref_0.c

..\..\..\..\..\temp\cmd\fd_intra_ref_0.obj: ..\..\..\..\..\src\tools\gen_data\fd_intra_ref_0.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_intra_ref_0.obj ..\..\..\..\..\src\tools\gen_data\fd_intra_ref_0.c

..\..\..\..\..\temp\cmd\fd_mrg_0.obj: ..\..\..\..\..\src\tools\gen_data\fd_mrg_0.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_mrg_0.obj ..\..\..\..\..\src\tools\gen_data\fd_mrg_0.c

..\..\..\..\..\temp\cmd\blocksort.obj: ..\..\..\..\..\src\fd_common\bzip2\blocksort.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\blocksort.obj ..\..\..\..\..\src\fd_common\bzip2\blocksort.c

..\..\..\..\..\temp\cmd\bzlib.obj: ..\..\..\..\..\src\fd_common\bzip2\bzlib.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\bzlib.obj ..\..\..\..\..\src\fd_common\bzip2\bzlib.c

..\..\..\..\..\temp\cmd\compress.obj: ..\..\..\..\..\src\fd_common\bzip2\compress.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\compress.obj ..\..\..\..\..\src\fd_common\bzip2\compress.c

..\..\..\..\..\temp\cmd\crctable.obj: ..\..\..\..\..\src\fd_common\bzip2\crctable.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\crctable.obj ..\..\..\..\..\src\fd_common\bzip2\crctable.c

..\..\..\..\..\temp\cmd\decompress.obj: ..\..\..\..\..\src\fd_common\bzip2\decompress.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\decompress.obj ..\..\..\..\..\src\fd_common\bzip2\decompress.c

..\..\..\..\..\temp\cmd\huffman.obj: ..\..\..\..\..\src\fd_common\bzip2\huffman.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\huffman.obj ..\..\..\..\..\src\fd_common\bzip2\huffman.c

..\..\..\..\..\temp\cmd\randtable.obj: ..\..\..\..\..\src\fd_common\bzip2\randtable.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\randtable.obj ..\..\..\..\..\src\fd_common\bzip2\randtable.c

..\..\..\..\..\temp\cmd\dict.obj: ..\..\..\..\..\src\fd_common\kazlib\dict.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\dict.obj ..\..\..\..\..\src\fd_common\kazlib\dict.c

..\..\..\..\..\temp\cmd\list.obj: ..\..\..\..\..\src\fd_common\kazlib\list.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\list.obj ..\..\..\..\..\src\fd_common\kazlib\list.c

..\..\..\..\..\temp\cmd\sflcryp.obj: ..\..\..\..\..\src\fd_common\imatix\sfl\sflcryp.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\sflcryp.obj ..\..\..\..\..\src\fd_common\imatix\sfl\sflcryp.c

..\..\..\..\..\temp\cmd\sfldate.obj: ..\..\..\..\..\src\fd_common\imatix\sfl\sfldate.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\sfldate.obj ..\..\..\..\..\src\fd_common\imatix\sfl\sfldate.c

..\..\..\..\..\temp\cmd\sflstr.obj: ..\..\..\..\..\src\fd_common\imatix\sfl\sflstr.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\sflstr.obj ..\..\..\..\..\src\fd_common\imatix\sfl\sflstr.c

..\..\..\..\..\temp\cmd\sfltok.obj: ..\..\..\..\..\src\fd_common\imatix\sfl\sfltok.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\sfltok.obj ..\..\..\..\..\src\fd_common\imatix\sfl\sfltok.c

..\..\..\..\..\temp\cmd\sfldir.obj: ..\..\..\..\..\src\fd_common\imatix\sfl\sfldir.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\sfldir.obj ..\..\..\..\..\src\fd_common\imatix\sfl\sfldir.c

..\..\..\..\..\temp\cmd\sflfile.obj: ..\..\..\..\..\src\fd_common\imatix\sfl\sflfile.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\sflfile.obj ..\..\..\..\..\src\fd_common\imatix\sfl\sflfile.c

..\..\..\..\..\temp\cmd\trionan.obj: ..\..\..\..\..\src\fd_common\trio\trionan.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\trionan.obj ..\..\..\..\..\src\fd_common\trio\trionan.c

..\..\..\..\..\temp\cmd\fd_country_info.obj: ..\..\..\..\..\src\fd_common\fd_country_info.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_country_info.obj ..\..\..\..\..\src\fd_common\fd_country_info.c

..\..\..\..\..\temp\cmd\fd_dict.obj: ..\..\..\..\..\src\fd_common\fd_dict.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_dict.obj ..\..\..\..\..\src\fd_common\fd_dict.c

..\..\..\..\..\temp\cmd\fd_global.obj: ..\..\..\..\..\src\fd_common\fd_global.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_global.obj ..\..\..\..\..\src\fd_common\fd_global.c

..\..\..\..\..\temp\cmd\fd_list.obj: ..\..\..\..\..\src\fd_common\fd_list.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_list.obj ..\..\..\..\..\src\fd_common\fd_list.c

..\..\..\..\..\temp\cmd\fd_memory.obj: ..\..\..\..\..\src\fd_common\fd_memory.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_memory.obj ..\..\..\..\..\src\fd_common\fd_memory.c

..\..\..\..\..\temp\cmd\fd_stream.obj: ..\..\..\..\..\src\fd_common\fd_stream.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_stream.obj ..\..\..\..\..\src\fd_common\fd_stream.c

..\..\..\..\..\temp\cmd\fd_string.obj: ..\..\..\..\..\src\fd_common\fd_string.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_string.obj ..\..\..\..\..\src\fd_common\fd_string.c

..\..\..\..\..\temp\cmd\fd_system.obj: ..\..\..\..\..\src\fd_common\fd_system.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_system.obj ..\..\..\..\..\src\fd_common\fd_system.c

..\..\..\..\..\temp\cmd\fd_timestamp.obj: ..\..\..\..\..\src\fd_common\fd_timestamp.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_timestamp.obj ..\..\..\..\..\src\fd_common\fd_timestamp.c

..\..\..\..\..\temp\cmd\fd_trace.obj: ..\..\..\..\..\src\fd_common\fd_trace.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_trace.obj ..\..\..\..\..\src\fd_common\fd_trace.c

..\..\..\..\..\temp\cmd\fd_retcode.obj: ..\..\..\..\..\src\fd_common\fd_retcode.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_retcode.obj ..\..\..\..\..\src\fd_common\fd_retcode.c

..\..\..\..\..\temp\cmd\fd_version.obj: ..\..\..\..\..\src\fd_common\fd_version.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_version.obj ..\..\..\..\..\src\fd_common\fd_version.c

..\..\..\..\..\temp\cmd\fd_random.obj: ..\..\..\..\..\src\fd_common\fd_random.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_random.obj ..\..\..\..\..\src\fd_common\fd_random.c

..\..\..\..\..\temp\cmd\mt19937ar.obj: ..\..\..\..\..\src\fd_common\mt\mt19937ar.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\mt19937ar.obj ..\..\..\..\..\src\fd_common\mt\mt19937ar.c

..\..\..\..\..\temp\cmd\fd_sql_odbc.obj: ..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql_odbc.c
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\..\..\..\..\temp\cmd\fd_sql_odbc.obj ..\..\..\..\..\src\fd_data\fd_source\fd_sql\fd_sql_odbc.c





Valter
AnswerRe: How-to convert a Makefile into VC2005 express project? Pin
Mike Dimmick16-Jul-06 7:14
Mike Dimmick16-Jul-06 7:14 
QuestionRe: How-to convert a Makefile into VC2005 express project? Pin
stretchcoder4-Oct-06 8:15
stretchcoder4-Oct-06 8:15 
AnswerRe: How-to convert a Makefile into VC2005 express project? Pin
Mike Dimmick5-Oct-06 1:01
Mike Dimmick5-Oct-06 1:01 
GeneralRe: How-to convert a Makefile into VC2005 express project? Pin
stretchcoder5-Oct-06 3:31
stretchcoder5-Oct-06 3:31 
QuestionTaskbar Starting Message Pin
Gregory Braun15-Jul-06 13:13
Gregory Braun15-Jul-06 13:13 
AnswerRe: Taskbar Starting Message Pin
Garth J Lancaster15-Jul-06 13:34
professionalGarth J Lancaster15-Jul-06 13:34 
AnswerRe: Taskbar Starting Message Pin
Ravi Bhavnani16-Jul-06 5:33
professionalRavi Bhavnani16-Jul-06 5:33 
GeneralRe: Taskbar Starting Message Pin
Gregory Braun16-Jul-06 17:00
Gregory Braun16-Jul-06 17:00 
QuestionDraw a text overlay in a running DirectX game (Battlefield 2) [modified] Pin
StefanKittel15-Jul-06 12:50
StefanKittel15-Jul-06 12:50 
AnswerRe: Draw a text overlay in a running DirectX game (Battlefield 2) Pin
led mike15-Jul-06 16:05
led mike15-Jul-06 16:05 
Questionerror C2061: syntax error : identifier 'ostream' Pin
jon-8015-Jul-06 8:39
professionaljon-8015-Jul-06 8:39 
AnswerRe: error C2061: syntax error : identifier 'ostream' Pin
Jun Du15-Jul-06 10:16
Jun Du15-Jul-06 10:16 
AnswerRe: error C2061: syntax error : identifier 'ostream' Pin
Stephen Hewitt15-Jul-06 21:43
Stephen Hewitt15-Jul-06 21:43 
GeneralClass view does not work properly in VS2005 [modified] Pin
gianct15-Jul-06 8:24
gianct15-Jul-06 8:24 
Questionspecial charset [modified] Pin
hamavreg15-Jul-06 4:54
hamavreg15-Jul-06 4:54 
AnswerRe: special charset Pin
Hamid_RT15-Jul-06 5:09
Hamid_RT15-Jul-06 5:09 
QuestionChoosing a printer and init printing... Pin
Cris15-Jul-06 4:04
Cris15-Jul-06 4:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.