Home | History | Annotate | Download | only in ijs
      1 # MS-Windows
      2 CC=cl
      3 CFLAGS=-W3 -Zi
      4 LDLIBS=
      5 OBJ=.obj
      6 EXE=.exe
      7 FE=/Fe
      8 IJS_EXEC_SERVER=ijs_exec_win$(OBJ)
      9 RM=-del
     10 
     11 !include "common.mak"
     12 
     13 clean: common_clean
     14 	$(RM) *.ilk *.pdb *.opt
     15