forked from AuroraMiddleware/gtk
build/: Rename a Shared MSVC NMake Makefile
Rename testsrules_msvc.mak to detectenv_msvc.mak and remove some package- specific stuff from it, to reflect on the nature that this NMake Makefile is shared.
This commit is contained in:
parent
7115ccd3b0
commit
202d9c4a35
@ -6,7 +6,7 @@ SUBDIRS = \
|
||||
EXTRA_DIST += \
|
||||
msvcfiles.py \
|
||||
gen-file-list-gtk.py \
|
||||
testsrules_msvc.mak \
|
||||
detectenv_msvc.mak \
|
||||
introspection-msvc.mak \
|
||||
gtk-introspection-msvc.mak
|
||||
|
||||
|
@ -63,10 +63,3 @@ LDFLAGS_ARCH = /machine:x64
|
||||
!else
|
||||
LDFLAGS_ARCH = /machine:x86
|
||||
!endif
|
||||
|
||||
LD = link.exe
|
||||
LD_CFLAGS = /link
|
||||
EXEEXT = .exe
|
||||
GLIB_LIBS = gobject-2.0.lib gmodule-2.0.lib glib-2.0.lib
|
||||
|
||||
ATK_API_VERSION = 1.0
|
@ -6,7 +6,7 @@ GTK_DLLNAME = gtk-3-vs$(VSVER)
|
||||
|
||||
# Please do not change anything after this line
|
||||
|
||||
!include testsrules_msvc.mak
|
||||
!include detectenv_msvc.mak
|
||||
|
||||
APIVERSION = 3.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user