source:
trunk/include/pdwin32.wat.mk@
4114
Last change on this file since 4114 was 4075, checked in by , 25 years ago | |
---|---|
File size: 326 bytes |
Line | |
---|---|
1 | # $Id: pdwin32.wat.mk,v 1.1 2000-08-23 18:05:55 sandervl Exp $ |
2 | # |
3 | |
4 | # defines |
5 | # DEBUG - build a debug version instead of release version |
6 | # |
7 | |
8 | !ifdef DEBUG |
9 | !include $(PDWIN32_INCLUDE)/pdwin32.wat.dbg |
10 | !else |
11 | !include $(PDWIN32_INCLUDE)/pdwin32.wat.rel |
12 | !endif |
13 | |
14 | # include system tools |
15 | !include $(PDWIN32_INCLUDE)/pdwin32.wat.tools |
16 |
Note:
See TracBrowser
for help on using the repository browser.