Skip to content

Commit

Permalink
Regola per la compilazione che comprende tutti i sistemi operativi
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasPilotto committed Jan 21, 2021
1 parent afa9980 commit 43fbc64
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions CPPv2.0/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ LDFLAGS = -lpq
ifeq ($(OS),Windows_NT)
CCFLAGS += -D WIN32
DEPFLAGS += -L dependencies/lib
ifeq ($(PROCESSOR_ARCHITEW6432),AMD64)
CCFLAGS += -D AMD64
else
ifeq ($(PROCESSOR_ARCHITECTURE),AMD64)
CCFLAGS += -D AMD64
endif
ifeq ($(PROCESSOR_ARCHITECTURE),x86)
CCFLAGS += -D IA32
endif
endif
else
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
Expand Down

0 comments on commit 43fbc64

Please sign in to comment.