Last change
on this file since 4503 was 4334, checked in by bird, 25 years ago |
Support for new makefile style.
Changed watcom. Nows uses UNIX compatible mode rather than M$.
|
File size:
1.1 KB
|
Line | |
---|
1 | # $Id: pdwin32.post,v 1.12 2000-09-28 03:16:23 bird Exp $
|
---|
2 | #
|
---|
3 | # Odin32 API
|
---|
4 | #
|
---|
5 | # Common dll makefile rules (must be included at the last line of the makefile)
|
---|
6 | #
|
---|
7 | # If ORGTARGET is defined it is used to generate the importlibrary.
|
---|
8 | #
|
---|
9 | # Define NOTEXPDEF to remove the $(TARGET).lib and $(TARGET)exp.def rules.
|
---|
10 | # Define EXETARGET to make an executable. (This also applies to pdwin32.mk.)
|
---|
11 | # Define LOCALCLEAN if only the local directory is to be clean.
|
---|
12 | # Define CLEAN2 to invoke a second clean rule named 'clean2'.
|
---|
13 | # Define NOCLEAN to exclude the clean rule. (Remember to make your own!)
|
---|
14 | #
|
---|
15 | # New style: (define NEW_STYLE)
|
---|
16 | # Define NO_ALL_RULE to not make default all rule.
|
---|
17 | # Define NO_LIB_RULE to not make default lib rule.
|
---|
18 | # Define NO_DLL_RULE to not make default dll rule.
|
---|
19 | # Define NO_EXE_RULE to not make default exe rule.
|
---|
20 | # Define NO_LNKFILE_RULE to not make default link-file rule.
|
---|
21 | # Define NO_DEP_RULE to not make dependencies rule.
|
---|
22 | # Define NO_CLEAN_RULE to not make clean rule (same as NOCLEAN - use this!).
|
---|
23 | #
|
---|
24 |
|
---|
25 | # Include compiler spesific post rule file.
|
---|
26 | !include $(PDWIN32_INCLUDE)/pdwin32.$(CCENV).post
|
---|
27 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.