Category : OS/2 Files
Archive   : WINPROPM.ZIP
Filename : EXAMPLPM.MAK

 
Output of file : EXAMPLPM.MAK contained in archive : WINPROPM.ZIP
#--------------------------------------
#make file for ExamplPM
#--------------------------------------

#Compiler invocation and switches - Microsoft C 5.x
CC = cl -c -G2sw -W2 -Zpe

#Specify the OS|2 Presentation Manager SDK linker
LINK = link

#Specify the OS|2 Presentation Manager resource compiler
RC = rc


# Resource compiler
ExamplPM.res: ExamplPM.rc Examrc.h examplpm.ico
$(RC) -r ExamplPM.rc

# Main routines: WndProc, Command, etc.
Exammain.obj: Exammain.c Examrc.h Examgbl.h
$(CC) Exammain.c

# External global data elements
Examext.obj: Examext.c Examrc.h Examgbl.h
$(CC) Examext.c

# Initialization & window registration routines
Examinit.obj: Examinit.c Examrc.h Examgbl.h
$(CC) Examinit.c -NT _APPINIT

# Menu processing functions
Exammenu.obj: Exammenu.c Examrc.h Examgbl.h
$(CC) Exammenu.c -NT _APPDLGS;

# Dialog processing functions
Examdlg.obj: Examdlg.c Examrc.h Examgbl.h
$(CC) Examdlg.c -NT _APPDLGS;

ExamplPM.exe: ExamplPM.mak Exammain.obj Examext.obj Exammenu.obj \
Examinit.obj Examdlg.obj ExamplPM.res ExamplPM.def
$(LINK) @ExamplPM.lke
$(RC) ExamplPM.res


  3 Responses to “Category : OS/2 Files
Archive   : WINPROPM.ZIP
Filename : EXAMPLPM.MAK

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/