Changeset 2692 for trunk/src/opengl/glut
- Timestamp:
- Feb 9, 2000, 1:08:32 PM (26 years ago)
- 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 jeroenExp $1 # $Id: Makefile,v 1.3 2000-02-09 12:08:32 bird Exp $ 2 2 # 3 3 # PD-Win32 API … … 16 16 17 17 !ifdef DEBUG 18 L=/CO 18 !ifdef NODEBUGINFO 19 L=/NODEBUG 20 !else 21 L=/DE 22 !endif 19 23 !endif 20 24
Note:
See TracChangeset
for help on using the changeset viewer.