source: trunk/JPGPROC/source/def.tpl@ 201

Last change on this file since 201 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: 558 bytes
Line 
1# Note: lines starting with '#' are comments.
2
3[DESCRIPTION]
4JPEG MMOS2 Plugin
5
6[COPYRIGHT]
7(c) C. Wohlgemuth 2001-2005 Netlabs CWMM Team 2023
8
9[AUTHOR]
10Netlabs CWMM Team
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!
15LIBRARY JPEGIO INITINSTANCE TERMINSTANCE
16
17[BUILDMACHINE]
18Zobopeep
19
20[OTHER]
21# Add all the lines here you want to have at the end of the generated DEF file
22DATA MULTIPLE NONSHARED
23SEGMENTS
24 shardata CLASS 'DATA' SHARED
25EXPORTS
26 IOProc_Entry
Note: See TracBrowser for help on using the repository browser.