Changeset 9 for trunk/include
- Timestamp:
- May 27, 1999, 1:56:43 PM (26 years ago)
- Location:
- trunk/include
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/pdwin32.mk
r4 r9 3 3 # 4 4 # 5 # Create: cdmckill@novice.uwaterloo.ca6 # January 4th, 19985 # Create: cdmckill@novice.uwaterloo.ca, January 4th, 1998 6 # Modified: phaller@gmx.net, May 27th, 1999 7 7 # 8 8 # 9 9 10 # defines 11 # DEBUG - build a debug version instead of release version 12 # CCENV: 13 # VAC3 - use IBM VisualAge for C++ 3 compiler environment (default) 14 # EMX - use GNU/EMX compiler environment 15 16 # include compiler environment 17 !ifndef CCENV 18 CCENV=VAC3 19 !endif 10 20 11 21 !ifdef DEBUG 12 !include $(PDWIN32_INCLUDE)/pdwin32. dbg22 !include $(PDWIN32_INCLUDE)/pdwin32.$(CCENV).dbg 13 23 !else 14 !include $(PDWIN32_INCLUDE)/pdwin32. rel24 !include $(PDWIN32_INCLUDE)/pdwin32.$(CCENV).rel 15 25 !endif 26 27 # include system tools 28 !include $(PDWIN32_INCLUDE)/pdwin32.tools 29
Note:
See TracChangeset
for help on using the changeset viewer.