xrdp/sesman/chansrv/pcsc/wrapper/Makefile
a1346054 1a3a9bb479 remove executable bit from text files
(cherry picked from commit 5ff68740e5)
2022-09-11 10:50:43 +09:00

15 lines
154 B
Makefile

CC=bcc32.exe
CFLAGS=-O2
OBJS=winscard.obj
winscard.dll: $(OBJS)
$(CC) -ewinscard.dll -tWD $(OBJS)
clean:
-del winscard.dll
-del *.obj
-del *.tds