Subversion Repositories filter_foundry

Rev

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

Rev 308 Rev 395
Line 47... Line 47...
47
 
47
 
48
# C compiler flags
48
# C compiler flags
49
CPPFLAGS = -DWIN32 -DWIN_ENV -DYY_SKIP_YYWRAP \
49
CPPFLAGS = -DWIN32 -DWIN_ENV -DYY_SKIP_YYWRAP \
50
           -I$(PSAPI)\Pica_sp -I$(PSAPI)\Photoshop -I$(PSAPI)\General \
50
           -I$(PSAPI)\Pica_sp -I$(PSAPI)\Photoshop -I$(PSAPI)\General \
51
           -I..\telegraphics_common\adobeplugin -I..\telegraphics_common\tt -I..
51
           -I..\telegraphics_common\adobeplugin -I..\telegraphics_common\tt -I..
-
 
52
# /O2 = Max optimization (prefer performance). /O2 implies /Ot
52
CFLAGS = -O2 $(CPPFLAGS)
53
CFLAGS = -O2 $(CPPFLAGS)
53
 
54
 
54
# Note since VS8 it is necessary to link with multithreaded standard lib, using /MT
55
# Note since VS8 it is necessary to link with multithreaded standard lib, using /MT
55
LDFLAGS = /LD /MT user32.lib gdi32.lib comdlg32.lib shell32.lib
56
LDFLAGS = /LD /MT user32.lib gdi32.lib comdlg32.lib shell32.lib
56
 
57