Skip to content

Commit 0c8d19e

Browse files
committed
fix: improve new project script
1 parent 2b33414 commit 0c8d19e

6 files changed

Lines changed: 172 additions & 989 deletions

File tree

internal/templates/gen_build_cpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
include_directories=['%WindowsSdkDir%Include\\um', '%WindowsSdkDir%Include\\shared'])
6565
pl.add_profile(compiler_filter=["msvc"],
6666
target_type_filter=[pl.TargetType.DYNAMIC_LIBRARY],
67-
linker_flags=["-noexp", "-noimplib"])
67+
linker_flags=["-noexp"])
6868
pl.add_profile(compiler_filter=["msvc"],
6969
linker_flags=["-incremental:no"],
7070
compiler_flags=["-Zc:preprocessor", "-nologo", "-W4", "-WX", "-wd4201",

internal/templates/template_app.c

Lines changed: 0 additions & 288 deletions
This file was deleted.

0 commit comments

Comments
 (0)