Differences From Artifact [78d7c589ef]:
- File buildsys.mk.in — part of check-in [0908041299] at 2007-09-26 00:42:33 on branch trunk — Oops. (user: js, size: 10115) [annotate] [blame] [check-ins using]
To Artifact [2b3cd1c85e]:
- File buildsys.mk.in — part of check-in [0d0d4f6a56] at 2007-09-26 00:55:55 on branch trunk — Don't check for ${PROG_SUFFIX}, set it to @EXEEXT@. (user: js, size: 10110) [annotate] [blame] [check-ins using]
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + | CXXFLAGS = @CXXFLAGS@ CPPFLAGS = @CPPFLAGS@ DFLAGS = @DFLAGS@ ERLCFLAGS = @ERLCFLAGS@ OBJCFLAGS = @OBJCFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ |
︙ |