initial commit

This commit is contained in:
2021-04-12 20:25:02 +02:00
commit 3d7202a915
806 changed files with 194211 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
TEMPLATE = app
SOURCES += ../../source/main.cpp
DESTDIR = ../../bin
INCLUDEPATH += ../../../../angelscript/include
LIBS += -L../../../../angelscript/lib -langelscript
win32: LIBS += -lwinmm
CONFIG -= debug debug_and_release release app_bundle qt dll
CONFIG += console thread release
DEFINES += _CRT_SECURE_NO_WARNINGS