- Timestamp:
- Mar 4, 2000, 8:59:20 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glu/nurbs/makefile
r3002 r3010 1 # $Id: makefile,v 1. 4 2000-03-04 19:49:03bird Exp $1 # $Id: makefile,v 1.5 2000-03-04 19:59:20 bird Exp $ 2 2 # 3 3 # PD-Win32 API … … 6 6 # 7 7 8 !ifdef DEBUG 9 !ifdef NODEBUGINFO 10 MAKE_CMD=nmake DEBUG=1 NODEBUGINFO=1 11 !else 12 MAKE_CMD=nmake DEBUG=1 13 !endif 14 !else 15 MAKE_CMD=nmake 16 !endif 8 PDWIN32_INCLUDE = ..\..\..\..\include 9 PDWIN32_LIB = ..\..\..\..\lib 10 PDWIN32_BIN = ..\..\..\..\bin 11 PDWIN32_TOOLS = ..\..\..\..\tools\bin 12 13 14 !include $(PDWIN32_INCLUDE)/pdwin32.mk 15 17 16 18 17 all:
Note:
See TracChangeset
for help on using the changeset viewer.