Changeset 2692 for trunk/src/opengl/glut


Ignore:
Timestamp:
Feb 9, 2000, 1:08:32 PM (26 years ago)
Author:
bird
Message:

Implemented NODEBUGINFO. (daily builds were growing large!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glut/Makefile

    r2689 r2692  
    1 # $Id: Makefile,v 1.2 2000-02-09 08:46:06 jeroen Exp $
     1# $Id: Makefile,v 1.3 2000-02-09 12:08:32 bird Exp $
    22#
    33# PD-Win32 API
     
    1616
    1717!ifdef DEBUG
    18 L=/CO
     18!ifdef NODEBUGINFO
     19L=/NODEBUG
     20!else
     21L=/DE
     22!endif
    1923!endif
    2024
Note: See TracChangeset for help on using the changeset viewer.