Codebase list ijs / 6956607b-190c-4d7d-b4f1-cbdebb65deff/main windows.mak
6956607b-190c-4d7d-b4f1-cbdebb65deff/main

Tree @6956607b-190c-4d7d-b4f1-cbdebb65deff/main (Download .tar.gz)

windows.mak @6956607b-190c-4d7d-b4f1-cbdebb65deff/mainraw · history · blame

# MS-Windows
CC=cl
CFLAGS=-W3 -Zi
LDLIBS=
OBJ=.obj
EXE=.exe
FE=/Fe
IJS_EXEC_SERVER=ijs_exec_win$(OBJ)
RM=-del

!include "common.mak"

clean: common_clean
	$(RM) *.ilk *.pdb *.opt