From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/unimodem/new/slot/sources | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 private/unimodem/new/slot/sources (limited to 'private/unimodem/new/slot/sources') diff --git a/private/unimodem/new/slot/sources b/private/unimodem/new/slot/sources new file mode 100644 index 000000000..fb7d59080 --- /dev/null +++ b/private/unimodem/new/slot/sources @@ -0,0 +1,27 @@ +MAJORCOMP=net +MINORCOMP=unimodem + +TARGETNAME=tslot +TARGETPATH=obj +TARGETTYPE=PROGRAM +TARGETLIBS=\ + $(BASEDIR)\public\sdk\lib\*\kernel32.lib \ + $(BASEDIR)\public\sdk\lib\*\user32.lib + + +INCLUDES=$(BASEDIR)\public\sdk\inc;. + +C_DEFINES=-DWINVER=0x0400 + +USE_CRTDLL=1 + +SOURCES=slot.c \ + client.c \ + sec.c \ + main.c + +UMTYPE=console + +!IFNDEF 386_WARNING_LEVEL +386_WARNING_LEVEL=/W3 +!ENDIF -- cgit v1.2.3