home *** CD-ROM | disk | FTP | other *** search
/ PC Loisirs 18 / cd.iso / sharewar / mikm202 / source / drvgus / makefile.wc < prev    next >
Encoding:
Makefile  |  1995-09-18  |  456 b   |  18 lines

  1. Compiler        = wcc386
  2. Compiler_Options= /ox /j /I=..\include /I=\gusdk221\incs
  3. Linker_options  = 
  4. System          = dos4g
  5. Lib_file        = gusdev.lib
  6. Object_files    = gusplaym.obj &
  7.           ultraext.obj 
  8.  
  9. ####################
  10. ## Makefile rules ##
  11. ####################
  12.  
  13. $(Lib_file): $(Object_files)
  14.          *wlib $(Lib_file) $(Object_files) \gusdk221\lib\ultra0wc.lib \gusdk221\lib\ultra1wc.lib
  15.  
  16. .c.obj:
  17.     *$(Compiler) $(Compiler_Options) $<
  18.