Changeset 2692 for trunk/src/opengl/makefile
- Timestamp:
- Feb 9, 2000, 1:08:32 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/makefile
r2689 r2692 1 # $Id: makefile,v 1. 3 2000-02-09 08:50:54 jeroenExp $1 # $Id: makefile,v 1.4 2000-02-09 12:08:31 bird Exp $ 2 2 # 3 3 # PD-Win32 API … … 16 16 17 17 !ifdef DEBUG 18 !ifdef NODEBUGINFO 19 MAKE_CMD=nmake DEBUG=1 NODEBUGINFO=1 20 !else 18 21 MAKE_CMD=nmake DEBUG=1 22 !endif 19 23 !else 20 24 MAKE_CMD=nmake … … 23 27 CFLAGS = $(CFLAGS) -I$(PDWIN32_INCLUDE) 24 28 CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) 25 29 !ifdef NODEBUGINFO 30 LDFLAGS=$(LDFLAGS) /NODEBUG 31 !endif 26 32 27 33 TARGET1 = opengl32
Note:
See TracChangeset
for help on using the changeset viewer.