home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somem / c / emdemo / msc.mak < prev    next >
Encoding:
Text File  |  1996-02-16  |  476 b   |  22 lines

  1. #
  2. #  Makefile for building the EMAN Sample with
  3. #      Microsoft Visual C++ - using nmake.
  4. #
  5. !include ..\..\..\mscmake.hd
  6.  
  7. PRIVCFLAGS=/DSOM_DONT_IMPORT_CLASS_EMObject /DTHREAD_EMAN
  8. PRIVSCFLAGS=-maddstar
  9.  
  10. CLEANFILES= emobj.h
  11.  
  12. all : $(SOMSTARS_DEPEND) main.exe
  13. main.exe: main.obj emobj.obj nlsutil.obj main.res
  14. main.obj: main.c emobj.h emobj.ih
  15. emobj.obj: emobj.c emobj.ih
  16. nlsutil.obj: nlsutil.c nlsutil.h
  17. main.res : main.rc
  18.  
  19. !include ..\..\..\mscmake.tl
  20.  
  21.  
  22.