home *** CD-ROM | disk | FTP | other *** search
- ; $$root$$.def : Declares the module parameters for the DLL.
-
- LIBRARY "$$ROOT$$"
- DESCRIPTION '$$ROOT$$ Windows Dynamic Link Library'
-
- EXPORTS
- $$IF(VERBOSE)
- ; Explicit exports can go here
- $$ENDIF //VERBOSE
- $$IF(!EXTDLL)
- $$IF(AUTOMATION)
- DllCanUnloadNow PRIVATE
- DllGetClassObject PRIVATE
- DllRegisterServer PRIVATE
- $$ENDIF //AUTOMATION
- $$ENDIF //!EXTDLL
-