home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / plugins / qview / qvptrw16.exe / SCCDVAPI.SCC / MAKEIT.BAT next >
Encoding:
DOS Batch File  |  1995-09-15  |  220 b   |  7 lines

  1. CL -c -Gsw -Ox -Zpe -AM -W3 -D_WINDOWS sample.c > sample.err
  2. LINK sample, sample.exe, sample.map /map /alignment:16 /noe /nod /co, mlibcew libw commdlg, sample.def
  3. RC -v sample.rc
  4. RC -30 -v sample.res sample.exe
  5.  
  6.  
  7.