home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / rwmfc.de_ / rwmfc.bin
Text File  |  1995-11-14  |  347b  |  14 lines

  1. ; rwmfc.def : Declares the module parameters for the application.
  2.  
  3. NAME         RWMFC
  4. DESCRIPTION  'RWMFC Windows Application'
  5. EXETYPE      WINDOWS
  6.  
  7. CODE         PRELOAD MOVEABLE DISCARDABLE
  8. DATA         PRELOAD MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE     1024   ; initial heap size
  11. ; Stack size is passed as argument to linker's /STACK option
  12.  
  13.  
  14.