diff options
Diffstat (limited to 'progs/samples/Makefile.DJ')
-rw-r--r-- | progs/samples/Makefile.DJ | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/progs/samples/Makefile.DJ b/progs/samples/Makefile.DJ index 2f0f687587b..9b1055ce733 100644 --- a/progs/samples/Makefile.DJ +++ b/progs/samples/Makefile.DJ @@ -20,7 +20,7 @@ # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# DOS/DJGPP samples makefile v1.4 for Mesa +# DOS/DJGPP samples makefile v1.5 for Mesa # # Copyright (C) 2002 - Borca Daniel # Email : [email protected] @@ -61,6 +61,9 @@ CFLAGS = -Wall -W -pedantic CFLAGS += -O2 -ffast-math -mcpu=$(CPU) CFLAGS += -I$(TOP)/include -I../util CFLAGS += -DGLUT_IMPORT_LIB +ifeq ($(FX),1) +CFLAGS += -DFX +endif LD = gxx LDFLAGS = -s -L$(TOP)/lib |