Changeset 2692 for trunk/src/opengl/glu/makefile
- Timestamp:
- Feb 9, 2000, 1:08:32 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glu/makefile
r2691 r2692 1 # $Id: makefile,v 1. 2 2000-02-09 09:04:10 jeroenExp $1 # $Id: makefile,v 1.3 2000-02-09 12:08:31 bird Exp $ 2 2 # 3 3 # PD-Win32 … … 14 14 15 15 !ifdef DEBUG 16 !ifdef NODEBUGINFO 17 MAKE_CMD = nmake -nologo DEBUG=1 NODEBUGINFO=1 18 L=/NODEBUG 19 !else 16 20 MAKE_CMD = nmake -nologo DEBUG=1 17 L=/CO 21 L=/DE 22 !endif 18 23 !else 19 24 MAKE_CMD = nmake -nologo
Note:
See TracChangeset
for help on using the changeset viewer.