Last change
on this file was 164, checked in by gyoung, 19 months ago |
Fix up all of the def file generation update version
|
-
Property svn:eol-style
set to
native
|
File size:
698 bytes
|
Rev | Line | |
---|
[148] | 1 | # Note: lines starting with '#' are comments.
|
---|
| 2 |
|
---|
| 3 | [DESCRIPTION]
|
---|
| 4 | Program Support class DLL
|
---|
| 5 |
|
---|
| 6 | [COPYRIGHT]
|
---|
[164] | 7 | (c) C. Wohlgemuth 2001-2005 Netlabs CWMM Team 2023
|
---|
[148] | 8 |
|
---|
| 9 | [AUTHOR]
|
---|
[164] | 10 | Netlabs CWMM Team
|
---|
[148] | 11 |
|
---|
| 12 | [NAME]
|
---|
| 13 | # This is the NAME xxx WINDOWAPI|etc line in the def file.
|
---|
| 14 | # Important: it specifies the internal name of the program. Don't leave out!
|
---|
[150] | 15 | LIBRARY PROGFLDR INITINSTANCE TERMINSTANCE
|
---|
[148] | 16 |
|
---|
| 17 | [BUILDMACHINE]
|
---|
| 18 | Zobopeep
|
---|
| 19 |
|
---|
| 20 | [OTHER]
|
---|
| 21 | # Add all the lines here you want to have at the end of the generated DEF file
|
---|
| 22 | DATA MULTIPLE NONSHARED
|
---|
| 23 | EXPORTS
|
---|
| 24 | CWProgFolderClassData
|
---|
| 25 | CWProgFolderCClassData
|
---|
| 26 | CWProgFolderNewClass
|
---|
| 27 |
|
---|
| 28 | M_CWProgFolderNewClass
|
---|
| 29 | M_CWProgFolderCClassData
|
---|
| 30 | M_CWProgFolderClassData
|
---|
Note:
See
TracBrowser
for help on using the repository browser.