Not logged in
Check-in [7ee228fe6a]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Remove HAVE_MKDIR_ONE_ARG define when compiling Jim as it will now be defined in the C file itself.
Timelines: family | ancestors | descendants | both | jimtcl
Files: files | file ages | folders
SHA1: 7ee228fe6a8104411a76d3b4d908b808ce5af14d
User & Date: mistachkin 2011-11-07 03:39:21.279
Context
2011-11-07
05:51
Update Jim Tcl to build with MSVC check-in: b6270d665b user: steveb tags: jimtcl
03:39
Remove HAVE_MKDIR_ONE_ARG define when compiling Jim as it will now be defined in the C file itself. check-in: 7ee228fe6a user: mistachkin tags: jimtcl
00:34
Fix some more compiler warnings seen with MSVC. Cherrypick from [24e298edd0]. check-in: dfdda77dfc user: mistachkin tags: jimtcl
Changes
Unified Diff Ignore Whitespace Patch
Changes to win/Makefile.msc.
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
$(OX)\info$O : info_.c info.h
	$(TCC) /Fo$@ -c info_.c

info_.c : $(SRCDIR)\info.c
	translate$E $** > $@

$(OX)\jimtcl$O : $(SRCDIR)\..\autosetup\jimsh0.c
	$(TCC) /Fo$@ /DHAVE_MKDIR_ONE_ARG /DJIM_BOOTSTRAP_LIB_ONLY -c $(SRCDIR)\..\autosetup\jimsh0.c

$(OX)\json$O : json_.c json.h
	$(TCC) /Fo$@ -c json_.c

json_.c : $(SRCDIR)\json.c
	translate$E $** > $@








|







425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
$(OX)\info$O : info_.c info.h
	$(TCC) /Fo$@ -c info_.c

info_.c : $(SRCDIR)\info.c
	translate$E $** > $@

$(OX)\jimtcl$O : $(SRCDIR)\..\autosetup\jimsh0.c
	$(TCC) /Fo$@ /DJIM_BOOTSTRAP_LIB_ONLY -c $(SRCDIR)\..\autosetup\jimsh0.c

$(OX)\json$O : json_.c json.h
	$(TCC) /Fo$@ -c json_.c

json_.c : $(SRCDIR)\json.c
	translate$E $** > $@