Changeset 149 in Main for trunk/Platform


Ignore:
Timestamp:
Sep 25, 2024, 4:44:49 AM (7 weeks ago)
Author:
Nishi
Message:

fix macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platform/win64-service.mk

    r62 r149  
    66AR = x86_64-w64-mingw32-ar
    77WINDRES = x86_64-w64-mingw32-windres
    8 CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC -mwindows
     8CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC -DSERVICE -mwindows
    99LDFLAGS = -mwindows
    1010LIBS = -lws2_32
Note: See TracChangeset for help on using the changeset viewer.