Subversion Repositories filter_foundry

Rev

Rev 484 | Rev 503 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 484 Rev 492
Line 50... Line 50...
50
# where to find .c source files
50
# where to find .c source files
51
vpath %.c telegraphics_common/tt telegraphics_common/adobeplugin ../MoreFiles/Sources
51
vpath %.c telegraphics_common/tt telegraphics_common/adobeplugin ../MoreFiles/Sources
52
 
52
 
53
# list of source files
53
# list of source files
54
SRC_COMMON = main.c funcs.c process.c node.c symtab.c \
54
SRC_COMMON = main.c funcs.c process.c node.c symtab.c \
55
	ui.c ui_build.c preview.c read.c save.c make.c obfusc.c ff_misc.c \
55
	ui.c ui_build.c preview.c read.c save.c make.c obfusc.c ff_misc.c language.c \
56
	scripting.c y.tab.c lex.yy.c str.c
56
	scripting.c y.tab.c lex.yy.c str.c
57
SRC_OSX = dbg_mac.c ui_mac.c make_mac.c load_mac.c ui_compat_mac.c \
57
SRC_OSX = dbg_mac.c ui_mac.c make_mac.c load_mac.c ui_compat_mac.c \
58
	choosefile_nav.c preview_mac.c \
58
	choosefile_nav.c preview_mac.c \
59
	MoreFilesExtras.c MoreFiles.c MoreDesktopMgr.c FileCopy.c Search.c
59
	MoreFilesExtras.c MoreFiles.c MoreDesktopMgr.c FileCopy.c Search.c
60
SRC_W32 = dbg_win.c manifest.c ui_win.c make_win.c versioninfo_modify_win.c load_win.c ui_compat_win.c \
60
SRC_W32 = dbg_win.c manifest.c ui_win.c make_win.c versioninfo_modify_win.c load_win.c ui_compat_win.c \