Codebase list ijs / 23bba29d-59bb-4ed4-86c6-88244ebb19cd/main windows.mak
23bba29d-59bb-4ed4-86c6-88244ebb19cd/main

Tree @23bba29d-59bb-4ed4-86c6-88244ebb19cd/main (Download .tar.gz)

windows.mak @23bba29d-59bb-4ed4-86c6-88244ebb19cd/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