Skip to content

Commit

Permalink
updated mk-aptex.nmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
clerkma committed Nov 5, 2023
1 parent 4d16ee8 commit eb3b8b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-msvc/makefiles/mk-aptex.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ CC = cl
AR = lib
LINK = link
CFLAGS = $(APTEX_CFLAGS) -DCAIRO_WIN32_STATIC_BUILD -DWIN32 -DNO_KPSE_DLL -DNO_PTENC_DLL \
-Ibuild/ -Ibuild/zlib -I../texlive/texk \
-I../texlive/texk/ptexenc -I../texlive/libs/zlib/zlib-src \
-I../texlive/texk/web2c/libmd5
ROOT = ../src
-Ibuild/ -Ibuild/zlib -I$(TL_ROOT)/texk \
-I$(TL_ROOT)/texk/ptexenc -I$(TL_ROOT)/libs/zlib/zlib-src \
-I$(TL_ROOT)/texk/web2c/libmd5
ROOT = $(APTEX_ROOT)
OBJS = aptex.obj aptex-utils.obj aptex-src.obj
LIBS = libdpx.lib libpng.lib zlib.lib ptexenc.lib kpathsea.lib \
libmd5.lib advapi32.lib user32.lib shell32.lib Ws2_32.lib wsock32.lib ws2_32.lib
Expand Down

0 comments on commit eb3b8b2

Please sign in to comment.