mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-14 22:03:27 +01:00
remove warning from makefile
This commit is contained in:
parent
8a99b5e0ad
commit
43a0e95a39
6
Makefile
6
Makefile
@ -40,12 +40,6 @@ FILES = src/IDirect3D/IDirect3D.c \
|
||||
src/opengl_utils.c
|
||||
|
||||
all:
|
||||
$(info )
|
||||
$(info **********************************************************************************************)
|
||||
$(info WARNING: This build is outdated and does not support all cnc-ddraw features [Detours/SEH])
|
||||
$(info WARNING: Some games that require hooks may crash or glitch, please use the msvc build instead)
|
||||
$(info **********************************************************************************************)
|
||||
$(info )
|
||||
$(WINDRES) -J rc ddraw.rc ddraw.rc.o
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -shared -o ddraw.dll $(FILES) ddraw.def ddraw.rc.o $(LIBS)
|
||||
# $(CC) $(CFLAGS) $(LDFLAGS) -nostdlib -shared -o ddraw.dll $(FILES) ddraw.def ddraw.rc.o $(LIBS) -lkernel32 -luser32 -lmsvcrt
|
||||
|
Loading…
x
Reference in New Issue
Block a user