fix to prev checkin

This commit is contained in:
cxgeorge 2001-04-09 21:35:55 +00:00
parent 105d1a419a
commit bdaf2f3858
2 changed files with 10 additions and 2 deletions

View File

@ -113,7 +113,11 @@
#endif
#if $[PREPROCESSOR_OUTPUT]
#defer $[COMMONFLAGS] /E
#define COMMONFLAGS $[COMMONFLAGS] /E
#endif
#if $[GEN_ASSEMBLY]
#define COMMONFLAGS $[COMMONFLAGS] /FAs
#endif
#defer CDEFINES_OPT1 _DEBUG $[dlink_all_static]

View File

@ -113,7 +113,11 @@
#endif
#if $[PREPROCESSOR_OUTPUT]
#defer $[COMMONFLAGS] /E
#define COMMONFLAGS $[COMMONFLAGS] /E
#endif
#if $[GEN_ASSEMBLY]
#define COMMONFLAGS $[COMMONFLAGS] /FAs
#endif
#defer CDEFINES_OPT1 _DEBUG $[dlink_all_static]